Parent Topic: Supported File Formats
All Graphical Entities from the .PLT file are imported, and a RST is generated while reading. Each entity is given a REPCode that points to an entry in the RST. GeoGateway automatically generates 3 attributes that will contain representation information needed by the RST:
REPCode (Integer) Index to a REPCode in the generated RST. Angle (Double) Orientation for Texts and Symbols. TextString (String) Text value.Lines, Polylines, and Polygons are imported directly. Circles (and arcs) are emulated with line segments that cover 3 degrees each (120 segments in one complete circle). When Symbols, Texts, and PolySymbols are imported some of their representation attributes (Text font, slant, symbol number, etc.) are very likely to be lost, since they cannot be remapped directly by GeoGateway.
Old style plot files that contain only Pen Number references are also supported. In these cases, an uninterrupted set of Pen-Down moves forms a Shape, and its REPCode attribute is the Pen Number. GeoGateway will assign an arbitrary colour for each pen in the RST.
The projection on import is set to "METRE". The paper coordinates (millimetres) will be converted to ground coordinates (metres) using the scale in the PLT file. If this information is not present, then a scale of 1:1000 is assumed (1 paper mm = 1 ground m) as stated in the Geosoft specifications.
In write mode, vertices and representation attributes (if a RST is available) are exported, however, GeoGateway attribute fields cannot be exported. The PLT file is generated with the default scale of 1:1000 and the original GeoGateway projection (if present) will be lost. The plot extents are automatically set to be the complete layer extents.
Representation attributes from the RST are remapped to their closest Geosoft equivalent. The best results are obtained with RSTs that have been generated by this same translator while reading.
See Also: FIMPORT, FEXPORT, GXF, GGF