Class MultiLineString


  • public final class MultiLineString
    extends Geometry
    A representation of a GeoJSON MultiLineString.
    Since:
    3.1
    • Constructor Detail

      • MultiLineString

        public MultiLineString​(<<Position>> coordinates)
        Construct an instance with the given coordinates.
        Parameters:
        coordinates - the coordinates of each line
      • MultiLineString

        public MultiLineString​(@Nullable
                               CoordinateReferenceSystem coordinateReferenceSystem,
                               <<Position>> coordinates)
        Construct an instance with the given coordinates and coordinate reference system.
        Parameters:
        coordinateReferenceSystem - the coordinate reference system
        coordinates - the coordinates of each line
    • Method Detail

      • getCoordinates

        public <<Position>> getCoordinates()
        Gets the GeoJSON coordinates of this MultiLineString
        Returns:
        the coordinates
      • equals

        public boolean equals​( o)
        Overrides:
        equals in class Geometry
      • toString

        public  toString()
        Overrides:
         in class