Revision 29798 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/operation/relationship/Overlaps.java

View differences:

Overlaps.java
43 43
 * 
44 44
 */
45 45
public class Overlaps extends GeometryOperation {
46
	public static final int CODE = GeometryLocator.getGeometryManager()
47
			.registerGeometryOperation("overlaps", new Overlaps());
46
    public static final String NAME = "overlaps";
47
	public static final int CODE = GeometryLocator.getGeometryManager().
48
    	getGeometryOperationCode(NAME);
48 49

  
49 50
	/*
50 51
	 * (non-Javadoc)

Also available in: Unified diff