Revision 29798 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/operation/flip/Flip.java

View differences:

Flip.java
22 22
 * @author Carlos S?nchez Peri??n <a href = "mailto:csanchez@prodevelop.es"> e-mail </a>
23 23
 */
24 24
public class Flip extends GeometryOperation{
25
   
25
    public static final String NAME = "flip";
26
	public static final int CODE = GeometryLocator.getGeometryManager().
27
    	getGeometryOperationCode(NAME);
28
	
26 29
	private GeneralPathX generalPathX = null;
27 30
    
28
	public static final int CODE = GeometryLocator.getGeometryManager().registerGeometryOperation("flip", new Flip());
29
	
30 31
	public int getOperationIndex() {
31 32
		return CODE;
32 33
	}

Also available in: Unified diff