Class JtsShapeFactory.CoordinatesAccumulator<T extends JtsShapeFactory.CoordinatesAccumulator>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<org.locationtech.jts.geom.Coordinate> coordinates  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.locationtech.jts.geom.Coordinate[] getCoordsArray()  
      protected T getThis()  
      T pointXY​(double x, double y)  
      T pointXYZ​(double x, double y, double z)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • coordinates

        protected java.util.List<org.locationtech.jts.geom.Coordinate> coordinates
    • Constructor Detail

      • CoordinatesAccumulator

        private CoordinatesAccumulator()
    • Method Detail

      • pointXY

        public T pointXY​(double x,
                         double y)
      • pointXYZ

        public T pointXYZ​(double x,
                          double y,
                          double z)
      • getCoordsArray

        protected org.locationtech.jts.geom.Coordinate[] getCoordsArray()
      • getThis

        protected T getThis()