Uses of Class
org.locationtech.spatial4j.shape.jts.JtsGeometry
-
Packages that use JtsGeometry Package Description org.locationtech.spatial4j.context.jts org.locationtech.spatial4j.shape.jts -
-
Uses of JtsGeometry in org.locationtech.spatial4j.context.jts
Methods in org.locationtech.spatial4j.context.jts that return JtsGeometry Modifier and Type Method Description JtsGeometry
JtsSpatialContext. makeShape(org.locationtech.jts.geom.Geometry geom)
Deprecated.JtsGeometry
JtsSpatialContext. makeShape(org.locationtech.jts.geom.Geometry geom, boolean dateline180Check, boolean allowMultiOverlap)
Deprecated. -
Uses of JtsGeometry in org.locationtech.spatial4j.shape.jts
Methods in org.locationtech.spatial4j.shape.jts that return JtsGeometry Modifier and Type Method Description JtsGeometry
JtsGeometry. getBuffered(double distance, SpatialContext ctx)
JtsGeometry
JtsShapeFactory. makeShape(org.locationtech.jts.geom.Geometry geom)
INTERNAL: Creates aShape
from a JTSGeometry
.JtsGeometry
JtsShapeFactory. makeShape(org.locationtech.jts.geom.Geometry geom, boolean dateline180Check, boolean allowMultiOverlap)
INTERNALMethods in org.locationtech.spatial4j.shape.jts with parameters of type JtsGeometry Modifier and Type Method Description SpatialRelation
JtsGeometry. relate(JtsGeometry jtsGeometry)
-