Class LocalSpatialIndexType

java.lang.Object
com.massifmaps.datasources.LocalSpatialIndexType

public final class LocalSpatialIndexType extends Object
Spatial index type for local data source.
  • Field Details

    • LOCAL_SPATIAL_INDEX_TYPE_NULL

      public static final int LOCAL_SPATIAL_INDEX_TYPE_NULL
      Null 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_KDTREE
      K-d tree index, element culling is exact and fast.
      See Also:
  • Constructor Details

    • LocalSpatialIndexType

      public LocalSpatialIndexType()