Uses of Class
com.azure.core.models.GeoBoundingBox
-
Packages that use GeoBoundingBox Package Description com.azure.core.models Package containing core model classes. -
-
Uses of GeoBoundingBox in com.azure.core.models
Methods in com.azure.core.models that return GeoBoundingBox Modifier and Type Method Description GeoBoundingBoxGeoObject. getBoundingBox()Bounding box for thisGeoObject.Constructors in com.azure.core.models with parameters of type GeoBoundingBox Constructor Description GeoCollection(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.GeoObject(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.
-