How do I create a WGS84 coordinate system whose units are milliarcseconds (1/1000th of arc second) in MyCoordSysDefs.fme?
Not exactly sure what I really need... This is my guess.
UNIT_DEF MILLI_SEC \\
UNIT_TYPE ANGLE \\
UNIT_ABBREVIATION DEG_MILLI_SEC \\
UNIT_FACTOR 0.00000000484813681109535
COORDINATE_SYSTEM_DEF WGS84-MilliSec\\
DESC_NM "WGS84 milli (1/1000) arcsecond " \\
GROUP "WORLD" \\
PROJ LL \\
UNIT MILLI_SEC \\
DT_NAME WGS84
Should UNIT_FACTOR be 0.00000027777777777777777 for conversion to meter & UNIT_TYPE be LENGTH?
Thx,
Mark