Class GeoJsonMultiPolygon
java.lang.Object
org.springframework.data.mongodb.core.geo.GeoJsonMultiPolygon
- All Implemented Interfaces:
GeoJson<Iterable<GeoJsonPolygon>>
GeoJsonMultiPolygon
is defined as a list of GeoJsonPolygon
s.- Since:
- 1.7
- Author:
- Christoph Strobl
-
Constructor Summary
ConstructorsConstructorDescriptionGeoJsonMultiPolygon
(List<GeoJsonPolygon> polygons) Creates a newGeoJsonMultiPolygon
for the givenGeoJsonPolygon
s. -
Method Summary
-
Constructor Details
-
GeoJsonMultiPolygon
Creates a newGeoJsonMultiPolygon
for the givenGeoJsonPolygon
s.- Parameters:
polygons
- must not be null.
-
-
Method Details
-
getType
Description copied from interface:GeoJson
String value representing the type of theGeoJson
object.- Specified by:
getType
in interfaceGeoJson<Iterable<GeoJsonPolygon>>
- Returns:
- will never be null.
- See Also:
-
getCoordinates
Description copied from interface:GeoJson
The value of the coordinates member is always anIterable
. The structure for the elements within is determined byGeoJson.getType()
of geometry.- Specified by:
getCoordinates
in interfaceGeoJson<Iterable<GeoJsonPolygon>>
- Returns:
- will never be null.
- See Also:
-
hashCode
public int hashCode() -
equals
-