Uses of Class
org.opengis.metadata.maintenance.ScopeCode
-
Packages that use ScopeCode Package Description org.opengis.metadata Root package for metadata.org.opengis.metadata.maintenance org.opengis.metadata.quality -
-
Uses of ScopeCode in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type ScopeCode Modifier and Type Method Description java.util.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 Modifier and Type Field Description static ScopeCodeScopeCode. ATTRIBUTEInformation applies to the attribute value.static ScopeCodeScopeCode. ATTRIBUTE_TYPEInformation applies to the characteristic of a feature.static ScopeCodeScopeCode. COLLECTION_HARDWAREInformation applies to the collection hardware class.static ScopeCodeScopeCode. COLLECTION_SESSIONInformation applies to the collection session.static ScopeCodeScopeCode. DATASETInformation applies to the dataset.static ScopeCodeScopeCode. DIMENSION_GROUPInformation applies to a dimension group.static ScopeCodeScopeCode. FEATUREInformation applies to a feature.static ScopeCodeScopeCode. FEATURE_TYPEInformation applies to a feature type.static ScopeCodeScopeCode. FIELD_SESSIONInformation applies to a field session.static ScopeCodeScopeCode. MODELInformation applies to a copy or imitation of an existing or hypothetical object.static ScopeCodeScopeCode. NON_GEOGRAPHIC_DATASETinformation applies to non-geographic data;static ScopeCodeScopeCode. PROPERTY_TYPEInformation applies to a property type.static ScopeCodeScopeCode. SERIESInformation applies to the series.static ScopeCodeScopeCode. SERVICEInformation 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 ScopeCodeScopeCode. SOFTWAREInformation applies to a computer program or routine.static ScopeCodeScopeCode. TILEInformation applies to a copy or imitation of an existing or hypothetical object.Fields in org.opengis.metadata.maintenance with type parameters of type ScopeCode Modifier and Type Field Description private static java.util.List<ScopeCode>ScopeCode. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.maintenance that return ScopeCode Modifier and Type Method Description ScopeCode[]ScopeCode. family()Returns the list of enumerations of the same kind than this enum.static ScopeCodeScopeCode. valueOf(java.lang.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 ofScopeCodes.Methods in org.opengis.metadata.maintenance that return types with arguments of type ScopeCode Modifier and Type Method Description java.util.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 Modifier and Type Method Description ScopeCodeScope. getLevel()Hierarchical level of the data specified by the scope.
-