Uses of Class
org.locationtech.spatial4j.shape.ShapeCollection
Packages that use ShapeCollection
Package
Description
SpatialContext implementations are the facade to the Spatial4j API.
Reading & writing shapes in various forms.
Shapes are the core geometry objects that Spatial4j provides.
-
Uses of ShapeCollection in org.locationtech.spatial4j.context
Methods in org.locationtech.spatial4j.context that return ShapeCollectionModifier and TypeMethodDescription<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 ShapeCollectionMethods in org.locationtech.spatial4j.io with parameters of type ShapeCollectionModifier and TypeMethodDescriptionvoidBinaryCodec.writeCollection(DataOutput dataOutput, ShapeCollection col) -
Uses of ShapeCollection in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeCollectionModifier and TypeMethodDescriptionShapeCollection.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
Fields in org.locationtech.spatial4j.shape.impl declared as ShapeCollectionModifier and TypeFieldDescriptionprivate final ShapeCollection<BufferedLine> BufferedLineString.segmentsMethods in org.locationtech.spatial4j.shape.impl that return ShapeCollectionModifier and TypeMethodDescriptionBufferedLineString.getSegments()<S extends Shape>
ShapeCollection<S> ShapeFactoryImpl.multiShape(List<S> coll)