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 Type
    Method
    Description
    parseXYWorldReference(String aXYWorldReferenceAsString)
    Returns the ILcdXYWorldReference that is formatted as a String.
  • Method Details

    • parseXYWorldReference

      ILcdXYWorldReference parseXYWorldReference(String aXYWorldReferenceAsString) throws ParseException
      Returns the ILcdXYWorldReference that is formatted as a String.
      Parameters:
      aXYWorldReferenceAsString - the String representation of the ILcdXYWorldReference.
      Returns:
      the ILcdXYWorldReference that is formatted as a String. Never null.
      Throws:
      ParseException - If the ILcdXYWorldReference cannot be created from the String.