Table Description
An object that describes a GeodatabaseFeatureTable to be created. Creation of fields and tables is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create.
Since
200.1.0
Constructors
Properties
A MutableList of FieldDescription objects that represent the descriptions of the fields to be created. If no ObjectID field is provided, one will be automatically added.
The type of geometry to be used by features in the table. The default geometry type is com.arcgismaps.geometry.GeometryType.Unknown and represents a non-spatial table. When setting a known geometry type, the spatial reference also needs to be specified via the TableDescription.spatialReference property.
True if the features in the table support attachments, false otherwise.
The spatial reference to be used by feature geometries in the table. The default spatial reference is null and represents a non-spatial table. When setting to a non-null spatial reference, the geometry type also needs to be specified via the TableDescription.geometryType property.