Uses of Class
com.azure.core.models.GeoObject
-
Packages that use GeoObject Package Description com.azure.core.models Package containing core model classes. -
-
Uses of GeoObject in com.azure.core.models
Subclasses of GeoObject in com.azure.core.models Modifier and Type Class Description classGeoCollectionRepresents a heterogeneous collection ofGeoObjects.classGeoLineStringRepresents a geometric line.classGeoLineStringCollectionRepresents a collection ofGeoLines.classGeoPointRepresents a geometric point.classGeoPointCollectionRepresents a collection ofGeoPoints.classGeoPolygonRepresents a geometric polygon.classGeoPolygonCollectionRepresents a collection ofGeoPolygons.Methods in com.azure.core.models that return types with arguments of type GeoObject Modifier and Type Method Description List<GeoObject>GeoCollection. getGeometries()Unmodifiable representation of thegeometriescontained in this collection.Constructor parameters in com.azure.core.models with type arguments of type GeoObject Constructor Description GeoCollection(List<GeoObject> geometries)Constructs aGeoCollection.GeoCollection(List<GeoObject> geometries, GeoBoundingBox boundingBox, Map<String,Object> customProperties)Constructs aGeoCollection.
-