Uses of Enum Class
com.luciad.text.gars.TLcdGARSFormat.Precision
Package
Description
Provides a
TLcdGARSFormat
to parse and format Global Area Reference System (GARS) coordinates.-
Uses of TLcdGARSFormat.Precision in com.luciad.text.gars
Modifier and TypeMethodDescriptionTLcdGARSFormat.getPrecision()
Returns the precision when formatting points as GARS coordinate strings.static TLcdGARSFormat.Precision
Returns the enum constant of this class with the specified name.static TLcdGARSFormat.Precision[]
TLcdGARSFormat.Precision.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdGARSFormat.setPrecision
(TLcdGARSFormat.Precision aPrecision) Sets the precision when formatting points as GARS coordinate strings.ModifierConstructorDescriptionTLcdGARSFormat
(TLcdGARSFormat.Precision aPrecision) Creates a newTLcdGARSFormat
that uses the given precision to format anILcdPoint
.