Revision 43513 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
75 75
 */
76 76
public interface GeometryManager extends Manager, ServiceManager {
77 77

  
78
//    
79
//  Spatial index "Quadtree" is faster in creation but don't 
80
//  support of nearest query.
81
//    
82
//  Spatial index "RTree" is faster in queries and support 
83
//  nearest queries.
84
//  
85
//  The library expose a default implementation for RTree and QuadTree
86
//    
87
    public static final String SPATIALINDEX_DEFAULT_RTREE = "JSIRTree";
88
    public static final String SPATIALINDEX_DEFAULT_QUADTREE = "JTSQuadtree";
89
    
90
    
78 91
    public interface OPERATIONS {
79 92

  
80 93
        public final static String FROMWKT = "FromWKT";

Also available in: Unified diff