Uses of Class
org.locationtech.spatial4j.shape.ShapeCollection
-
-
Uses of ShapeCollection in org.elasticsearch.common.geo
Subclasses of ShapeCollection in org.elasticsearch.common.geo Modifier and Type Class Description classXShapeCollection<S extends Shape>Extends spatial4j ShapeCollection for points_only shape indexing support -
Uses of ShapeCollection in org.locationtech.spatial4j.context
Methods in org.locationtech.spatial4j.context that return ShapeCollection Modifier and Type Method Description <S extends Shape>
ShapeCollection<S>SpatialContext. makeCollection(List<S> coll)Deprecated. -
Uses of ShapeCollection in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io that return ShapeCollection Modifier and Type Method Description ShapeCollectionBinaryCodec. readCollection(DataInput dataInput)Methods in org.locationtech.spatial4j.io with parameters of type ShapeCollection Modifier and Type Method Description voidBinaryCodec. writeCollection(DataOutput dataOutput, ShapeCollection col) -
Uses of ShapeCollection in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeCollection Modifier and Type Method Description ShapeCollectionShapeCollection. getBuffered(double distance, SpatialContext ctx)<S extends Shape>
ShapeCollection<S>ShapeFactory. multiShape(List<S> coll)Deprecated. -
Uses of ShapeCollection in org.locationtech.spatial4j.shape.impl
Methods in org.locationtech.spatial4j.shape.impl that return ShapeCollection Modifier and Type Method Description ShapeCollection<BufferedLine>BufferedLineString. getSegments()<S extends Shape>
ShapeCollection<S>ShapeFactoryImpl. multiShape(List<S> coll)
-