TableQuerySublayerSource

Query table sublayer source is a layer/table that is defined by a SQL query.

Since

200.1.0

See also

Constructors

Link copied to clipboard
constructor(workspaceId: String, sqlQuery: String, objectIdFieldNames: Iterable<String>)

Creates a table query sublayer source.

Properties

Link copied to clipboard

The geometry type. GeometryType.Unknown if an error occurs or if the geometry type has not been set.

Link copied to clipboard

The object ID field names.

Link copied to clipboard

The spatial reference.

Link copied to clipboard

The SQL query.

Link copied to clipboard

The workspace ID.