Uses of Class
com.azure.core.models.GeoPolygon
-
Packages that use GeoPolygon Package Description com.azure.core.models Package containing core model classes. -
-
Uses of GeoPolygon in com.azure.core.models
Methods in com.azure.core.models that return types with arguments of type GeoPolygon Modifier and Type Method Description List<GeoPolygon>GeoPolygonCollection. getPolygons()Unmodifiable representation of thegeometric polygonsrepresenting this multi-polygon.Constructor parameters in com.azure.core.models with type arguments of type GeoPolygon Constructor Description GeoPolygonCollection(List<GeoPolygon> polygons)Constructs aGeoPolygonCollection.GeoPolygonCollection(List<GeoPolygon> polygons, GeoBoundingBox boundingBox, Map<String,Object> customProperties)Constructs aGeoPolygonCollection.
-