Class TLcdWKTModelReferenceDecoder

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

This decoder attempts to create a ILcdModelReference from a file in the directory of the given data source file aSource.
  • If the file name aSource is <name>.xxx, it first tries to open a file called <name>.prj.
  • If this file does not exist, it tries to open a file called directory.prj (this can be used as a common default file for all the data files in the same directory).
  • It this file does not exist, a IOException is thrown..
The extension .prj and .PRJ is tried for case sensitive file systems.
See Also: