| Constructor and Description |
|---|
GeoLineStringCollection(List<GeoLineString> lines)
Constructs a
GeoLineStringCollection. |
GeoLineStringCollection(List<GeoLineString> lines,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a
GeoLineStringCollection. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<GeoLineString> |
getLines()
Unmodifiable representation of the
geometric lines representing this multi-line. |
GeoObjectType |
getType()
Gets the GeoJSON type for this object.
|
int |
hashCode() |
getBoundingBox, getCustomPropertiespublic GeoLineStringCollection(List<GeoLineString> lines)
GeoLineStringCollection.lines - The geometric lines that define the multi-line.NullPointerException - If lines is null.public GeoLineStringCollection(List<GeoLineString> lines, GeoBoundingBox boundingBox, Map<String,Object> customProperties)
GeoLineStringCollection.lines - The geometric lines that define the multi-line.boundingBox - Bounding box for the multi-line.customProperties - Additional properties of the multi-line.NullPointerException - If lines is null.public List<GeoLineString> getLines()
geometric lines representing this multi-line.geometric lines representing this multi-line.public GeoObjectType getType()
GeoObjectCopyright © 2021 Microsoft Corporation. All rights reserved.