org.geotools.metadata.iso.constraint
Class ConstraintsImpl
Object
AbstractMetadata
ModifiableMetadata
MetadataEntity
ConstraintsImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Constraints
- Direct Known Subclasses:
- LegalConstraintsImpl, SecurityConstraintsImpl
public class ConstraintsImpl
- extends MetadataEntity
- implements Constraints
Restrictions on the access and use of a resource or metadata.
- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
- Module:
modules/library/metadata (gt-metadata.jar)
ConstraintsImpl
public ConstraintsImpl()
- Constructs an initially empty constraints.
ConstraintsImpl
public ConstraintsImpl(Constraints source)
- Constructs a metadata entity initialized with the values from the specified metadata.
- Since:
- 2.4
getUseLimitation
public Collection<InternationalString> getUseLimitation()
- Returns the limitation affecting the fitness for use of the resource. Example, "not to be used for
navigation".
- Specified by:
getUseLimitation
in interface Constraints
setUseLimitation
public void setUseLimitation(Collection<? extends InternationalString> newValues)
- Set the limitation affecting the fitness for use of the resource. Example, "not to be used for
navigation".
Copyright © 1996-2010 Geotools. All Rights Reserved.