Class TLcdISO19115DataFile
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.usage.TLcdISO19115File
com.luciad.format.metadata.model.usage.TLcdISO19115DataFile
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 2013.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thefeatureTypes
element.static final TLcdDataProperty
Data property that maps to thefileFormat
element.Fields inherited from class com.luciad.format.metadata.model.usage.TLcdISO19115File
FILE_DESCRIPTION_PROPERTY, FILE_NAME_PROPERTY, FILE_TYPE_PROPERTY
Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theFEATURE_TYPES_PROPERTY
property adapted to a list ofTLcdGML32Code
instances.Returns the role value contained in the value of theFILE_FORMAT_PROPERTY
property.void
setFileFormat
(TLcdISO19115Format aValue) Sets the value of the property that maps to thefileFormat
element.Methods inherited from class com.luciad.format.metadata.model.usage.TLcdISO19115File
getFileDescription, getFileName, getFileType, setFileDescription, setFileName, setFileType
Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
FEATURE_TYPES_PROPERTY
Data property that maps to thefeatureTypes
element. The possible values for this property are instances ofList<TLcdISO19115Optional<TLcdGML32Code>>
. -
FILE_FORMAT_PROPERTY
Data property that maps to thefileFormat
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Format>
.
-
-
Constructor Details
-
TLcdISO19115DataFile
public TLcdISO19115DataFile() -
TLcdISO19115DataFile
-
-
Method Details
-
getFeatureTypes
Gets the value of theFEATURE_TYPES_PROPERTY
property adapted to a list ofTLcdGML32Code
instances.- Returns:
- the value of the
FEATURE_TYPES_PROPERTY
property adapted to a list ofTLcdGML32Code
instances. - See Also:
-
getFileFormat
Returns the role value contained in the value of theFILE_FORMAT_PROPERTY
property. Returnsnull
if the value of theFILE_FORMAT_PROPERTY
property isnull
.- Returns:
- the role value of the
FILE_FORMAT_PROPERTY
property. - See Also:
-
setFileFormat
Sets the value of the property that maps to thefileFormat
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theFILE_FORMAT_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theFILE_FORMAT_PROPERTY
property.
-