Class GeoJsonMultiLineString

java.lang.Object
org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString
All Implemented Interfaces:
GeoJson<Iterable<GeoJsonLineString>>

public class GeoJsonMultiLineString extends Object implements GeoJson<Iterable<GeoJsonLineString>>
GeoJsonMultiLineString is defined as list of GeoJsonLineStrings.
Copied from Spring Data Mongodb
Since:
4.1
Author:
Christoph Strobl, Peter-Josef Meisch
See Also: