public enum MetadataScopeType extends Enum<MetadataScopeType>
| Enum Constant and Description |
|---|
ATTRIBUTE
Information applies to the characteristic of a feature (instance)
|
ATTRIBUTE_TYPE
Information applies to the attribute class
|
CATALOG
Metadata applies to a feature catalog
|
COLLECTION_HARDWARE
Information applies to the collection hardware class
|
COLLECTION_SESSION
Information applies to the collection session
|
DATASET
Information applies to the (geographic feature) dataset
|
DIMENSION_GROUP
Information applies to a dimension group
|
FEATURE
Information applies to a feature (instance)
|
FEATURE_TYPE
Information applies to a feature type (class)
|
FIELD_SESSION
Information applies to the field session
|
MODEL
Information applies to a copy or imitation of an existing or hypothetical
object
|
NON_GEOGRAPHIC_DATASET
Information applies to non-geographic data
|
SCHEMA
Metadata applies to an application schema
|
SERIES
Information applies to the (dataset) series
|
SERVICE
Information applies to a capability which a service provider entity makes
available to a service user entity through a set of interfaces that
define a behavior, such as a use case
|
SOFTWARE
Information applies to a computer program or routine
|
STYLE
Information applies to a specific style
|
TAXONOMY
Metadata applies to a taxonomy or knowledge system
|
TILE
Information applies to a tile, a spatial subset of geographic data
|
UNDEFINED
Metadata information scope is undefined
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataScopeType |
fromName(String name)
Get the metadata scope from the name
|
String |
getCode()
Get the code
|
String |
getDefinition()
Get the definition
|
String |
getName()
Get the name
|
static MetadataScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataScopeType UNDEFINED
public static final MetadataScopeType FIELD_SESSION
public static final MetadataScopeType COLLECTION_SESSION
public static final MetadataScopeType SERIES
public static final MetadataScopeType DATASET
public static final MetadataScopeType FEATURE_TYPE
public static final MetadataScopeType FEATURE
public static final MetadataScopeType ATTRIBUTE_TYPE
public static final MetadataScopeType ATTRIBUTE
public static final MetadataScopeType TILE
public static final MetadataScopeType MODEL
public static final MetadataScopeType CATALOG
public static final MetadataScopeType SCHEMA
public static final MetadataScopeType TAXONOMY
public static final MetadataScopeType SOFTWARE
public static final MetadataScopeType SERVICE
public static final MetadataScopeType COLLECTION_HARDWARE
public static final MetadataScopeType NON_GEOGRAPHIC_DATASET
public static final MetadataScopeType DIMENSION_GROUP
public static final MetadataScopeType STYLE
public static MetadataScopeType[] values()
for (MetadataScopeType c : MetadataScopeType.values()) System.out.println(c);
public static MetadataScopeType 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 nullpublic String getName()
public String getCode()
public String getDefinition()
public static MetadataScopeType fromName(String name)
name - nameCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.