Class TLcdEPSGModelReferenceDecoder

java.lang.Object
com.luciad.reference.format.TLcdEPSGModelReferenceDecoder
All Implemented Interfaces:
ILcdInputStreamFactoryCapable, ILcdModelReferenceDecoder

This ILcdModelReferenceDecoder decodes model references based on .epsg files corresponding to the given source files. A .epsg file contains a single decimal EPSG code, formatted as "n" or "EPSG:n", that defines a georeference. Any lines starting with a hash sign "#" are treated as comments and ignored.

The decoder first tries to find a .epsg file by replacing the extension of the source file by .epsg.

If this fails, it tries to find a directory.epsg file next to the source file.

If this fails, it tries to find a DIRECTORY.EPSG file next to the source file.

If this fails, it throws an IOException.

See TLcdEPSGReferenceParser for a list of supported epsg codes.

Since:
8.0
See Also:
  • Constructor Details

    • TLcdEPSGModelReferenceDecoder

      public TLcdEPSGModelReferenceDecoder()
  • Method Details