Revision 47364 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.api/src/main/java/org/gvsig/fmap/geom/GeometryManager.java

View differences:

GeometryManager.java
86 86
//    
87 87
    public static final String SPATIALINDEX_DEFAULT_RTREE = "JSIRTree";
88 88
    public static final String SPATIALINDEX_DEFAULT_QUADTREE = "JTSQuadtree";
89

  
89 90
    
90
    
91 91
    public interface OPERATIONS {
92 92

  
93 93
        public final static String FROMWKT = "FromWKT";
......
1392 1392
    
1393 1393
    public GeometryCoercionContext createGeometryCoercionContext();
1394 1394

  
1395
    public MultiPrimitive createMultiPrimitive(GeometryType geometryType) throws CreateGeometryException;
1396
    
1395 1397
}

Also available in: Unified diff