Uses of Class
com.azure.core.models.GeoLinearRing
Packages that use GeoLinearRing
Package
Description
This package contains the core model classes used across the Azure SDK.
-
Uses of GeoLinearRing in com.azure.core.models
Methods in com.azure.core.models that return GeoLinearRingModifier and TypeMethodDescriptionstatic GeoLinearRingGeoLinearRing.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aGeoLinearRing.GeoPolygon.getOuterRing()Gets the outer ring of the polygon.Methods in com.azure.core.models that return types with arguments of type GeoLinearRingModifier and TypeMethodDescriptionGeoPolygon.getRings()Unmodifiable representation of thegeometric ringsrepresenting this polygon.Constructors in com.azure.core.models with parameters of type GeoLinearRingModifierConstructorDescriptionGeoPolygon(GeoLinearRing ring) Constructs a geometric polygon.GeoPolygon(GeoLinearRing ring, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs a geometric polygon.Constructor parameters in com.azure.core.models with type arguments of type GeoLinearRingModifierConstructorDescriptionGeoPolygon(List<GeoLinearRing> rings) Constructs a geometric polygon.GeoPolygon(List<GeoLinearRing> rings, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs a geometric polygon.