Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.PolygonBuilder.HoleBuilder
-
Packages that use ShapeFactory.PolygonBuilder.HoleBuilder Package Description org.locationtech.spatial4j.shape Shapes are the core geometry objects that Spatial4j provides.org.locationtech.spatial4j.shape.jts -
-
Uses of ShapeFactory.PolygonBuilder.HoleBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.PolygonBuilder.HoleBuilder Modifier and Type Method Description ShapeFactory.PolygonBuilder.HoleBuilder
ShapeFactory.PolygonBuilder. hole()
Starts a new hole. -
Uses of ShapeFactory.PolygonBuilder.HoleBuilder in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory.PolygonBuilder.HoleBuilder Modifier and Type Class Description private class
JtsShapeFactory.JtsPolygonBuilder.JtsHoleBuilder
-