|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.constraint.ConstraintsImpl
org.geotools.metadata.iso.constraint.LegalConstraintsImpl
public class LegalConstraintsImpl
Restrictions and legal prerequisites for accessing and using the resource.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
LegalConstraintsImpl()
Constructs an initially empty constraints. |
|
LegalConstraintsImpl(org.opengis.metadata.constraint.LegalConstraints source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Collection<org.opengis.metadata.constraint.Restriction> |
getAccessConstraints()
Returns the access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource. |
java.util.Collection<org.opengis.util.InternationalString> |
getOtherConstraints()
Returns the other restrictions and legal prerequisites for accessing and using the resource. |
java.util.Collection<org.opengis.metadata.constraint.Restriction> |
getUseConstraints()
Returns the constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource. |
void |
setAccessConstraints(java.util.Collection<? extends org.opengis.metadata.constraint.Restriction> newValues)
Set the access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource. |
void |
setOtherConstraints(java.util.Collection<? extends org.opengis.util.InternationalString> newValues)
Set the other restrictions and legal prerequisites for accessing and using the resource. |
void |
setUseConstraints(java.util.Collection<? extends org.opengis.metadata.constraint.Restriction> newValues)
Set the constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource. |
Methods inherited from class org.geotools.metadata.iso.constraint.ConstraintsImpl |
---|
getUseLimitation, setUseLimitation |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.metadata.constraint.Constraints |
---|
getUseLimitation |
Constructor Detail |
---|
public LegalConstraintsImpl()
public LegalConstraintsImpl(org.opengis.metadata.constraint.LegalConstraints source)
Method Detail |
---|
public java.util.Collection<org.opengis.metadata.constraint.Restriction> getAccessConstraints()
getAccessConstraints
in interface org.opengis.metadata.constraint.LegalConstraints
public void setAccessConstraints(java.util.Collection<? extends org.opengis.metadata.constraint.Restriction> newValues)
public java.util.Collection<org.opengis.metadata.constraint.Restriction> getUseConstraints()
getUseConstraints
in interface org.opengis.metadata.constraint.LegalConstraints
public void setUseConstraints(java.util.Collection<? extends org.opengis.metadata.constraint.Restriction> newValues)
public java.util.Collection<org.opengis.util.InternationalString> getOtherConstraints()
getOtherConstraints
in interface org.opengis.metadata.constraint.LegalConstraints
public void setOtherConstraints(java.util.Collection<? extends org.opengis.util.InternationalString> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |