Uses of Class
org.opengis.metadata.maintenance.ScopeCode
Packages that use ScopeCode
-
Uses of ScopeCode in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type ScopeCodeModifier and TypeMethodDescriptionMetadata.getHierarchyLevels()
Scope to which the metadata applies. -
Uses of ScopeCode in org.opengis.metadata.maintenance
Fields in org.opengis.metadata.maintenance declared as ScopeCodeModifier and TypeFieldDescriptionstatic final ScopeCode
ScopeCode.ATTRIBUTE
Information applies to the attribute value.static final ScopeCode
ScopeCode.ATTRIBUTE_TYPE
Information applies to the characteristic of a feature.static final ScopeCode
ScopeCode.COLLECTION_HARDWARE
Information applies to the collection hardware class.static final ScopeCode
ScopeCode.COLLECTION_SESSION
Information applies to the collection session.static final ScopeCode
ScopeCode.DATASET
Information applies to the dataset.static final ScopeCode
ScopeCode.DIMENSION_GROUP
Information applies to a dimension group.static final ScopeCode
ScopeCode.FEATURE
Information applies to a feature.static final ScopeCode
ScopeCode.FEATURE_TYPE
Information applies to a feature type.static final ScopeCode
ScopeCode.FIELD_SESSION
Information applies to a field session.static final ScopeCode
ScopeCode.MODEL
Information applies to a copy or imitation of an existing or hypothetical object.static final ScopeCode
ScopeCode.NON_GEOGRAPHIC_DATASET
information applies to non-geographic data;static final ScopeCode
ScopeCode.PROPERTY_TYPE
Information applies to a property type.static final ScopeCode
ScopeCode.SERIES
Information applies to the series.static final 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 final ScopeCode
ScopeCode.SOFTWARE
Information applies to a computer program or routine.static final ScopeCode
ScopeCode.TILE
Information applies to a copy or imitation of an existing or hypothetical object.Methods in org.opengis.metadata.maintenance that return ScopeCodeModifier and TypeMethodDescriptionScopeCode.family()
Returns the list of enumerations of the same kind as this enum.static ScopeCode
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 ofScopeCode
s.Methods in org.opengis.metadata.maintenance that return types with arguments of type ScopeCodeModifier and TypeMethodDescriptionMaintenanceInformation.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