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

    Modifier and Type
    Method
    Description
    default T
    pointLatLon(double latitude, double longitude)
     
    pointXY(double x, double y)
     
    pointXYZ(double x, double y, double z)