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(String).
Constructors
Link copied to clipboard
Creates a new table description object with the specified name.
Link copied to clipboard
fun TableDescription( name: String, spatialReference: SpatialReference, geometryType: GeometryType)
Content copied to clipboard
Creates a new table description object with the specified name, spatial reference, and geometry type.
Properties
Link copied to clipboard
The type of geometry to be used by features in the table. The default geometry type is 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.getSpatialReference() property.