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
Modifier and TypeMethodDescriptionendHole()
Finishes the hole and returns theShapeFactory.PolygonBuilder
.Methods inherited from interface org.locationtech.spatial4j.shape.ShapeFactory.PointsBuilder
pointLatLon, pointXY, pointXYZ
-
Method Details
-
endHole
ShapeFactory.PolygonBuilder endHole()Finishes the hole and returns theShapeFactory.PolygonBuilder
.
-