@UML(identifier="MD_ScopeCode", specification=ISO_19115) public final class ScopeCode extends CodeList<ScopeCode>
Scope
,
Serialized FormModifier and Type | Field and Description |
---|---|
static ScopeCode |
ATTRIBUTE
Information applies to the attribute value.
|
static ScopeCode |
ATTRIBUTE_TYPE
Information applies to the characteristic of a feature.
|
static ScopeCode |
COLLECTION_HARDWARE
Information applies to the collection hardware class.
|
static ScopeCode |
COLLECTION_SESSION
Information applies to the collection session.
|
static ScopeCode |
DATASET
Information applies to the dataset.
|
static ScopeCode |
DIMENSION_GROUP
Information applies to a dimension group.
|
static ScopeCode |
FEATURE
Information applies to a feature.
|
static ScopeCode |
FEATURE_TYPE
Information applies to a feature type.
|
static ScopeCode |
FIELD_SESSION
Information applies to a field session.
|
static ScopeCode |
MODEL
Information applies to a copy or imitation of an existing or hypothetical object.
|
static ScopeCode |
NON_GEOGRAPHIC_DATASET
information applies to non-geographic data;
|
static ScopeCode |
PROPERTY_TYPE
Information applies to a property type.
|
static ScopeCode |
SERIES
Information applies to the series.
|
static ScopeCode |
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 behaviour, such as a use case.
|
static ScopeCode |
SOFTWARE
Information applies to a computer program or routine.
|
static ScopeCode |
TILE
Information applies to a copy or imitation of an existing or hypothetical object.
|
Modifier and Type | Method and Description |
---|---|
ScopeCode[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static ScopeCode |
valueOf(String code)
Returns the scope code that matches the given string, or returns a new one if none match it.
|
static ScopeCode[] |
values()
Returns the list of
ScopeCode s. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf
@UML(identifier="attribute", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode ATTRIBUTE
@UML(identifier="attributeType", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode ATTRIBUTE_TYPE
@UML(identifier="collectionHardware", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode COLLECTION_HARDWARE
@UML(identifier="collectionSession", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode COLLECTION_SESSION
@UML(identifier="dataset", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode DATASET
@UML(identifier="series", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode SERIES
DS_Aggregate
.@UML(identifier="nonGeographicDataset", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode NON_GEOGRAPHIC_DATASET
@UML(identifier="dimensionGroup", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode DIMENSION_GROUP
@UML(identifier="feature", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode FEATURE
@UML(identifier="featureType", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode FEATURE_TYPE
@UML(identifier="propertyType", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode PROPERTY_TYPE
@UML(identifier="fieldSession", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode FIELD_SESSION
@UML(identifier="software", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode SOFTWARE
@UML(identifier="service", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode SERVICE
@UML(identifier="model", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode MODEL
@UML(identifier="tile", obligation=CONDITIONAL, specification=ISO_19115) public static final ScopeCode TILE
Copyright © 1996–2019 Geotools. All rights reserved.