Package com.luciad.format.mif
Class TLcdMIFModelReferenceFactory
java.lang.Object
com.luciad.format.mif.TLcdMIFModelReferenceParser
com.luciad.format.mif.TLcdMIFModelReferenceFactory
- All Implemented Interfaces:
ILcdModelReferenceParser
Deprecated.
This class decodes the ILcdModelReference object for MIF
(MapInfo Interchange Format) files.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateModelReference
(String aCoordinateSystemString) Deprecated.use TLcdMIFModelReferenceParser#parseModelReferenceMethods inherited from class com.luciad.format.mif.TLcdMIFModelReferenceParser
parseModelReference
-
Constructor Details
-
TLcdMIFModelReferenceFactory
public TLcdMIFModelReferenceFactory()Deprecated.
-
-
Method Details
-
createModelReference
public ILcdModelReference createModelReference(String aCoordinateSystemString) throws IllegalArgumentException Deprecated.use TLcdMIFModelReferenceParser#parseModelReferenceCreates anILcdModelReference
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 theCoordSys
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 theILcdModelReference
Object cannot be created.
-
TLcdMIFModelReferenceParser
.