Uses of Class
com.azure.core.models.GeoPolygon
Packages that use GeoPolygon
Package
Description
This package contains the core model classes used across the Azure SDK.
-
Uses of GeoPolygon in com.azure.core.models
Methods in com.azure.core.models that return GeoPolygonModifier and TypeMethodDescriptionstatic GeoPolygonGeoPolygon.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aGeoPolygon.Methods in com.azure.core.models that return types with arguments of type GeoPolygonModifier and TypeMethodDescriptionGeoPolygonCollection.getPolygons()Unmodifiable representation of thegeometric polygonsrepresenting this multi-polygon.Constructor parameters in com.azure.core.models with type arguments of type GeoPolygonModifierConstructorDescriptionGeoPolygonCollection(List<GeoPolygon> polygons) Constructs aGeoPolygonCollection.GeoPolygonCollection(List<GeoPolygon> polygons, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs aGeoPolygonCollection.