Uses of Class
com.azure.core.models.GeoObjectType
-
Packages that use GeoObjectType Package Description com.azure.core.models Package containing core model classes. -
-
Uses of GeoObjectType in com.azure.core.models
Fields in com.azure.core.models declared as GeoObjectType Modifier and Type Field Description static GeoObjectTypeGeoObjectType. GEOMETRY_COLLECTIONGeoJSON geometry collection.static GeoObjectTypeGeoObjectType. LINE_STRINGGeoJSON line string.static GeoObjectTypeGeoObjectType. MULTI_LINE_STRINGGeoJSON multi-line string.static GeoObjectTypeGeoObjectType. MULTI_POINTGeoJSON multi-point.static GeoObjectTypeGeoObjectType. MULTI_POLYGONGeoJSON multi-polygon.static GeoObjectTypeGeoObjectType. POINTGeoJSON point.static GeoObjectTypeGeoObjectType. POLYGONGeoJSON polygon.Methods in com.azure.core.models that return GeoObjectType Modifier and Type Method Description static GeoObjectTypeGeoObjectType. fromString(String name)Creates or gets a GeoObjectType from its string representation.GeoObjectTypeGeoCollection. getType()GeoObjectTypeGeoLineString. getType()GeoObjectTypeGeoLineStringCollection. getType()abstract GeoObjectTypeGeoObject. getType()Gets the GeoJSON type for this object.GeoObjectTypeGeoPoint. getType()GeoObjectTypeGeoPointCollection. getType()GeoObjectTypeGeoPolygon. getType()GeoObjectTypeGeoPolygonCollection. getType()Methods in com.azure.core.models that return types with arguments of type GeoObjectType Modifier and Type Method Description static Collection<GeoObjectType>GeoObjectType. values()Gets all known GeoObjectType values.
-