Class GeoJsonMultiPolygon

    • Constructor Detail

      • GeoJsonMultiPolygon

        public GeoJsonMultiPolygon​(java.util.List<GeoJsonPolygon> geoJsonPolygons)
        Creates a new GeoJsonMultiPolygon
        Parameters:
        geoJsonPolygons - list of GeoJsonPolygons 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
      • getPolygons

        public java.util.List<GeoJsonPolygon> getPolygons()
        Gets a list of GeoJsonPolygons
        Returns:
        list of GeoJsonPolygons