Module com.esri.arcgisruntime
Enum Class OfflineMapParametersKey.Type
java.lang.Object
java.lang.Enum<OfflineMapParametersKey.Type>
com.esri.arcgisruntime.tasks.offlinemap.OfflineMapParametersKey.Type
- All Implemented Interfaces:
Serializable
,Comparable<OfflineMapParametersKey.Type>
,Constable
- Enclosing class:
OfflineMapParametersKey
Indicates the type of parameters object used to take layers offline.
- Since:
- 100.4.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe parameter is of typeExportTileCacheParameters
The parameter is of typeExportVectorTilesParameters
The parameter is of typeGenerateGeodatabaseParameters
The parameter type is unknown -
Method Summary
Modifier and TypeMethodDescriptionstatic OfflineMapParametersKey.Type
Returns the enum constant of this class with the specified name.static OfflineMapParametersKey.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GENERATE_GEODATABASE
The parameter is of typeGenerateGeodatabaseParameters
- Since:
- 100.4.0
-
EXPORT_VECTOR_TILES
The parameter is of typeExportVectorTilesParameters
- Since:
- 100.4.0
-
EXPORT_TILE_CACHE
The parameter is of typeExportTileCacheParameters
- Since:
- 100.4.0
-
UNKNOWN
The parameter type is unknown- Since:
- 100.9.0
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-