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.shapeFactoryClassMethods in org.locationtech.spatial4j.context that return ShapeFactoryModifier and TypeMethodDescriptionSpatialContext.getShapeFactory()A factory forShapes.SpatialContextFactory.makeShapeFactory(SpatialContext ctx) -
Uses of ShapeFactory in org.locationtech.spatial4j.io
Fields in org.locationtech.spatial4j.io declared as ShapeFactoryModifier and TypeFieldDescriptionprotected final ShapeFactoryGeoJSONReader.shapeFactoryprivate ShapeFactoryOnePointsBuilder.shapeFactoryprotected final ShapeFactoryWKTReader.shapeFactory(package private) final ShapeFactoryPolyshapeReader.shpFactory(package private) final ShapeFactoryPolyshapeReader.XReader.shpFactoryConstructors 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 TypeClassDescriptionclassEnhancesShapeFactoryImplwith support for Polygons using JTS.