Uses of Interface
org.opengis.metadata.maintenance.ScopeDescription
Packages that use ScopeDescription
Package
Description
Information about the frequency and scope of data updates.
-
Uses of ScopeDescription in org.apache.sis.metadata.iso.maintenance
Classes in org.apache.sis.metadata.iso.maintenance that implement ScopeDescriptionModifier and TypeClassDescriptionclassDescription of the class of information covered by the information.Methods in org.apache.sis.metadata.iso.maintenance that return types with arguments of type ScopeDescriptionModifier and TypeMethodDescriptionDefaultScope.getLevelDescription()Returns detailed descriptions about the level of the data specified by the scope.final Collection<ScopeDescription> DefaultMaintenanceInformation.getUpdateScopeDescriptions()Deprecated.Methods in org.apache.sis.metadata.iso.maintenance with parameters of type ScopeDescriptionModifier and TypeMethodDescriptionstatic DefaultScopeDescriptionDefaultScopeDescription.castOrCopy(ScopeDescription object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.maintenance with type arguments of type ScopeDescriptionModifier and TypeMethodDescriptionvoidDefaultScope.setLevelDescription(Collection<? extends ScopeDescription> newValues) Sets detailed descriptions about the level of the data specified by the scope.voidDefaultMaintenanceInformation.setUpdateScopeDescriptions(Collection<? extends ScopeDescription> newValues) Deprecated.As of ISO 19115:2014, replaced byDefaultMaintenanceInformation.setMaintenanceScopes(Collection).Constructors in org.apache.sis.metadata.iso.maintenance with parameters of type ScopeDescriptionModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of ScopeDescription in org.opengis.metadata.maintenance
Methods in org.opengis.metadata.maintenance that return types with arguments of type ScopeDescriptionModifier and TypeMethodDescriptionCollection<? extends ScopeDescription> MaintenanceInformation.getUpdateScopeDescriptions()Additional information about the range or extent of the resource. -
Uses of ScopeDescription in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return types with arguments of type ScopeDescriptionModifier and TypeMethodDescriptionCollection<? extends ScopeDescription> Scope.getLevelDescription()Detailed description about the level of the data specified by the scope.
DefaultMaintenanceInformation.getUpdateScopes()andgetUpdateScopeDescriptions()were combined intoDefaultMaintenanceInformation.getMaintenanceScopes()in order to allow specifying a scope that includes a spatial and temporal extent.