Uses of Class
org.apache.sis.metadata.iso.maintenance.DefaultScope
-
Packages that use DefaultScope Package Description org.apache.sis.metadata.iso.maintenance Information about the frequency and scope of data updates.org.apache.sis.metadata.iso.quality Information about data quality, accuracy and consistency of a dataset. -
-
Uses of DefaultScope in org.apache.sis.metadata.iso.maintenance
Methods in org.apache.sis.metadata.iso.maintenance that return DefaultScope Modifier and Type Method Description static DefaultScope
DefaultScope. castOrCopy(Scope object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation. -
Uses of DefaultScope in org.apache.sis.metadata.iso.quality
Subclasses of DefaultScope in org.apache.sis.metadata.iso.quality Modifier and Type Class Description class
DefaultScope
Deprecated.As of ISO 19115:2014,DQ_Scope
has been replaced byMD_Scope
.
-