| Package | Description |
|---|---|
| com.azure.core.models |
Package containing core model classes.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLinearRing |
GeoPolygon.getOuterRing()
Gets the outer ring of the polygon.
|
| Constructor and Description |
|---|
GeoPolygon(GeoLinearRing ring)
Constructs a geometric polygon.
|
GeoPolygon(GeoLinearRing ring,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a geometric polygon.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.