Package com.luciad.util
Interface ILcdParser
- All Known Implementing Classes:
TLcdAltitudeFormat,TLcdCGRSFormat,TLcdDistanceFormat,TLcdGARSFormat,TLcdGeorefFormat,TLcdLonLatParser,TLcdLonLatPointFormat,TLcdMGRSFormat,TLcdScaleFormat,TLcdSpeedFormat
public interface ILcdParser
This interface defines a method for creating an
Object based on a
String.-
Method Summary
-
Method Details
-
parse
Parses a givenStringand creates a newObjectwith the corresponding type/properties.- Parameters:
aString- theStringto be parsed.- Returns:
- the resulting new
Object. - Throws:
IllegalArgumentException- if theStringcan't be parsed.
-