Uses of Class
org.locationtech.spatial4j.shape.jts.JtsGeometry
-
Packages that use JtsGeometry Package Description org.elasticsearch.common.geo.builders org.locationtech.spatial4j.context.jts org.locationtech.spatial4j.shape.jts -
-
Uses of JtsGeometry in org.elasticsearch.common.geo.builders
Methods in org.elasticsearch.common.geo.builders that return JtsGeometry Modifier and Type Method Description JtsGeometryLineStringBuilder. buildS4J()JtsGeometryMultiLineStringBuilder. buildS4J()JtsGeometryPolygonBuilder. buildS4J()protected JtsGeometryShapeBuilder. jtsGeometry(Geometry geom) -
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(Geometry geom)Deprecated.JtsGeometryJtsSpatialContext. makeShape(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(Geometry geom)JtsGeometryJtsShapeFactory. makeShape(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)
-