public static enum CoverageAccess.AccessType extends Enum<CoverageAccess.AccessType>
Enum Constant and Description |
---|
READ_ONLY
Read access to coverage data.
|
READ_WRITE
Read-write access to coverage data
This level of access implys
CoverageAccess.access(Name, Map, AccessType, Hints,
ProgressListener) is able to return a CoverageStore |
Modifier and Type | Method and Description |
---|---|
static CoverageAccess.AccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageAccess.AccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverageAccess.AccessType READ_ONLY
This level of access implys CoverageAccess.access(Name, Map, AccessType, Hints,
ProgressListener)
is able to return a CoverageSource
public static final CoverageAccess.AccessType READ_WRITE
This level of access implys CoverageAccess.access(Name, Map, AccessType, Hints,
ProgressListener)
is able to return a CoverageStore
public static CoverageAccess.AccessType[] values()
for (CoverageAccess.AccessType c : CoverageAccess.AccessType.values()) System.out.println(c);
public static CoverageAccess.AccessType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1996–2023 Geotools. All rights reserved.