Uses of Class
org.opengis.metadata.maintenance.ScopeCode
Packages that use ScopeCode
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Information about the frequency and scope of data updates.
Information about data quality, accuracy and consistency of a dataset.
Root package for metadata.
-
Uses of ScopeCode in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return ScopeCodeModifier and TypeMethodDescriptionDefaultMetadataScope.getResourceScope()Returns the code for the scope.Methods in org.apache.sis.metadata.iso that return types with arguments of type ScopeCodeModifier and TypeMethodDescriptionfinal Collection<ScopeCode> DefaultMetadata.getHierarchyLevels()Deprecated.Methods in org.apache.sis.metadata.iso with parameters of type ScopeCodeModifier and TypeMethodDescriptionvoidDefaultMetadataScope.setResourceScope(ScopeCode newValue) Sets the code for the scope.Method parameters in org.apache.sis.metadata.iso with type arguments of type ScopeCodeModifier and TypeMethodDescriptionvoidDefaultMetadata.setHierarchyLevels(Collection<? extends ScopeCode> newValues) Deprecated.As of ISO 19115:2014, replaced byDefaultMetadata.setMetadataScopes(Collection)andDefaultMetadataScope.setResourceScope(ScopeCode).Constructors in org.apache.sis.metadata.iso with parameters of type ScopeCodeModifierConstructorDescriptionDefaultMetadataScope(ScopeCode resourceScope, CharSequence name) Constructs a metadata scope initialized to the given value. -
Uses of ScopeCode in org.apache.sis.metadata.iso.maintenance
Methods in org.apache.sis.metadata.iso.maintenance that return ScopeCodeModifier and TypeMethodDescriptionDefaultScope.getLevel()Returns the hierarchical level of the data specified by the scope.DefaultScopeDescription.getLevel()Returns an indication of which property is set, ornullif unknown.Methods in org.apache.sis.metadata.iso.maintenance that return types with arguments of type ScopeCodeModifier and TypeMethodDescriptionfinal Collection<ScopeCode> DefaultMaintenanceInformation.getUpdateScopes()Deprecated.As of ISO 19115:2014,getUpdateScopes()andDefaultMaintenanceInformation.getUpdateScopeDescriptions()were combined intoDefaultMaintenanceInformation.getMaintenanceScopes()in order to allow specifying a scope that includes a spatial and temporal extent.Methods in org.apache.sis.metadata.iso.maintenance with parameters of type ScopeCodeModifier and TypeMethodDescriptionvoidSets the hierarchical level of the data specified by the scope.voidDefaultScopeDescription.setLevelDescription(ScopeCode level, Set<? extends CharSequence> newValues) Dispatches the given values to a setter method determined by the given hierarchical level.Method parameters in org.apache.sis.metadata.iso.maintenance with type arguments of type ScopeCodeModifier and TypeMethodDescriptionvoidDefaultMaintenanceInformation.setUpdateScopes(Collection<? extends ScopeCode> newValues) Deprecated.As of ISO 19115:2014, replaced byDefaultMaintenanceInformation.setMaintenanceScopes(Collection).Constructors in org.apache.sis.metadata.iso.maintenance with parameters of type ScopeCodeModifierConstructorDescriptionDefaultScope(ScopeCode level) Creates a scope initialized to the given level. -
Uses of ScopeCode in org.apache.sis.metadata.iso.quality
Constructors in org.apache.sis.metadata.iso.quality with parameters of type ScopeCodeModifierConstructorDescriptionDefaultDataQuality(ScopeCode level) Creates a data quality initialized to the given scope level.DefaultScope(ScopeCode level) Deprecated.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 ScopeCodeModifier and TypeMethodDescriptionMetadata.getHierarchyLevels()Scope to which the metadata applies. -
Uses of ScopeCode in org.opengis.metadata.maintenance
Subclasses with type arguments of type ScopeCode in org.opengis.metadata.maintenanceModifier and TypeClassDescriptionfinal classClass of information to which the referencing entity applies.Fields in org.opengis.metadata.maintenance declared as ScopeCodeModifier and TypeFieldDescriptionstatic final ScopeCodeScopeCode.ATTRIBUTEInformation applies to the attribute value.static final ScopeCodeScopeCode.ATTRIBUTE_TYPEInformation applies to the characteristic of a feature.static final ScopeCodeScopeCode.COLLECTION_HARDWAREInformation applies to the collection hardware class.static final ScopeCodeScopeCode.COLLECTION_SESSIONInformation applies to the collection session.static final ScopeCodeScopeCode.DATASETInformation applies to the dataset.static final ScopeCodeScopeCode.DIMENSION_GROUPInformation applies to a dimension group.static final ScopeCodeScopeCode.FEATUREInformation applies to a feature.static final ScopeCodeScopeCode.FEATURE_TYPEInformation applies to a feature type.static final ScopeCodeScopeCode.FIELD_SESSIONInformation applies to a field session.static final ScopeCodeScopeCode.MODELInformation applies to a copy or imitation of an existing or hypothetical object.static final ScopeCodeScopeCode.NON_GEOGRAPHIC_DATASETinformation applies to non-geographic data;static final ScopeCodeScopeCode.PROPERTY_TYPEInformation applies to a property type.static final ScopeCodeScopeCode.SERIESInformation applies to the series.static final 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 final ScopeCodeScopeCode.SOFTWAREInformation applies to a computer program or routine.static final ScopeCodeScopeCode.TILEInformation 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 ScopeCodeReturns 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 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
DefaultMetadata.getMetadataScopes()followed byDefaultMetadataScope.getResourceScope().