Uses of Class
com.azure.core.models.GeoBoundingBox
Packages that use GeoBoundingBox
Package
Description
This package contains the core model classes used across the Azure SDK.
-
Uses of GeoBoundingBox in com.azure.core.models
Methods in com.azure.core.models that return GeoBoundingBoxModifier and TypeMethodDescriptionstatic GeoBoundingBoxGeoBoundingBox.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aGeoBoundingBox.final GeoBoundingBoxGeoObject.getBoundingBox()Bounding box for thisGeoObject.Constructors in com.azure.core.models with parameters of type GeoBoundingBoxModifierConstructorDescriptionGeoCollection(List<GeoObject> geometries, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs aGeoCollection.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 aGeoLineStringCollection.protectedGeoObject(GeoBoundingBox boundingBox, Map<String, Object> customProperties) Creates aGeoObjectinstance.GeoPoint(GeoPosition position, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs a geometric point.GeoPointCollection(List<GeoPoint> points, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs aGeoPointCollection.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 aGeoPolygonCollection.