Uses of Class
com.azure.core.models.GeoObject
Packages that use GeoObject
Package
Description
This package contains the core model classes used across the Azure SDK.
-
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 string.final classRepresents a collection ofGeoLineStrings.final classRepresents a geometric point in GeoJSON format.final classRepresents a collection ofGeoPointsin GeoJSON format.final classRepresents a geometric polygon in GeoJSON format.final classRepresents a collection ofGeoPolygonsin GeoJSON format.Methods in com.azure.core.models that return GeoObjectModifier and TypeMethodDescriptionstatic GeoObjectGeoObject.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance ofGeoObjectfrom the JsonReader.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.