Uses of Class
org.locationtech.spatial4j.context.SpatialContextFactory
-
Packages that use SpatialContextFactory Package Description org.locationtech.spatial4j.context SpatialContext implementations are the facade to the Spatial4j API.org.locationtech.spatial4j.context.jts org.locationtech.spatial4j.io Reading & writing shapes in various forms.org.locationtech.spatial4j.io.jts org.locationtech.spatial4j.shape.impl -
-
Uses of SpatialContextFactory in org.locationtech.spatial4j.context
Methods in org.locationtech.spatial4j.context that return SpatialContextFactory Modifier and Type Method Description private static SpatialContextFactory
SpatialContext. initFromLegacyConstructor(boolean geo, DistanceCalculator calculator, Rectangle worldBounds)
Constructors in org.locationtech.spatial4j.context with parameters of type SpatialContextFactory Constructor Description SpatialContext(SpatialContextFactory factory)
Called bynewSpatialContext()
. -
Uses of SpatialContextFactory in org.locationtech.spatial4j.context.jts
Subclasses of SpatialContextFactory in org.locationtech.spatial4j.context.jts Modifier and Type Class Description class
JtsSpatialContextFactory
-
Uses of SpatialContextFactory in org.locationtech.spatial4j.io
Constructors in org.locationtech.spatial4j.io with parameters of type SpatialContextFactory Constructor Description BinaryCodec(SpatialContext ctx, SpatialContextFactory factory)
GeoJSONReader(SpatialContext ctx, SpatialContextFactory factory)
GeoJSONWriter(SpatialContext ctx, SpatialContextFactory factory)
LegacyShapeReader(SpatialContext ctx, SpatialContextFactory factory)
Deprecated.LegacyShapeWriter(SpatialContext ctx, SpatialContextFactory factory)
Deprecated.PolyshapeReader(SpatialContext ctx, SpatialContextFactory factory)
PolyshapeWriter(SpatialContext ctx, SpatialContextFactory factory)
WKTReader(SpatialContext ctx, SpatialContextFactory factory)
This constructor is required bymakeFormats(SpatialContext)
.WktShapeParser(SpatialContext ctx, SpatialContextFactory factory)
Deprecated. -
Uses of SpatialContextFactory in org.locationtech.spatial4j.io.jts
Constructors in org.locationtech.spatial4j.io.jts with parameters of type SpatialContextFactory Constructor Description JtsGeoJSONWriter(JtsSpatialContext ctx, SpatialContextFactory factory)
JtsPolyshapeWriter(JtsSpatialContext ctx, SpatialContextFactory factory)
-
Uses of SpatialContextFactory in org.locationtech.spatial4j.shape.impl
Constructors in org.locationtech.spatial4j.shape.impl with parameters of type SpatialContextFactory Constructor Description ShapeFactoryImpl(SpatialContext ctx, SpatialContextFactory factory)
-