Class TLcdISO19115Constraints
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.constraint.TLcdISO19115Constraints
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdISO19115LegalConstraints
,TLcdISO19115SecurityConstraints
Restrictions on the access and use of a dataset or metadata
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theuseLimitation
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theUSE_LIMITATION_PROPERTY
property adapted to a list ofString
instances.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
USE_LIMITATION_PROPERTY
Data property that maps to theuseLimitation
element. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>
.
-
-
Constructor Details
-
TLcdISO19115Constraints
public TLcdISO19115Constraints() -
TLcdISO19115Constraints
-
-
Method Details
-
getUseLimitation
Gets the value of theUSE_LIMITATION_PROPERTY
property adapted to a list ofString
instances.- Returns:
- the value of the
USE_LIMITATION_PROPERTY
property adapted to a list ofString
instances. - See Also:
-