Uses of Enum Class
com.luciad.text.gars.TLcdGARSFormat.Precision
Packages that use 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
Methods in com.luciad.text.gars that return TLcdGARSFormat.PrecisionModifier and TypeMethodDescriptionTLcdGARSFormat.getPrecision()Returns the precision when formatting points as GARS coordinate strings.static TLcdGARSFormat.PrecisionReturns 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.Methods in com.luciad.text.gars with parameters of type TLcdGARSFormat.PrecisionModifier and TypeMethodDescriptionvoidTLcdGARSFormat.setPrecision(TLcdGARSFormat.Precision aPrecision) Sets the precision when formatting points as GARS coordinate strings.Constructors in com.luciad.text.gars with parameters of type TLcdGARSFormat.PrecisionModifierConstructorDescriptionTLcdGARSFormat(TLcdGARSFormat.Precision aPrecision) Creates a newTLcdGARSFormatthat uses the given precision to format anILcdPoint.