Uses of Enum Class
com.luciad.text.mgrs.TLcdMGRSFormat.FormatPrecision
Package
Description
Provides a
TLcdMGRSFormat
to parse and format Military Grid Reference System (MGRS) coordinates.-
Uses of TLcdMGRSFormat.FormatPrecision in com.luciad.text.mgrs
Modifier and TypeMethodDescriptionTLcdMGRSFormat.getPrecision()
Returns the precision used to format a MGRS or UTM/UPS String.Returns the enum constant of this class with the specified name.static TLcdMGRSFormat.FormatPrecision[]
TLcdMGRSFormat.FormatPrecision.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdMGRSFormat.setPrecision
(TLcdMGRSFormat.FormatPrecision aPrecision) Sets the precision used to format a MGRS or UPS String.