TableDescription

constructor(name: String)

Creates a new table description object with the specified name.

Since

200.1.0

Parameters

name

The table's name.


constructor(name: String, spatialReference: SpatialReference, geometryType: GeometryType)

Creates a new table description object with the specified name, spatial reference, and geometry type.

Since

200.1.0

Parameters

name

The field's name.

spatialReference

The table's spatial reference.

geometryType

The table's geometry type.