Package com.azure.maps.search.models
Class ResolutionEnum
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ResolutionEnum>
com.azure.maps.search.models.ResolutionEnum
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for ResolutionEnum.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResolutionEnumReturn the boundary geometry with more or the same amount of points as large.static final ResolutionEnumReturn the boundary geometry with more or the same amount of points as medium.static final ResolutionEnumReturn the boundary geometry with more or the same amount of points as small.static final ResolutionEnumReturn the boundary geometry with the least amount of points. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResolutionEnumfromString(String name) Creates or finds a ResolutionEnum from its string representation.static Collection<ResolutionEnum> values()Gets known ResolutionEnum values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SMALL
Return the boundary geometry with the least amount of points. -
MEDIUM
Return the boundary geometry with more or the same amount of points as small. -
LARGE
Return the boundary geometry with more or the same amount of points as medium. -
HUGE
Return the boundary geometry with more or the same amount of points as large.
-
-
Constructor Details
-
ResolutionEnum
Deprecated.Use thefromString(String)factory method.Creates a new instance of ResolutionEnum value.
-
-
Method Details
-
fromString
Creates or finds a ResolutionEnum from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ResolutionEnum.
-
values
Gets known ResolutionEnum values.- Returns:
- known ResolutionEnum values.
-
fromString(String)factory method.