Uses of Class
org.locationtech.spatial4j.context.jts.JtsSpatialContext
-
Packages that use JtsSpatialContext Package Description org.locationtech.spatial4j.context.jts org.locationtech.spatial4j.io.jts org.locationtech.spatial4j.shape.jts -
-
Uses of JtsSpatialContext in org.locationtech.spatial4j.context.jts
Fields in org.locationtech.spatial4j.context.jts declared as JtsSpatialContext Modifier and Type Field Description static JtsSpatialContext
JtsSpatialContext. GEO
Methods in org.locationtech.spatial4j.context.jts that return JtsSpatialContext Modifier and Type Method Description JtsSpatialContext
JtsSpatialContextFactory. newSpatialContext()
-
Uses of JtsSpatialContext in org.locationtech.spatial4j.io.jts
Fields in org.locationtech.spatial4j.io.jts declared as JtsSpatialContext Modifier and Type Field Description protected JtsSpatialContext
JtsGeoJSONWriter. ctx
protected JtsSpatialContext
JtsPolyshapeWriter. ctx
Constructors in org.locationtech.spatial4j.io.jts with parameters of type JtsSpatialContext Constructor Description JtsBinaryCodec(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 JtsSpatialContext Constructor Description JtsGeometry(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()
.
-