Class GeoJsonMultiLineString

    • Constructor Detail

      • GeoJsonMultiLineString

        public GeoJsonMultiLineString​(java.util.List<GeoJsonLineString> geoJsonLineStrings)
        Creates a new GeoJsonMultiLineString object
        Parameters:
        geoJsonLineStrings - list of GeoJsonLineStrings to store
    • Method Detail

      • getType

        public java.lang.String getType()
        Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.
        Returns:
        type of geometry
      • getLineStrings

        public java.util.List<GeoJsonLineString> getLineStrings()
        Gets a list of GeoJsonLineStrings
        Returns:
        list of GeoJsonLineStrings