Uses of Enum Class
com.luciad.text.mgrs.TLcdMGRSFormat.FormatPrecision
Packages that use 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
Methods in com.luciad.text.mgrs that return TLcdMGRSFormat.FormatPrecisionModifier 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.Methods in com.luciad.text.mgrs with parameters of type TLcdMGRSFormat.FormatPrecisionModifier and TypeMethodDescriptionvoidTLcdMGRSFormat.setPrecision(TLcdMGRSFormat.FormatPrecision aPrecision) Sets the precision used to format a MGRS or UPS String.