Package com.luciad.reference.format
Class TLcdLuciadMapReferenceParser
java.lang.Object
com.luciad.reference.format.TLcdLuciadMapReferenceParser
- All Implemented Interfaces:
ILcdXYWorldReferenceParser
Parses a reference from a reference formatted into the LuciadLightspeed name space.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseXYWorldReference
(String aXYWorldReferenceAsString) Returns theILcdXYWorldReference
that is formatted as a String.
-
Constructor Details
-
TLcdLuciadMapReferenceParser
public TLcdLuciadMapReferenceParser()
-
-
Method Details
-
parseXYWorldReference
public ILcdXYWorldReference parseXYWorldReference(String aXYWorldReferenceAsString) throws ParseException Description copied from interface:ILcdXYWorldReferenceParser
Returns theILcdXYWorldReference
that is formatted as a String.- Specified by:
parseXYWorldReference
in interfaceILcdXYWorldReferenceParser
- Parameters:
aXYWorldReferenceAsString
- the String representation of theILcdXYWorldReference
.- Returns:
- the
ILcdXYWorldReference
that is formatted as a String. Nevernull
. - Throws:
ParseException
- If theILcdXYWorldReference
cannot be created from the String.
-