Uses of Class
com.azure.core.models.GeoObject
Packages that use GeoObject
-
Uses of GeoObject in com.azure.core.models
Subclasses of GeoObject in com.azure.core.modelsModifier and TypeClassDescriptionfinal class
Represents a heterogeneous collection ofGeoObjects
.final class
Represents a geometric line.final class
Represents a collection ofGeoLines
.final class
Represents a geometric point.final class
Represents a collection ofGeoPoints
.final class
Represents a geometric polygon.final class
Represents a collection ofGeoPolygons
.Methods in com.azure.core.models that return types with arguments of type GeoObjectModifier and TypeMethodDescriptionGeoCollection.getGeometries()
Unmodifiable representation of thegeometries
contained in this collection.Constructor parameters in com.azure.core.models with type arguments of type GeoObjectModifierConstructorDescriptionGeoCollection
(List<GeoObject> geometries) Constructs aGeoCollection
.GeoCollection
(List<GeoObject> geometries, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs aGeoCollection
.