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 givenString
and creates a newObject
with the corresponding type/properties.- Parameters:
aString
- theString
to be parsed.- Returns:
- the resulting new
Object
. - Throws:
IllegalArgumentException
- if theString
can't be parsed.
-