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 ShapeFactorySpatialContext. shapeFactoryFields in org.locationtech.spatial4j.context with type parameters of type ShapeFactory Modifier and Type Field Description java.lang.Class<? extends ShapeFactory>SpatialContextFactory. shapeFactoryClassMethods in org.locationtech.spatial4j.context that return ShapeFactory Modifier and Type Method Description ShapeFactorySpatialContext. getShapeFactory()A factory forShapes.ShapeFactorySpatialContextFactory. 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 ShapeFactoryGeoJSONReader. shapeFactoryprivate ShapeFactoryOnePointsBuilder. shapeFactoryprotected ShapeFactoryWKTReader. shapeFactory(package private) ShapeFactoryPolyshapeReader. shpFactory(package private) ShapeFactoryPolyshapeReader.XReader. shpFactoryConstructors 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 ShapeShapeDeserializer. read(com.fasterxml.jackson.core.JsonParser jp, ShapeFactory factory)ShapeShapeDeserializer. read(com.fasterxml.jackson.databind.node.ObjectNode node, ShapeFactory factory)PointShapeDeserializer. 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 classShapeFactoryImplThe 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 classJtsShapeFactoryEnhancesShapeFactoryImplwith support for Polygons using JTS.
-