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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theattributeDescriptionelement.static final TLcdDataPropertyData property that maps to thecontentTypeelement.static final TLcdDataPropertyData property that maps to thedimensionelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theATTRIBUTE_DESCRIPTION_PROPERTYproperty.Returns the role value contained in the value of theCONTENT_TYPE_PROPERTYproperty.Gets the value of theDIMENSION_PROPERTYproperty adapted to a list ofTLcdISO19115RangeDimensioninstances.voidSets the value of the property that maps to theattributeDescriptionelement.voidSets the value of the property that maps to thecontentTypeelement.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 theattributeDescriptionelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19103RecordType>. -
CONTENT_TYPE_PROPERTY
Data property that maps to thecontentTypeelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115CoverageContentTypeCode>. -
DIMENSION_PROPERTY
Data property that maps to thedimensionelement. 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_PROPERTYproperty. Returnsnullif the value of theATTRIBUTE_DESCRIPTION_PROPERTYproperty isnull.- Returns:
- the role value of the
ATTRIBUTE_DESCRIPTION_PROPERTYproperty. - See Also:
-
setAttributeDescription
Sets the value of the property that maps to theattributeDescriptionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theATTRIBUTE_DESCRIPTION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theATTRIBUTE_DESCRIPTION_PROPERTYproperty.
-
getContentType
Returns the role value contained in the value of theCONTENT_TYPE_PROPERTYproperty. Returnsnullif the value of theCONTENT_TYPE_PROPERTYproperty isnull.- Returns:
- the role value of the
CONTENT_TYPE_PROPERTYproperty. - See Also:
-
setContentType
Sets the value of the property that maps to thecontentTypeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCONTENT_TYPE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCONTENT_TYPE_PROPERTYproperty.
-
getDimension
Gets the value of theDIMENSION_PROPERTYproperty adapted to a list ofTLcdISO19115RangeDimensioninstances.- Returns:
- the value of the
DIMENSION_PROPERTYproperty adapted to a list ofTLcdISO19115RangeDimensioninstances. - See Also:
-