Uses of Class
com.luciad.format.gml32.model.TLcdGML32CoverageFunction
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32CoverageFunction in com.luciad.format.gml32.model
Modifier and TypeMethodDescriptionTLcdGML32AbstractContinuousCoverage.getCoverageFunction()
Returns the value of the property that maps to thecoverageFunction
element.TLcdGML32DiscreteCoverage.getCoverageFunction()
Returns the value of the property that maps to thecoverageFunction
element.Modifier and TypeMethodDescriptionvoid
TLcdGML32AbstractContinuousCoverage.setCoverageFunction
(TLcdGML32CoverageFunction aValue) Sets the value of the property that maps to thecoverageFunction
element.void
TLcdGML32DiscreteCoverage.setCoverageFunction
(TLcdGML32CoverageFunction aValue) Sets the value of the property that maps to thecoverageFunction
element.