ResolutionEnum Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. maps. search. models. ResolutionEnum
- com.
- com.
public final class ResolutionEnum
extends ExpandableStringEnum<ResolutionEnum>
Defines values for ResolutionEnum.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Resolution |
HUGE
Return the boundary geometry with more or the same amount of points as large. |
|
static final
Resolution |
LARGE
Return the boundary geometry with more or the same amount of points as medium. |
|
static final
Resolution |
MEDIUM
Return the boundary geometry with more or the same amount of points as small. |
|
static final
Resolution |
SMALL
Return the boundary geometry with the least amount of points. |
Constructor Summary
| Constructor | Description |
|---|---|
| ResolutionEnum() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Resolution |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resolution |
fromString(String name)
Creates or finds a Resolution |
|
static
Collection<Resolution |
values()
Gets known Resolution |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HUGE
public static final ResolutionEnum HUGE
Return the boundary geometry with more or the same amount of points as large.
LARGE
public static final ResolutionEnum LARGE
Return the boundary geometry with more or the same amount of points as medium.
MEDIUM
public static final ResolutionEnum MEDIUM
Return the boundary geometry with more or the same amount of points as small.
SMALL
public static final ResolutionEnum SMALL
Return the boundary geometry with the least amount of points.
Constructor Details
ResolutionEnum
@Deprecated
public ResolutionEnum()
Deprecated
Creates a new instance of ResolutionEnum value.
Method Details
fromString
public static ResolutionEnum fromString(String name)
Creates or finds a ResolutionEnum from its string representation.
Parameters:
Returns:
values
public static Collection<ResolutionEnum> values()
Gets known ResolutionEnum values.
Returns: