| Package | Description |
|---|---|
| com.azure.core.models |
Package containing core model classes.
|
| Modifier and Type | Method and Description |
|---|---|
GeoBoundingBox |
GeoObject.getBoundingBox()
Bounding box for this
GeoObject. |
| Constructor and Description |
|---|
GeoCollection(List<GeoObject> geometries,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a
GeoCollection. |
GeoLineString(List<GeoPosition> positions,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a geometric line.
|
GeoLineStringCollection(List<GeoLineString> lines,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a
GeoLineStringCollection. |
GeoObject(GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Creates a
GeoObject instance. |
GeoPoint(GeoPosition position,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a geometric point.
|
GeoPointCollection(List<GeoPoint> points,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a
GeoPointCollection. |
GeoPolygon(GeoLinearRing ring,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a geometric polygon.
|
GeoPolygon(List<GeoLinearRing> rings,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a geometric polygon.
|
GeoPolygonCollection(List<GeoPolygon> polygons,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a
GeoPolygonCollection. |
Copyright © 2021 Microsoft Corporation. All rights reserved.