Uses of Class
org.locationtech.spatial4j.context.jts.JtsSpatialContext
Packages that use JtsSpatialContext
Package
Description
-
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.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
Subclasses with type arguments of type JtsSpatialContext in org.locationtech.spatial4j.shape.jtsModifier and TypeClassDescriptionclassWraps a JTSGeometry(i.e. may be a polygon or basically anything).classWraps aPoint.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().