Class MultiPointBuilder

    • Constructor Detail

      • MultiPointBuilder

        public MultiPointBuilder​(java.util.List<org.locationtech.jts.geom.Coordinate> coordinates)
        Create a new MultiPointBuilder.
        Parameters:
        coordinates - needs at least two coordinates to be valid, otherwise will throw an exception
      • MultiPointBuilder

        public MultiPointBuilder​(StreamInput in)
                          throws java.io.IOException
        Read from a stream.
        Throws:
        java.io.IOException