Uses of Class
org.locationtech.spatial4j.context.jts.JtsSpatialContext
-
Packages that use JtsSpatialContext Package Description org.elasticsearch.common.geo.builders org.locationtech.spatial4j.context.jts org.locationtech.spatial4j.io.jts org.locationtech.spatial4j.shape.jts -
-
Uses of JtsSpatialContext in org.elasticsearch.common.geo.builders
Fields in org.elasticsearch.common.geo.builders declared as JtsSpatialContext Modifier and Type Field Description static JtsSpatialContextShapeBuilder. SPATIAL_CONTEXT -
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 JtsSpatialContextJtsSpatialContext. GEOMethods in org.locationtech.spatial4j.context.jts that return JtsSpatialContext Modifier and Type Method Description JtsSpatialContextJtsSpatialContextFactory. 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 JtsSpatialContextJtsGeoJSONWriter. ctxprotected JtsSpatialContextJtsPolyshapeWriter. ctxConstructors 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)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(Geometry geom, JtsSpatialContext ctx, boolean dateline180Check, boolean allowMultiOverlap)JtsPoint(Point pointGeom, JtsSpatialContext ctx)A simple constructor without normalization / validation.JtsShapeFactory(JtsSpatialContext ctx, JtsSpatialContextFactory factory)Called byJtsSpatialContextFactory.newSpatialContext().
-