Package com.luciad.view
Interface ILcdXYWorldReferenceParser
- All Known Implementing Classes:
TLcdAUTO2ReferenceParser,TLcdAUTOReferenceParser,TLcdCRSReferenceParser,TLcdEPSGReferenceParser,TLcdLuciadMapReferenceParser,TLcdOGCModelReferenceParser,TLcdProj4ReferenceParser,TLcdSpatialReferenceParser,TLcdWKTReferenceParser
public interface ILcdXYWorldReferenceParser
A
ILcdXYWorldReferenceParser is used to parse
the ILcdXYWorldReference that is formatted as a string.-
Method Summary
Modifier and TypeMethodDescriptionparseXYWorldReference(String aXYWorldReferenceAsString) Returns theILcdXYWorldReferencethat is formatted as a String.
-
Method Details
-
parseXYWorldReference
Returns theILcdXYWorldReferencethat is formatted as a String.- Parameters:
aXYWorldReferenceAsString- the String representation of theILcdXYWorldReference.- Returns:
- the
ILcdXYWorldReferencethat is formatted as a String. Nevernull. - Throws:
ParseException- If theILcdXYWorldReferencecannot be created from the String.
-