Class TLcdISO19115LegalConstraints
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.constraint.TLcdISO19115Constraints
com.luciad.format.metadata.model.constraint.TLcdISO19115LegalConstraints
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Restrictions and legal prerequisites for accessing and using the dataset.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theaccessConstraintselement.static final TLcdDataPropertyData property that maps to theotherConstraintselement.static final TLcdDataPropertyData property that maps to theuseConstraintselement.Fields inherited from class com.luciad.format.metadata.model.constraint.TLcdISO19115Constraints
USE_LIMITATION_PROPERTYFields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theACCESS_CONSTRAINTS_PROPERTYproperty adapted to a list ofTLcdISO19115RestrictionCodeinstances.Gets the value of theOTHER_CONSTRAINTS_PROPERTYproperty adapted to a list ofStringinstances.Gets the value of theUSE_CONSTRAINTS_PROPERTYproperty adapted to a list ofTLcdISO19115RestrictionCodeinstances.Methods inherited from class com.luciad.format.metadata.model.constraint.TLcdISO19115Constraints
getUseLimitationMethods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
ACCESS_CONSTRAINTS_PROPERTY
Data property that maps to theaccessConstraintselement. The possible values for this property are instances ofList<TLcdISO19115Optional<TLcdISO19115RestrictionCode>>. -
USE_CONSTRAINTS_PROPERTY
Data property that maps to theuseConstraintselement. The possible values for this property are instances ofList<TLcdISO19115Optional<TLcdISO19115RestrictionCode>>. -
OTHER_CONSTRAINTS_PROPERTY
Data property that maps to theotherConstraintselement. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>.
-
-
Constructor Details
-
TLcdISO19115LegalConstraints
public TLcdISO19115LegalConstraints() -
TLcdISO19115LegalConstraints
-
-
Method Details
-
getAccessConstraints
Gets the value of theACCESS_CONSTRAINTS_PROPERTYproperty adapted to a list ofTLcdISO19115RestrictionCodeinstances.- Returns:
- the value of the
ACCESS_CONSTRAINTS_PROPERTYproperty adapted to a list ofTLcdISO19115RestrictionCodeinstances. - See Also:
-
getUseConstraints
Gets the value of theUSE_CONSTRAINTS_PROPERTYproperty adapted to a list ofTLcdISO19115RestrictionCodeinstances.- Returns:
- the value of the
USE_CONSTRAINTS_PROPERTYproperty adapted to a list ofTLcdISO19115RestrictionCodeinstances. - See Also:
-
getOtherConstraints
Gets the value of theOTHER_CONSTRAINTS_PROPERTYproperty adapted to a list ofStringinstances.- Returns:
- the value of the
OTHER_CONSTRAINTS_PROPERTYproperty adapted to a list ofStringinstances. - See Also:
-