Uses of Class
com.azure.core.models.GeoObjectType
Packages that use GeoObjectType
Package
Description
This package contains the core model classes used across the Azure SDK.
-
Uses of GeoObjectType in com.azure.core.models
Fields in com.azure.core.models declared as GeoObjectTypeModifier and TypeFieldDescriptionstatic final GeoObjectTypeGeoObjectType.GEOMETRY_COLLECTIONGeoJSON geometry collection.static final GeoObjectTypeGeoObjectType.LINE_STRINGGeoJSON line string.static final GeoObjectTypeGeoObjectType.MULTI_LINE_STRINGGeoJSON multi-line string.static final GeoObjectTypeGeoObjectType.MULTI_POINTGeoJSON multi-point.static final GeoObjectTypeGeoObjectType.MULTI_POLYGONGeoJSON multi-polygon.static final GeoObjectTypeGeoObjectType.POINTGeoJSON point.static final GeoObjectTypeGeoObjectType.POLYGONGeoJSON polygon.Methods in com.azure.core.models that return GeoObjectTypeModifier and TypeMethodDescriptionstatic GeoObjectTypeGeoObjectType.fromString(String name) Creates or gets a GeoObjectType from its string representation.GeoCollection.getType()GeoLineString.getType()GeoLineStringCollection.getType()abstract GeoObjectTypeGeoObject.getType()Gets the GeoJSON type for this object.GeoPoint.getType()GeoPointCollection.getType()GeoPolygon.getType()GeoPolygonCollection.getType()Methods in com.azure.core.models that return types with arguments of type GeoObjectTypeModifier and TypeMethodDescriptionstatic Collection<GeoObjectType>GeoObjectType.values()Gets all known GeoObjectType values.