TLcdMIFModelReferenceParser
.public class TLcdMIFModelReferenceFactory extends TLcdMIFModelReferenceParser
Constructor and Description |
---|
TLcdMIFModelReferenceFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ILcdModelReference |
createModelReference(java.lang.String aCoordinateSystemString)
Deprecated.
use TLcdMIFModelReferenceParser#parseModelReference
|
parseModelReference
public ILcdModelReference createModelReference(java.lang.String aCoordinateSystemString) throws java.lang.IllegalArgumentException
ILcdModelReference
corresponding to the given coordinate
system clause. Currently only a subset of the coordinate systems available
in the MIF format are supported.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)
.
ILcdModelReference
Object.java.lang.IllegalArgumentException
- if the ILcdModelReference
Object
cannot be created.