|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScopeCode | |
---|---|
org.geotools.metadata.iso | Metadata implementation. |
org.geotools.metadata.iso.maintenance | Maintenance information implementation. |
org.geotools.metadata.iso.quality | Data quality implementation. |
org.opengis.metadata | Root package for metadata. |
org.opengis.metadata.maintenance | Maintenance information. |
org.opengis.metadata.quality | Data quality and positional accuracy. |
Uses of ScopeCode in org.geotools.metadata.iso |
---|
Methods in org.geotools.metadata.iso that return types with arguments of type ScopeCode | |
---|---|
Collection<ScopeCode> |
MetaDataImpl.getHierarchyLevels()
Returns the scope to which the metadata applies. |
Method parameters in org.geotools.metadata.iso with type arguments of type ScopeCode | |
---|---|
void |
MetaDataImpl.setHierarchyLevels(Collection<? extends ScopeCode> newValues)
Set the scope to which the metadata applies. |
Uses of ScopeCode in org.geotools.metadata.iso.maintenance |
---|
Methods in org.geotools.metadata.iso.maintenance that return types with arguments of type ScopeCode | |
---|---|
Collection<ScopeCode> |
MaintenanceInformationImpl.getUpdateScopes()
Returns the scope of data to which maintenance is applied. |
Method parameters in org.geotools.metadata.iso.maintenance with type arguments of type ScopeCode | |
---|---|
void |
MaintenanceInformationImpl.setUpdateScopes(Collection<? extends ScopeCode> newValues)
Set the scope of data to which maintenance is applied. |
Uses of ScopeCode in org.geotools.metadata.iso.quality |
---|
Methods in org.geotools.metadata.iso.quality that return ScopeCode | |
---|---|
ScopeCode |
ScopeImpl.getLevel()
Hierarchical level of the data specified by the scope. |
Methods in org.geotools.metadata.iso.quality with parameters of type ScopeCode | |
---|---|
void |
ScopeImpl.setLevel(ScopeCode newValue)
Set the hierarchical level of the data specified by the scope. |
Constructors in org.geotools.metadata.iso.quality with parameters of type ScopeCode | |
---|---|
ScopeImpl(ScopeCode level)
Creates a scope initialized to the given level. |
Uses of ScopeCode in org.opengis.metadata |
---|
Methods in org.opengis.metadata that return types with arguments of type ScopeCode | |
---|---|
Collection<ScopeCode> |
MetaData.getHierarchyLevels()
Scope to which the metadata applies. |
Uses of ScopeCode in org.opengis.metadata.maintenance |
---|
Fields in org.opengis.metadata.maintenance declared as ScopeCode | |
---|---|
static ScopeCode |
ScopeCode.ATTRIBUTE
Information applies to the attribute value. |
static ScopeCode |
ScopeCode.ATTRIBUTE_TYPE
Information applies to the characteristic of a feature. |
static ScopeCode |
ScopeCode.COLLECTION_HARDWARE
Information applies to the collection hardware class. |
static ScopeCode |
ScopeCode.COLLECTION_SESSION
Information applies to the collection session. |
static ScopeCode |
ScopeCode.DATASET
Information applies to the dataset. |
static ScopeCode |
ScopeCode.DIMENSION_GROUP
Information applies to a dimension group. |
static ScopeCode |
ScopeCode.FEATURE
Information applies to a feature. |
static ScopeCode |
ScopeCode.FEATURE_TYPE
Information applies to a feature type. |
static ScopeCode |
ScopeCode.FIELD_SESSION
Information applies to a field session. |
static ScopeCode |
ScopeCode.MODEL
Information applies to a copy or imitation of an existing or hypothetical object. |
static ScopeCode |
ScopeCode.NON_GEOGRAPHIC_DATASET
information applies to non-geographic data; |
static ScopeCode |
ScopeCode.PROPERTY_TYPE
Information applies to a property type. |
static ScopeCode |
ScopeCode.SERIES
Information applies to the series. |
static ScopeCode |
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 |
ScopeCode.SOFTWARE
Information applies to a computer program or routine. |
static ScopeCode |
ScopeCode.TILE
Information applies to a copy or imitation of an existing or hypothetical object. |
Methods in org.opengis.metadata.maintenance that return ScopeCode | |
---|---|
ScopeCode[] |
ScopeCode.family()
Returns the list of enumerations of the same kind than this enum. |
static ScopeCode |
ScopeCode.valueOf(String code)
Returns the scope code that matches the given string, or returns a new one if none match it. |
static ScopeCode[] |
ScopeCode.values()
Returns the list of ScopeCode s. |
Methods in org.opengis.metadata.maintenance that return types with arguments of type ScopeCode | |
---|---|
Collection<ScopeCode> |
MaintenanceInformation.getUpdateScopes()
Scope of data to which maintenance is applied. |
Uses of ScopeCode in org.opengis.metadata.quality |
---|
Methods in org.opengis.metadata.quality that return ScopeCode | |
---|---|
ScopeCode |
Scope.getLevel()
Hierarchical level of the data specified by the scope. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |