Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory
Packages that use ShapeFactory
Package
Description
SpatialContext implementations are the facade to the Spatial4j API.
Reading & writing shapes in various forms.
Optional support to read/write Shapes and Geometry using Jackson
-
Uses of ShapeFactory in org.locationtech.spatial4j.context
Fields in org.locationtech.spatial4j.context declared as ShapeFactoryFields in org.locationtech.spatial4j.context with type parameters of type ShapeFactoryModifier and TypeFieldDescriptionClass
<? extends ShapeFactory> SpatialContextFactory.shapeFactoryClass
Methods in org.locationtech.spatial4j.context that return ShapeFactoryModifier and TypeMethodDescriptionSpatialContext.getShapeFactory()
A factory forShape
s.SpatialContextFactory.makeShapeFactory
(SpatialContext ctx) -
Uses of ShapeFactory in org.locationtech.spatial4j.io
Fields in org.locationtech.spatial4j.io declared as ShapeFactoryModifier and TypeFieldDescriptionprotected final ShapeFactory
GeoJSONReader.shapeFactory
private ShapeFactory
OnePointsBuilder.shapeFactory
protected final ShapeFactory
WKTReader.shapeFactory
(package private) final ShapeFactory
PolyshapeReader.shpFactory
(package private) final ShapeFactory
PolyshapeReader.XReader.shpFactory
Constructors in org.locationtech.spatial4j.io with parameters of type ShapeFactoryModifierConstructorDescriptionOnePointsBuilder
(ShapeFactory shapeFactory) XReader
(Reader input, ShapeFactory shpFactory) -
Uses of ShapeFactory in org.locationtech.spatial4j.io.jackson
Methods in org.locationtech.spatial4j.io.jackson with parameters of type ShapeFactoryModifier and TypeMethodDescriptionShapeDeserializer.read
(com.fasterxml.jackson.core.JsonParser jp, ShapeFactory factory) ShapeDeserializer.read
(com.fasterxml.jackson.databind.node.ObjectNode node, ShapeFactory factory) 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 -
Uses of ShapeFactory in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactoryModifier and TypeClassDescriptionclass
EnhancesShapeFactoryImpl
with support for Polygons using JTS.