Uses of Class
org.locationtech.spatial4j.context.SpatialContextFactory
Packages that use SpatialContextFactory
Package
Description
SpatialContext implementations are the facade to the Spatial4j API.
Reading & writing shapes in various forms.
-
Uses of SpatialContextFactory in org.locationtech.spatial4j.context
Methods in org.locationtech.spatial4j.context that return SpatialContextFactoryModifier and TypeMethodDescriptionprivate static SpatialContextFactory
SpatialContext.initFromLegacyConstructor
(boolean geo, DistanceCalculator calculator, Rectangle worldBounds) Constructors in org.locationtech.spatial4j.context with parameters of type SpatialContextFactoryModifierConstructorDescriptionSpatialContext
(SpatialContextFactory factory) Called bynewSpatialContext()
. -
Uses of SpatialContextFactory in org.locationtech.spatial4j.context.jts
Subclasses of SpatialContextFactory in org.locationtech.spatial4j.context.jtsModifier and TypeClassDescriptionclass
-
Uses of SpatialContextFactory in org.locationtech.spatial4j.io
Constructors in org.locationtech.spatial4j.io with parameters of type SpatialContextFactoryModifierConstructorDescriptionBinaryCodec
(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 SpatialContextFactoryModifierConstructorDescriptionJtsGeoJSONWriter
(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 SpatialContextFactoryModifierConstructorDescriptionShapeFactoryImpl
(SpatialContext ctx, SpatialContextFactory factory)