Class GeoJsonMultiPoint
java.lang.Object
org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
- Since:
- 4.1
- Author:
- Christoph Strobl, Peter-Josef Meisch
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe value of the coordinates member is always anIterable.getType()String value representing the type of theGeoJsonobject.inthashCode()static GeoJsonMultiPointCreates a newGeoJsonMultiPointfor the givenPoints.static GeoJsonMultiPointCreates a newGeoJsonMultiPointfor the givenGeoPoints.static GeoJsonMultiPointCreates a newGeoJsonMultiPointfor the givenPoints.static GeoJsonMultiPointofGeoPoints(List<GeoPoint> geoPoints) Creates a newGeoJsonMultiPointfor the givenGeoPoints.toString()
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
of
Creates a newGeoJsonMultiPointfor the givenPoints.- Parameters:
points- points must not be null and have at least 2 entries.
-
of
Creates a newGeoJsonMultiPointfor the givenPoints.- Parameters:
first- must not be null.second- must not be null.others- must not be null.
-
ofGeoPoints
Creates a newGeoJsonMultiPointfor the givenGeoPoints.- Parameters:
geoPoints- geoPoints must not be null and have at least 2 entries.
-
of
Creates a newGeoJsonMultiPointfor the givenGeoPoints.- Parameters:
first- must not be null.second- must not be null.others- must not be null.
-
getType
Description copied from interface:GeoJsonString value representing the type of theGeoJsonobject. -
getCoordinates
Description copied from interface:GeoJsonThe value of the coordinates member is always anIterable. The structure for the elements within is determined byGeoJson.getType()of geometry.- Specified by:
getCoordinatesin interfaceGeoJson<Iterable<Point>>- Returns:
- will never be null.
- See Also:
-
equals
-
hashCode
public int hashCode() -
toString
-