Uses of Class
org.locationtech.spatial4j.context.SpatialContextFactory
-
-
Uses of SpatialContextFactory in org.locationtech.spatial4j.context
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 classJtsSpatialContextFactory -
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). -
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)
-