Package org.opengis.metadata.constraint
Interface Constraints
- All Known Subinterfaces:
LegalConstraints
,SecurityConstraints
Restrictions on the access and use of a resource or metadata.
- Since:
- 2.0
- Version:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionCollection
<? extends InternationalString> Limitation affecting the fitness for use of the resource.
-
Method Details
-
getUseLimitations
@UML(identifier="useLimitation", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends InternationalString> getUseLimitations()Limitation affecting the fitness for use of the resource. Example: "not to be used for navigation".- Returns:
- Limitation affecting the fitness for use of the resource.
-