Uses of Class
com.luciad.format.gml31.model.TLcdGML31CoverageFunction
Packages that use TLcdGML31CoverageFunction
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31CoverageFunction in com.luciad.format.gml31.model
Methods in com.luciad.format.gml31.model that return TLcdGML31CoverageFunctionModifier and TypeMethodDescriptionTLcdGML31AbstractContinuousCoverage.getCoverageFunction()Returns the value of the property that maps to thecoverageFunctionelement.TLcdGML31AbstractDiscreteCoverage.getCoverageFunction()Returns the value of the property that maps to thecoverageFunctionelement.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31CoverageFunctionModifier and TypeMethodDescriptionvoidTLcdGML31AbstractContinuousCoverage.setCoverageFunction(TLcdGML31CoverageFunction aValue) Sets the value of the property that maps to thecoverageFunctionelement.voidTLcdGML31AbstractDiscreteCoverage.setCoverageFunction(TLcdGML31CoverageFunction aValue) Sets the value of the property that maps to thecoverageFunctionelement.