Create the New Polygon Layer Table in GeoDatabase

For more, see  Geodatabase, Add New Geodatabase Layer, Create Layer Query, New Point Layer Table, New Line 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:

  1. Create a new layer table using the same name as in the TABLE_NAME field in the Layer_Names table in the Geodatabase.

  2. 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.

Polygon Layer:

The following fields are always created in a new polygon layer:

Field Name – Description – Type – Field Size

MUID – MapSync Unique ID – Number – Long Integer

GIS_ID – Feature Unique ID – Text – 15

M_POLY – 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

  1. Add any other desired fields to the table.

  2. Do not create fields with field names longer than 10 characters.