Revision 1731 branches/v02_desarrollo/libraries/libCq CMS for java.old/src/org/cresques/geo/cover/Hoja.java

View differences:

Hoja.java
2 2
/*
3 3
 * Created on 16-abr-2004
4 4
 */
5
import java.awt.geom.Point2D;
6
import java.io.InputStream;
7
import java.io.OutputStream;
5 8
import java.util.Vector;
6 9

  
7
import java.awt.geom.Point2D;
8

  
9 10
import org.cresques.cts.ICoordTrans;
10 11
import org.cresques.cts.IProjection;
11 12
import org.cresques.geo.Projected;
......
89 90
		Point2D [] v = {tl, tr, br, bl};
90 91
		return v;
91 92
	}
93
	
94
	public void toXml(OutputStream os) {
95
		
96
	}
97
	
98
	public void fromXml(InputStream is) {
99
		
100
	}
92 101
}
93 102

  
94 103

  

Also available in: Unified diff