Revision 5878 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/IGeometry.java

View differences:

IGeometry.java
136 136
	 * @return una de las constantes de FShape: POINT, LINE, POLIGON
137 137
	 */
138 138
	int getGeometryType();
139

  
140 139
	/**
140
	 * Obtiene el tipo de la geometr?a
141
	 *
142
	 * @return una de las constantes de FShape: POINT, LINE, POLIGON
143
	 */
144
	void setGeometryType(int type);
145
	/**
146
	 * Obtiene el tipo original de la geometr?a
147
	 *
148
	 * @return una de las constantes de FShape: POINT, LINE, POLIGON, CIRCLE, ARC, ELLIPSE...
149
	 */
150
	int getOriginalGeometryType();
151
	/**
141 152
	 * Clona la Geometr?a.
142 153
	 *
143 154
	 * @return Geometr?a clonada.
......
210 221
	public void transform(AffineTransform at);
211 222

  
212 223
	PathIterator getPathIterator(AffineTransform at, double flatness);
213
	
224

  
214 225
	/**
215 226
	 * Useful to have the real shape behind the scenes.
216 227
	 * May be uses to edit it knowing it it is a Circle, Ellipse, etc

Also available in: Unified diff