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

View differences:

Geometry.java
615 615

  
616 616
	public Point centroid() throws GeometryOperationNotSupportedException, GeometryOperationException;
617 617
	
618
	/**
619
	 * This method returns a point which is inside the geometry.
620
	 * This is useful for mathematical purposes but it is very unlikely
621
	 * to be a suitable place for a label, for example.
622
	 * 
623
	 * 
624
	 * @return an interior point
625
	 * @throws GeometryOperationNotSupportedException
626
	 * @throws GeometryOperationException
627
	 */
628
	public Point getInteriorPoint() throws GeometryOperationNotSupportedException, GeometryOperationException;
629

  
618 630
	public double area() throws GeometryOperationNotSupportedException, GeometryOperationException;
619 631
	
620 632
	public double perimeter() throws GeometryOperationNotSupportedException, GeometryOperationException;

Also available in: Unified diff