Uses of Interface
org.opengis.metadata.maintenance.Scope
-
Packages that use Scope Package Description org.opengis.metadata.constraint Restrictions placed on data (legal and security constraints).org.opengis.metadata.lineage Sources and production processes used in producing a dataset.org.opengis.metadata.maintenance Scope and frequency of updating data.org.opengis.metadata.quality -
-
Uses of Scope in org.opengis.metadata.constraint
Methods in org.opengis.metadata.constraint that return Scope Modifier and Type Method Description default ScopeConstraints. getConstraintApplicationScope()Spatial and / or temporal extents and or levels of the application of the constraints restrictions. -
Uses of Scope in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return Scope Modifier and Type Method Description default ScopeLineage. getScope()Type of resource and / or extent to which the lineage information applies.default ScopeProcessStep. getScope()Type of resource and / or extent to which the process step applies.ScopeSource. getScope()Type and / or extent of the source. -
Uses of Scope in org.opengis.metadata.maintenance
Methods in org.opengis.metadata.maintenance that return types with arguments of type Scope Modifier and Type Method Description default Collection<? extends Scope>MaintenanceInformation. getMaintenanceScopes()Type of resource and / or extent to which the maintenance information applies. -
Uses of Scope in org.opengis.metadata.quality
Subinterfaces of Scope in org.opengis.metadata.quality Modifier and Type Interface Description interfaceScopeDescription of the data specified by the scope.
-