Class JtsShapeFactory.JtsPolygonBuilder.JtsHoleBuilder
java.lang.Object
org.locationtech.spatial4j.shape.jts.JtsShapeFactory.CoordinatesAccumulator<JtsShapeFactory.JtsPolygonBuilder.JtsHoleBuilder>
org.locationtech.spatial4j.shape.jts.JtsShapeFactory.JtsPolygonBuilder.JtsHoleBuilder
- All Implemented Interfaces:
ShapeFactory.PointsBuilder<ShapeFactory.PolygonBuilder.HoleBuilder>
,ShapeFactory.PolygonBuilder.HoleBuilder
- Enclosing class:
JtsShapeFactory.JtsPolygonBuilder
private class JtsShapeFactory.JtsPolygonBuilder.JtsHoleBuilder
extends JtsShapeFactory.CoordinatesAccumulator<JtsShapeFactory.JtsPolygonBuilder.JtsHoleBuilder>
implements ShapeFactory.PolygonBuilder.HoleBuilder
-
Field Summary
Fields inherited from class org.locationtech.spatial4j.shape.jts.JtsShapeFactory.CoordinatesAccumulator
coordinates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendHole()
Finishes the hole and returns theShapeFactory.PolygonBuilder
.Methods inherited from class org.locationtech.spatial4j.shape.jts.JtsShapeFactory.CoordinatesAccumulator
getCoordsArray, getThis, pointXY, pointXYZ
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.locationtech.spatial4j.shape.ShapeFactory.PointsBuilder
pointLatLon, pointXY, pointXYZ
-
Constructor Details
-
JtsHoleBuilder
private JtsHoleBuilder()
-
-
Method Details
-
endHole
Description copied from interface:ShapeFactory.PolygonBuilder.HoleBuilder
Finishes the hole and returns theShapeFactory.PolygonBuilder
.- Specified by:
endHole
in interfaceShapeFactory.PolygonBuilder.HoleBuilder
-