Interface ShapeFactory.PointsBuilder<T>
- All Known Subinterfaces:
ShapeFactory.LineStringBuilder, ShapeFactory.MultiPointBuilder, ShapeFactory.PolygonBuilder, ShapeFactory.PolygonBuilder.HoleBuilder
- All Known Implementing Classes:
JtsShapeFactory.JtsLineStringBuilder, JtsShapeFactory.JtsMultiPointBuilder, JtsShapeFactory.JtsMultiShapeBuilder, JtsShapeFactory.JtsPolygonBuilder, JtsShapeFactory.JtsPolygonBuilder.JtsHoleBuilder, OnePointsBuilder, ShapeFactoryImpl.GeneralShapeMultiShapeBuilder
- Enclosing interface:
ShapeFactory
public static interface ShapeFactory.PointsBuilder<T>
Builds a point and returns the generic specified type (usually whatever "this" is).
-
Method Summary
-
Method Details
-
pointXY
- See Also:
-
pointXYZ
- See Also:
-
pointLatLon
- See Also:
-