Package com.luciad.format.gml31.model
Class TLcdGML31CoverageFunction
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31CoverageFunction
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
The function or rule which defines the map from members of the domainSet to the range.
More functions will be added to this list
- Since:
- 2018.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theMappingRule
andGridFunction
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theMappingRule
andGridFunction
elements.void
setContent
(ILcdDataObject aValue) Sets the value of the property that maps to the choice between theMappingRule
andGridFunction
elements.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
CONTENT_PROPERTY
Data property that maps to the choice between theMappingRule
andGridFunction
elements. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdGML31CoverageFunction
public TLcdGML31CoverageFunction() -
TLcdGML31CoverageFunction
-
-
Method Details
-
getContent
Returns the value of the property that maps to the choice between theMappingRule
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
andGridFunction
elements.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theCONTENT_PROPERTY
property.
-