Revision 34140 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/Geometry.java

View differences:

Geometry.java
34 34
import java.io.Serializable;
35 35

  
36 36
import org.cresques.cts.ICoordTrans;
37

  
37 38
import org.gvsig.fmap.geom.handler.Handler;
38 39
import org.gvsig.fmap.geom.operation.GeometryOperationContext;
39 40
import org.gvsig.fmap.geom.operation.GeometryOperationException;
......
620 621
			GeometryOperationException;
621 622

  
622 623
	public Point centroid() throws GeometryOperationNotSupportedException, GeometryOperationException;
624
	
625
	public double area() throws GeometryOperationNotSupportedException, GeometryOperationException;
626
	
627
	public double perimeter() throws GeometryOperationNotSupportedException, GeometryOperationException;
623 628
}

Also available in: Unified diff