Interface GeometryIndexSource

    • Method Summary

      Modifier and Type Method and Description
      GenericSpatialIndex<Geometry> getGeometryIndex()
      The method to implement to retrieve the index of geometries for a source.
    • Method Detail

      • getGeometryIndex

        GenericSpatialIndex<Geometry> getGeometryIndex()
        The method to implement to retrieve the index of geometries for a source.
        Returns:
        the index over geometries.