Uses of Class
org.locationtech.spatial4j.shape.ShapeCollection
-
Packages that use ShapeCollection Package Description org.locationtech.spatial4j.context SpatialContext implementations are the facade to the Spatial4j API.org.locationtech.spatial4j.io Reading & writing shapes in various forms.org.locationtech.spatial4j.shape Shapes are the core geometry objects that Spatial4j provides.org.locationtech.spatial4j.shape.impl -
-
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(java.util.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 ShapeCollection
BinaryCodec. readCollection(java.io.DataInput dataInput)
Methods in org.locationtech.spatial4j.io with parameters of type ShapeCollection Modifier and Type Method Description void
BinaryCodec. writeCollection(java.io.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 ShapeCollection
ShapeCollection. getBuffered(double distance, SpatialContext ctx)
<S extends Shape>
ShapeCollection<S>ShapeFactory. multiShape(java.util.List<S> coll)
Deprecated. -
Uses of ShapeCollection in org.locationtech.spatial4j.shape.impl
Fields in org.locationtech.spatial4j.shape.impl declared as ShapeCollection Modifier and Type Field Description private ShapeCollection<BufferedLine>
BufferedLineString. segments
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(java.util.List<S> coll)
-