Uses of Class
com.luciad.format.gml31.model.TLcdGML31Length
Packages that use TLcdGML31Length
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31Length in com.luciad.format.gml31.model
Methods in com.luciad.format.gml31.model that return TLcdGML31LengthModifier and TypeMethodDescriptionTLcdGML31OffsetCurve.getDistance()
Returns the value of the property that maps to thedistance
element.TLcdGML31Tin.getMaxLength()
Returns the value of the property that maps to themaxLength
element.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31LengthModifier and TypeMethodDescriptionvoid
TLcdGML31OffsetCurve.setDistance
(TLcdGML31Length aValue) Sets the value of the property that maps to thedistance
element.void
TLcdGML31Tin.setMaxLength
(TLcdGML31Length aValue) Sets the value of the property that maps to themaxLength
element.