Revision 29798 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/operation/isCCW/IsCCW.java

View differences:

IsCCW.java
50 50
 * @author Carlos S?nchez Peri??n <a href = "mailto:csanchez@prodevelop.es"> e-mail </a>
51 51
 */
52 52
public class IsCCW extends GeometryOperation{
53

  
54
	private GeneralPathX generalPathX = null;
53
    public static final String NAME = "isCCW";
54
	public static final int CODE = GeometryLocator.getGeometryManager().
55
    	getGeometryOperationCode(NAME);
55 56
	
56
	public static final int CODE = GeometryLocator.getGeometryManager().registerGeometryOperation("isCCW", new IsCCW());
57
	private GeneralPathX generalPathX = null;	
57 58
	
58 59
	public int getOperationIndex() {
59 60
		return CODE;

Also available in: Unified diff