Class TLcdMIFModelReferenceFactory

java.lang.Object
com.luciad.format.mif.TLcdMIFModelReferenceParser
com.luciad.format.mif.TLcdMIFModelReferenceFactory
All Implemented Interfaces:
ILcdModelReferenceParser

public class TLcdMIFModelReferenceFactory extends TLcdMIFModelReferenceParser
Deprecated.
Replaced by TLcdMIFModelReferenceParser.
This class decodes the ILcdModelReference object for MIF (MapInfo Interchange Format) files.
  • Constructor Details

    • TLcdMIFModelReferenceFactory

      public TLcdMIFModelReferenceFactory()
      Deprecated.
  • Method Details

    • createModelReference

      public ILcdModelReference createModelReference(String aCoordinateSystemString) throws IllegalArgumentException
      Deprecated.
      use TLcdMIFModelReferenceParser#parseModelReference
      Creates an ILcdModelReference corresponding to the given coordinate system clause. Currently only a subset of the coordinate systems available in the MIF format are supported.
      Parameters:
      aCoordinateSystemString - the MIF String specifying the coordinate system, without the CoordSys prefix.

      For information about supported geodetic datums, projections, and ellipsoid have a look at TLcdMIFModelReferenceParser.parseModelReference(java.lang.String).

      Returns:
      the corresponding ILcdModelReference Object.
      Throws:
      IllegalArgumentException - if the ILcdModelReference Object cannot be created.