Package com.massifmaps.datasources
Class LocalSpatialIndexType
java.lang.Object
com.massifmaps.datasources.LocalSpatialIndexType
Spatial index type for local data source.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intK-d tree index, element culling is exact and fast.static final intNull index, fastest if few elements are used. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOCAL_SPATIAL_INDEX_TYPE_NULL
public static final int LOCAL_SPATIAL_INDEX_TYPE_NULLNull index, fastest if few elements are used. No element culling is performed.- See Also:
-
LOCAL_SPATIAL_INDEX_TYPE_KDTREE
public static final int LOCAL_SPATIAL_INDEX_TYPE_KDTREEK-d tree index, element culling is exact and fast.- See Also:
-
-
Constructor Details
-
LocalSpatialIndexType
public LocalSpatialIndexType()
-