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 classRepresents a heterogeneous collection ofGeoObjects.final classRepresents a geometric line.final classRepresents a collection ofGeoLines.final classRepresents a geometric point.final classRepresents a collection ofGeoPoints.final classRepresents a geometric polygon.final classRepresents a collection ofGeoPolygons.Methods in com.azure.core.models that return types with arguments of type GeoObjectModifier and TypeMethodDescriptionGeoCollection.getGeometries()Unmodifiable representation of thegeometriescontained 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.