Revision 20895 trunk/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/Geometry.java

View differences:

Geometry.java
101 101
 * @author $author$
102 102
 */
103 103
public interface Geometry extends Shape, Serializable {
104

  
105
	/** Tipo de geometría */
106
	public final static int GEOM_TYPE = 0;
107
	
104 108
	public static int BEST = 0;
105 109
	public static int N = 1;
106 110
	public static int NE = 2;
......
128 132
	 * @deprecated
129 133
	 */
130 134
	public int getShapeType();
135
	
136
	/**
137
	 * Devuelve el valor de la cte del tipo de geometría. Este tipo se define en las interfaces
138
	 * mediante GEOM_TYPE
139
	 * 
140
	 * Point.GEOM_TYPE
141
	 * 
142
	 * @return
143
	 */
144
	public int getGeomTypeAsInt();
131 145

  
132 146
	/**
133 147
	 * Clona la Geometr�a.

Also available in: Unified diff