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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theMappingRule
andCoverageMappingRule
andGridFunction
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theMappingRule
andCoverageMappingRule
andGridFunction
elements.void
setContent
(ILcdDataObject aValue) Sets the value of the property that maps to the choice between theMappingRule
andCoverageMappingRule
andGridFunction
elements.
-
Field Details
-
CONTENT_PROPERTY
Data property that maps to the choice between theMappingRule
andCoverageMappingRule
andGridFunction
elements. 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 theMappingRule
andCoverageMappingRule
andGridFunction
elements.The possible values for this property are instances of
- Returns:
- the value of the
CONTENT_PROPERTY
property.
-
setContent
Sets the value of the property that maps to the choice between theMappingRule
andCoverageMappingRule
andGridFunction
elements.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theCONTENT_PROPERTY
property.
-