Package org.opengis.metadata.constraint
Interface Constraints
-
- All Known Subinterfaces:
LegalConstraints
,SecurityConstraints
@UML(identifier="MD_Constraints", specification=ISO_19115) public interface Constraints
Restrictions on the access and use of a resource or metadata.- Since:
- 2.0
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<? extends InternationalString>
getUseLimitations()
Limitation affecting the fitness for use of the resource.
-
-
-
Method Detail
-
getUseLimitations
@UML(identifier="useLimitation", obligation=OPTIONAL, specification=ISO_19115) java.util.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.
-
-