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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theaccessConstraints
element.static final TLcdDataProperty
Data property that maps to theotherConstraints
element.static final TLcdDataProperty
Data property that maps to theuseConstraints
element.Fields inherited from class com.luciad.format.metadata.model.constraint.TLcdISO19115Constraints
USE_LIMITATION_PROPERTY
Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theACCESS_CONSTRAINTS_PROPERTY
property adapted to a list ofTLcdISO19115RestrictionCode
instances.Gets the value of theOTHER_CONSTRAINTS_PROPERTY
property adapted to a list ofString
instances.Gets the value of theUSE_CONSTRAINTS_PROPERTY
property adapted to a list ofTLcdISO19115RestrictionCode
instances.Methods inherited from class com.luciad.format.metadata.model.constraint.TLcdISO19115Constraints
getUseLimitation
Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
ACCESS_CONSTRAINTS_PROPERTY
Data property that maps to theaccessConstraints
element. The possible values for this property are instances ofList<TLcdISO19115Optional<TLcdISO19115RestrictionCode>>
. -
USE_CONSTRAINTS_PROPERTY
Data property that maps to theuseConstraints
element. The possible values for this property are instances ofList<TLcdISO19115Optional<TLcdISO19115RestrictionCode>>
. -
OTHER_CONSTRAINTS_PROPERTY
Data property that maps to theotherConstraints
element. 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_PROPERTY
property adapted to a list ofTLcdISO19115RestrictionCode
instances.- Returns:
- the value of the
ACCESS_CONSTRAINTS_PROPERTY
property adapted to a list ofTLcdISO19115RestrictionCode
instances. - See Also:
-
getUseConstraints
Gets the value of theUSE_CONSTRAINTS_PROPERTY
property adapted to a list ofTLcdISO19115RestrictionCode
instances.- Returns:
- the value of the
USE_CONSTRAINTS_PROPERTY
property adapted to a list ofTLcdISO19115RestrictionCode
instances. - See Also:
-
getOtherConstraints
Gets the value of theOTHER_CONSTRAINTS_PROPERTY
property adapted to a list ofString
instances.- Returns:
- the value of the
OTHER_CONSTRAINTS_PROPERTY
property adapted to a list ofString
instances. - See Also:
-