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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theMappingRuleandGridFunctionelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theMappingRuleandGridFunctionelements.voidsetContent(ILcdDataObject aValue) Sets the value of the property that maps to the choice between theMappingRuleandGridFunctionelements.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 theMappingRuleandGridFunctionelements. 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 theMappingRuleandGridFunctionelements.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 theMappingRuleandGridFunctionelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theCONTENT_PROPERTYproperty.
-