Revision 91 trunk/libraries/libCq CMS for java.old/src/org/cresques/px/gml/Geometry.java

View differences:

Geometry.java
12 12
import org.cresques.geo.Projected;
13 13
import org.cresques.geo.Projection;
14 14
import org.cresques.geo.ReProjection;
15
import org.cresques.geo.ViewPort;
15
import org.cresques.geo.ViewPortData;
16 16
import org.cresques.px.Extent;
17 17
import org.cresques.px.PxObj;
18 18

  
......
48 48
	abstract public Projection getProjection();
49 49
	abstract public void reProject(ReProjection rp);
50 50
	
51
	public void draw(Graphics2D g, ViewPort vp) {
51
	public void draw(Graphics2D g, ViewPortData vp) {
52 52
	}
53 53
}

Also available in: Unified diff