Uses of Class
org.locationtech.jtstest.testbuilder.GeometryContext
-
Packages that use GeometryContext Package Description org.locationtech.jtstest.testbuilder -
-
Uses of GeometryContext in org.locationtech.jtstest.testbuilder
Fields in org.locationtech.jtstest.testbuilder declared as GeometryContext Modifier and Type Field Description protected GeometryContext
GeometryNode. context
Methods in org.locationtech.jtstest.testbuilder with parameters of type GeometryContext Modifier and Type Method Description static GeometryNode
GeometryNode. create(Geometry geom, GeometryContext context)
Constructors in org.locationtech.jtstest.testbuilder with parameters of type GeometryContext Constructor Description GeometryCollectionNode(GeometryCollection coll, GeometryContext context)
GeometryNode(Geometry geom, int size, java.lang.String tag, GeometryContext context)
GeometryNode(Geometry geom, GeometryContext context)
LinearRingNode(LinearRing ring, java.lang.String tag, GeometryContext context)
LinearRingNode(LinearRing ring, GeometryContext context)
LineStringNode(LineString line, java.lang.String tag, GeometryContext context)
LineStringNode(LineString line, GeometryContext context)
PointNode(Point p, GeometryContext context)
PolygonNode(Polygon poly, GeometryContext context)
-