Uses of Interface
com.luciad.util.ILcdParser
Package
Description
Provides classes and interfaces for handling text, dates, numbers, and messages.
Provides a
TLcdCGRSFormat
to parse and format Common Grid Reference System (CGRS) coordinates.Provides a
TLcdGARSFormat
to parse and format Global Area Reference System (GARS) coordinates.Provides a
TLcdMGRSFormat
to parse and format Military Grid Reference System (MGRS) coordinates.Basic utilities.
-
Uses of ILcdParser in com.luciad.text
Modifier and TypeClassDescriptionclass
Parses and formats altitudes.class
Parses and formats distances.class
A class representing a format for Georef points.class
Format for points.class
Formats and parses unitless map scale ratios of the formatnominator separator denominator
from and to the double representation of the scale.class
Parses and formats speeds. -
Uses of ILcdParser in com.luciad.text.cgrs
Modifier and TypeClassDescriptionclass
This class offers methods to format coordinates into the Common Grid Reference System (CGRS) notation. -
Uses of ILcdParser in com.luciad.text.gars
Modifier and TypeClassDescriptionclass
This class offers methods to format coordinates into Global Area Reference System (GARS) notation. -
Uses of ILcdParser in com.luciad.text.mgrs
Modifier and TypeClassDescriptionclass
Class to format points as MGRS or UTM/UPS coordinates. -
Uses of ILcdParser in com.luciad.util
Modifier and TypeClassDescriptionclass
ThisILcdParser
parses various string formats for longitude/latitude ordinates.