Uses of Interface
org.opengis.metadata.constraint.Constraints
-
Packages that use Constraints Package Description org.opengis.metadata Root package for metadata.org.opengis.metadata.constraint Constraints information (includes legal and security).org.opengis.metadata.identification Identification information (includes data and service identification). -
-
Uses of Constraints in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type Constraints Modifier and Type Method Description java.util.Collection<? extends Constraints>
Metadata. getMetadataConstraints()
Provides restrictions on the access and use of metadata. -
Uses of Constraints in org.opengis.metadata.constraint
Subinterfaces of Constraints in org.opengis.metadata.constraint Modifier and Type Interface Description interface
LegalConstraints
Restrictions and legal prerequisites for accessing and using the resource.interface
SecurityConstraints
Handling restrictions imposed on the resource for national security or similar security concerns. -
Uses of Constraints in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type Constraints Modifier and Type Method Description java.util.Collection<? extends Constraints>
Identification. getResourceConstraints()
Provides information about constraints which apply to the resource(s).
-