Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory
-
Packages that use ShapeFactory 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.io.jackson Optional support to read/write Shapes and Geometry using Jacksonorg.locationtech.spatial4j.shape.impl org.locationtech.spatial4j.shape.jts -
-
Uses of ShapeFactory in org.locationtech.spatial4j.context
Fields in org.locationtech.spatial4j.context declared as ShapeFactory Modifier and Type Field Description private ShapeFactory
SpatialContext. shapeFactory
Fields in org.locationtech.spatial4j.context with type parameters of type ShapeFactory Modifier and Type Field Description java.lang.Class<? extends ShapeFactory>
SpatialContextFactory. shapeFactoryClass
Methods in org.locationtech.spatial4j.context that return ShapeFactory Modifier and Type Method Description ShapeFactory
SpatialContext. getShapeFactory()
A factory forShape
s.ShapeFactory
SpatialContextFactory. makeShapeFactory(SpatialContext ctx)
-
Uses of ShapeFactory in org.locationtech.spatial4j.io
Fields in org.locationtech.spatial4j.io declared as ShapeFactory Modifier and Type Field Description protected ShapeFactory
GeoJSONReader. shapeFactory
private ShapeFactory
OnePointsBuilder. shapeFactory
protected ShapeFactory
WKTReader. shapeFactory
(package private) ShapeFactory
PolyshapeReader. shpFactory
(package private) ShapeFactory
PolyshapeReader.XReader. shpFactory
Constructors in org.locationtech.spatial4j.io with parameters of type ShapeFactory Constructor Description OnePointsBuilder(ShapeFactory shapeFactory)
XReader(java.io.Reader input, ShapeFactory shpFactory)
-
Uses of ShapeFactory in org.locationtech.spatial4j.io.jackson
Methods in org.locationtech.spatial4j.io.jackson with parameters of type ShapeFactory Modifier and Type Method Description Shape
ShapeDeserializer. read(com.fasterxml.jackson.core.JsonParser jp, ShapeFactory factory)
Shape
ShapeDeserializer. read(com.fasterxml.jackson.databind.node.ObjectNode node, ShapeFactory factory)
Point
ShapeDeserializer. readPoint(com.fasterxml.jackson.databind.node.ArrayNode arr, ShapeFactory factory)
-
Uses of ShapeFactory in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement ShapeFactory Modifier and Type Class Description class
ShapeFactoryImpl
The defaultShapeFactory
. -
Uses of ShapeFactory in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory Modifier and Type Class Description class
JtsShapeFactory
EnhancesShapeFactoryImpl
with support for Polygons using JTS.
-