TableQuerySublayerSource class final

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

Inheritance

Constructors

TableQuerySublayerSource({required String workspaceId, required String sqlQuery, required List<String> objectIdFieldNames})
Creates a table query sublayer source.
factory

Properties

geometryType ↔ GeometryType
The geometry type.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
objectIdFieldNames → List<String>
The object ID field names.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spatialReference ↔ SpatialReference?
The spatial reference.
getter/setter pair
sqlQuery → String
The SQL query.
no setter
workspaceId → String
The workspace ID.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited