Class GeoJsonMultiPolygon
java.lang.Object
org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon
- All Implemented Interfaces:
GeoJson<Iterable<GeoJsonPolygon>>
- Since:
- 4.1
- Author:
- Christoph Strobl, Peter-Josef Meisch
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
The value of the coordinates member is always anIterable
.getType()
String value representing the type of theGeoJson
object.int
hashCode()
static GeoJsonMultiPolygon
of
(List<GeoJsonPolygon> polygons) Creates a newGeoJsonMultiPolygon
for the givenGeoJsonPolygon
s.toString()
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
of
Creates a newGeoJsonMultiPolygon
for the givenGeoJsonPolygon
s.- Parameters:
polygons
- must not be null.
-
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:
-
equals
-
hashCode
public int hashCode() -
toString
-