Package com.luciad.format.gml32.model
Class TLcdGML32CoverageFunction
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32CoverageFunction
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
The gml:coverageFunction property describes the mapping function from the domain to the range of the coverage.
The value of the CoverageFunction is one of gml:CoverageMappingRule and gml:GridFunction.
If the gml:coverageFunction property is omitted for a gridded coverage (including rectified gridded coverages) the gml:startPoint is assumed to be the value of the gml:low property in the gml:Grid geometry, and the gml:sequenceRule is assumed to be linear and the gml:axisOrder property is assumed to be "+1 +2".
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theMappingRuleandCoverageMappingRuleandGridFunctionelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theMappingRuleandCoverageMappingRuleandGridFunctionelements.voidsetContent(ILcdDataObject aValue) Sets the value of the property that maps to the choice between theMappingRuleandCoverageMappingRuleandGridFunctionelements.
-
Field Details
-
CONTENT_PROPERTY
Data property that maps to the choice between theMappingRuleandCoverageMappingRuleandGridFunctionelements. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdGML32CoverageFunction
public TLcdGML32CoverageFunction() -
TLcdGML32CoverageFunction
-
-
Method Details
-
getContent
Returns the value of the property that maps to the choice between theMappingRuleandCoverageMappingRuleandGridFunctionelements.The possible values for this property are instances of
- Returns:
- the value of the
CONTENT_PROPERTYproperty.
-
setContent
Sets the value of the property that maps to the choice between theMappingRuleandCoverageMappingRuleandGridFunctionelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theCONTENT_PROPERTYproperty.
-