Class GeoJsonMultiLineString
java.lang.Object
com.arangodb.springframework.core.geo.GeoJsonMultiLineString
- All Implemented Interfaces:
GeoJson<Iterable<GeoJsonLineString>>
GeoJsonMultiLineString is defined as list of GeoJsonLineStrings.- Author:
- Christoph Strobl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newGeoJsonMultiLineStringfor the givenGeoJsonLineStrings.GeoJsonMultiLineString(List<Point>... lines) Creates newGeoJsonMultiLineStringfor the givenPoints. -
Method Summary
-
Constructor Details
-
GeoJsonMultiLineString
Creates newGeoJsonMultiLineStringfor the givenPoints.- Parameters:
lines- must not be null.
-
GeoJsonMultiLineString
Creates newGeoJsonMultiLineStringfor the givenGeoJsonLineStrings.- Parameters:
lines- must not be null.
-
-
Method Details
-
getType
Description copied from interface:GeoJsonString value representing the type of theGeoJsonobject.- Specified by:
getTypein interfaceGeoJson<Iterable<GeoJsonLineString>>- Returns:
- will never be null.
- See Also:
-
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<GeoJsonLineString>>- Returns:
- will never be null.
- See Also:
-
hashCode
public int hashCode() -
equals
-