Uses of Class
com.spatial4j.core.shape.ShapeCollection
-
Packages that use ShapeCollection Package Description com.spatial4j.core.context SpatialContext implementations are the facade to the Spatial4j API.com.spatial4j.core.io Reading & writing shapes in various forms.com.spatial4j.core.shape Shapes are the core geometry objects that Spatial4j provides.com.spatial4j.core.shape.impl -
-
Uses of ShapeCollection in com.spatial4j.core.context
Methods in com.spatial4j.core.context that return ShapeCollection Modifier and Type Method Description <S extends Shape>
ShapeCollection<S>SpatialContext. makeCollection(List<S> coll)Construct a ShapeCollection, analogous to an OGC GeometryCollection. -
Uses of ShapeCollection in com.spatial4j.core.io
Methods in com.spatial4j.core.io that return ShapeCollection Modifier and Type Method Description ShapeCollectionBinaryCodec. readCollection(DataInput dataInput)Methods in com.spatial4j.core.io with parameters of type ShapeCollection Modifier and Type Method Description voidBinaryCodec. writeCollection(DataOutput dataOutput, ShapeCollection col) -
Uses of ShapeCollection in com.spatial4j.core.shape
Methods in com.spatial4j.core.shape that return ShapeCollection Modifier and Type Method Description ShapeCollectionShapeCollection. getBuffered(double distance, SpatialContext ctx) -
Uses of ShapeCollection in com.spatial4j.core.shape.impl
Methods in com.spatial4j.core.shape.impl that return ShapeCollection Modifier and Type Method Description ShapeCollection<BufferedLine>BufferedLineString. getSegments()
-