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

View differences:

Geometry.java
620 620
	public double perimeter() throws GeometryOperationNotSupportedException, GeometryOperationException;
621 621
	
622 622
	/**
623
     * @return  the awt shape used to display the geometry. It 
624
     * applies a tranformation before to return the coordinates
625
     * of the shape
626
     * @deprecated this class inherits of {@link Shape} by historical
627
     * reasons. This method has been added just to control the usage of
628
     * the {@link Shape} class but it will removed in a future.
629
     */
630
	public Shape getShape(AffineTransform affineTransform);
631
	
632
	/**
623 633
     * @return  the awt shape used to display the geometry. 
624 634
     * @deprecated this class inherits of {@link Shape} by historical
625 635
     * reasons. This method has been added just to control the usage of

Also available in: Unified diff