Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory
-
-
Uses of ShapeFactory in org.apache.lucene.spatial.prefix.tree
Subinterfaces of ShapeFactory in org.apache.lucene.spatial.prefix.tree Modifier and Type Interface Description interfaceS2ShapeFactoryShape factory for Spatial contexts that support S2 geometry. -
Uses of ShapeFactory in org.locationtech.spatial4j.context
Fields in org.locationtech.spatial4j.context with type parameters of type ShapeFactory Modifier and Type Field Description 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. shapeFactoryprotected ShapeFactoryWKTReader. shapeFactoryConstructors in org.locationtech.spatial4j.io with parameters of type ShapeFactory Constructor Description OnePointsBuilder(ShapeFactory shapeFactory)XReader(Reader input, ShapeFactory shpFactory) -
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.
-