Uses of Class
com.azure.core.models.GeoLineString
Packages that use GeoLineString
Package
Description
This package contains the core model classes used across the Azure SDK.
-
Uses of GeoLineString in com.azure.core.models
Methods in com.azure.core.models that return GeoLineStringModifier and TypeMethodDescriptionstatic GeoLineStringGeoLineString.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aGeoLineString.Methods in com.azure.core.models that return types with arguments of type GeoLineStringModifier and TypeMethodDescriptionGeoLineStringCollection.getLines()Unmodifiable representation of thegeometric linesrepresenting this multi-line.Constructor parameters in com.azure.core.models with type arguments of type GeoLineStringModifierConstructorDescriptionGeoLineStringCollection(List<GeoLineString> lines) Constructs aGeoLineStringCollection.GeoLineStringCollection(List<GeoLineString> lines, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs aGeoLineStringCollection.