Class TLcdISO19115CoverageDescription
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.content.TLcdISO19115ContentInformation
com.luciad.format.metadata.model.content.TLcdISO19115CoverageDescription
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdISO19115ImageDescription
Information about the domain of the raster cell
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theattributeDescription
element.static final TLcdDataProperty
Data property that maps to thecontentType
element.static final TLcdDataProperty
Data property that maps to thedimension
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theATTRIBUTE_DESCRIPTION_PROPERTY
property.Returns the role value contained in the value of theCONTENT_TYPE_PROPERTY
property.Gets the value of theDIMENSION_PROPERTY
property adapted to a list ofTLcdISO19115RangeDimension
instances.void
Sets the value of the property that maps to theattributeDescription
element.void
Sets the value of the property that maps to thecontentType
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
ATTRIBUTE_DESCRIPTION_PROPERTY
Data property that maps to theattributeDescription
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19103RecordType>
. -
CONTENT_TYPE_PROPERTY
Data property that maps to thecontentType
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115CoverageContentTypeCode>
. -
DIMENSION_PROPERTY
Data property that maps to thedimension
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115RangeDimension>>
.
-
-
Constructor Details
-
TLcdISO19115CoverageDescription
public TLcdISO19115CoverageDescription() -
TLcdISO19115CoverageDescription
-
-
Method Details
-
getAttributeDescription
Returns the role value contained in the value of theATTRIBUTE_DESCRIPTION_PROPERTY
property. Returnsnull
if the value of theATTRIBUTE_DESCRIPTION_PROPERTY
property isnull
.- Returns:
- the role value of the
ATTRIBUTE_DESCRIPTION_PROPERTY
property. - See Also:
-
setAttributeDescription
Sets the value of the property that maps to theattributeDescription
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theATTRIBUTE_DESCRIPTION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theATTRIBUTE_DESCRIPTION_PROPERTY
property.
-
getContentType
Returns the role value contained in the value of theCONTENT_TYPE_PROPERTY
property. Returnsnull
if the value of theCONTENT_TYPE_PROPERTY
property isnull
.- Returns:
- the role value of the
CONTENT_TYPE_PROPERTY
property. - See Also:
-
setContentType
Sets the value of the property that maps to thecontentType
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theCONTENT_TYPE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theCONTENT_TYPE_PROPERTY
property.
-
getDimension
Gets the value of theDIMENSION_PROPERTY
property adapted to a list ofTLcdISO19115RangeDimension
instances.- Returns:
- the value of the
DIMENSION_PROPERTY
property adapted to a list ofTLcdISO19115RangeDimension
instances. - See Also:
-