For more, see Geodatabase, Add New Geodatabase Layer, Create Layer Query, New Point Layer Table, New Polygon Layer Table
To activate:
After adding a new layer name to the Layer_Names table in the Geodatabase, the next step in the process is to create the layer table.
To use:
Create a new layer table using the same name as in the TABLE_NAME field in the Layer_Names table in the Geodatabase.
Create the fields in the new table according to the specifics below. The fields are mandatory for a GeoDatabase table and must be present for the import/export, or the link to GeoSync to work.
Line Layer:
The following fields are always created in a new line layer:
Field Name – Description – Type – Field Size
MUID – MapSync Unique ID – Number – Long Integer
GIS_ID – Feature Unique ID – Text – 15
M_ARC – Binary Large Object – OLE Object
LEFT_X – Left-most X Coordinate – Number – Double
BOTTOM_Y – Bottom-most Y Coordinate – Number – Double
RIGHT_X – Right-most X Coordinate – Number – Double
TOP_Y – Top-most Y Coordinate – Number – Double
Add any other desired fields to the table.
Do not create fields with field names longer than 10 characters.