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 Modifier Constructor Description private
JtsHoleBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JtsShapeFactory.JtsPolygonBuilder
endHole()
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
-
-
-
-
Method Detail
-
endHole
public JtsShapeFactory.JtsPolygonBuilder endHole()
Description copied from interface:ShapeFactory.PolygonBuilder.HoleBuilder
Finishes the hole and returns theShapeFactory.PolygonBuilder
.- Specified by:
endHole
in interfaceShapeFactory.PolygonBuilder.HoleBuilder
-
-