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 JtsGeometryJtsSpatialContext. makeShape(org.locationtech.jts.geom.Geometry geom)Deprecated.JtsGeometryJtsSpatialContext. 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 JtsGeometryJtsGeometry. getBuffered(double distance, SpatialContext ctx)JtsGeometryJtsShapeFactory. makeShape(org.locationtech.jts.geom.Geometry geom)INTERNAL: Creates aShapefrom a JTSGeometry.JtsGeometryJtsShapeFactory. 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 SpatialRelationJtsGeometry. relate(JtsGeometry jtsGeometry)
-