TableDescription.spatial constructor
- required String name,
- required SpatialReference spatialReference,
- required GeometryType geometryType,
Creates a new table description object with the specified name, spatial reference, and geometry type.
Parameters:
name— The field's name.spatialReference— The table's spatial reference.geometryType— The table's geometry type.