Create the New Point Layer Table in GeoDatabase

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

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

Point Layer:

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

Field Name – Description – Type – Field Size

MUID – MapSync Unique ID – Number – Long Integer

GIS_ID – Feature Unique ID – Text – 15

X_COORD – X Coordinate Number – Number – Double

Y_COORD – Y Coordinate Number – Number – Double

  1. Add any other desired fields to the table.

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