Uses of Class
org.locationtech.spatial4j.context.jts.JtsSpatialContext
Packages that use JtsSpatialContext
Package
Description
Optional support to read/write Shapes and Geometry using Jackson
-
Uses of JtsSpatialContext in org.locationtech.spatial4j.context.jts
Fields in org.locationtech.spatial4j.context.jts declared as JtsSpatialContextMethods in org.locationtech.spatial4j.context.jts that return JtsSpatialContext -
Uses of JtsSpatialContext in org.locationtech.spatial4j.io.jackson
Fields in org.locationtech.spatial4j.io.jackson declared as JtsSpatialContextModifier and TypeFieldDescription(package private) static final JtsSpatialContextGeometryDeserializer.JTS -
Uses of JtsSpatialContext in org.locationtech.spatial4j.io.jts
Fields in org.locationtech.spatial4j.io.jts declared as JtsSpatialContextModifier and TypeFieldDescriptionprotected final JtsSpatialContextJtsGeoJSONWriter.ctxprotected final JtsSpatialContextJtsPolyshapeWriter.ctxConstructors in org.locationtech.spatial4j.io.jts with parameters of type JtsSpatialContextModifierConstructorDescriptionJtsBinaryCodec(JtsSpatialContext ctx, JtsSpatialContextFactory factory) JtsGeoJSONWriter(JtsSpatialContext ctx, SpatialContextFactory factory) JtsPolyshapeWriter(JtsSpatialContext ctx, SpatialContextFactory factory) JtsWKTReaderShapeParser(JtsSpatialContext ctx, JtsSpatialContextFactory factory) Deprecated.JtsWKTWriter(JtsSpatialContext ctx, JtsSpatialContextFactory factory) -
Uses of JtsSpatialContext in org.locationtech.spatial4j.shape.jts
Constructors in org.locationtech.spatial4j.shape.jts with parameters of type JtsSpatialContextModifierConstructorDescriptionJtsGeometry(org.locationtech.jts.geom.Geometry geom, JtsSpatialContext ctx, boolean dateline180Check, boolean allowMultiOverlap) JtsPoint(org.locationtech.jts.geom.Point pointGeom, JtsSpatialContext ctx) A simple constructor without normalization / validation.JtsShapeFactory(JtsSpatialContext ctx, JtsSpatialContextFactory factory) Called byJtsSpatialContextFactory.newSpatialContext().