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

View differences:

IGeometry.java
70 70
	public static int SW = 6;
71 71
	public static int W = 7;
72 72
	public static int NW = 8;
73

  
74
	public static int SELECTHANDLER=0;
75
	public static int STRETCHINGHANDLER=1;
73 76
	public final static FStyledShapePainter shpPainter = new FStyledShapePainter();
74 77

  
75 78
	/**
......
147 150
	 * @return True, si intersecta.
148 151
	 */
149 152
	boolean intersects(Rectangle2D r);
150
	
153

  
151 154
	/**
152 155
	 * Se usa en las strategies de dibujo para comprobar de manera r?pida
153 156
	 * si intersecta con el rect?ngulo visible
......
181 184
	GeneralPathXIterator getGeneralPathXIterator();
182 185

  
183 186
    public byte[] toWKB() throws IOException;
187
    /**
188
	 * It returns the handlers of the geomety,
189
	 * these they can be of two types is straightening and of seleccion.
190
	 *
191
	 * @param type Type of handlers
192
	 *
193
	 * @return Handlers.
194
	 */
195
	public Handler[] getHandlers(int type);
184 196
}

Also available in: Unified diff