org.opengis.metadata.constraint
Interface Constraints
- All Known Subinterfaces:
- LegalConstraints, SecurityConstraints
- All Known Implementing Classes:
- ConstraintsImpl, LegalConstraintsImpl, SecurityConstraintsImpl
@UML(identifier="MD_Constraints",
specification=ISO_19115)
public interface Constraints
Restrictions on the access and use of a resource or metadata.
- Since:
- GeoAPI 2.0
- Author:
- Martin Desruisseaux (IRD)
getUseLimitation
@UML(identifier="useLimitation",
obligation=OPTIONAL,
specification=ISO_19115)
Collection<? extends InternationalString> getUseLimitation()
- 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.
Copyright © 1996-2014 Geotools. All Rights Reserved.