Package org.locationtech.spatial4j.shape
Interface ShapeFactory.PolygonBuilder.HoleBuilder
-
- All Superinterfaces:
ShapeFactory.PointsBuilder<ShapeFactory.PolygonBuilder.HoleBuilder>
- All Known Implementing Classes:
JtsShapeFactory.JtsPolygonBuilder.JtsHoleBuilder
- Enclosing interface:
- ShapeFactory.PolygonBuilder
public static interface ShapeFactory.PolygonBuilder.HoleBuilder extends ShapeFactory.PointsBuilder<ShapeFactory.PolygonBuilder.HoleBuilder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeFactory.PolygonBuilder
endHole()
Finishes the hole and returns theShapeFactory.PolygonBuilder
.-
Methods inherited from interface org.locationtech.spatial4j.shape.ShapeFactory.PointsBuilder
pointLatLon, pointXY, pointXYZ
-
-
-
-
Method Detail
-
endHole
ShapeFactory.PolygonBuilder endHole()
Finishes the hole and returns theShapeFactory.PolygonBuilder
.
-
-