Constructor
feature table
columns
column types
values
Constructor to create an empty row
Copy Constructor
feature row to copy
Protected
Readonly
columnColumn types of this row, based upon the data values
Protected
Readonly
columnsUser columns
Protected
Readonly
tableUser table
Protected
Readonly
valuesArray of row values
Get the column count
column count
Get the column names
column names
Gets the id column
Get the primary key column
pk column
Get the primary key column Index
pk index
Protected
columnHandles geometry columns
Copy the row
row copy
Protected
copyHandles geometry columns
Get the column of the column name
column
column name
Get the column at the index
column
index
Gets the columns
Get the geometry
geometry data
Get the geometry feature column
geometry feature column
Get the row column type at the index
row column type
index
Return the table
Set the geometry data
geometry data
Convert the row to content values
content values
include null values (default is true)
Protected
validateValidate the value and its actual value types against the column data type class
column
value
value type
Generated using TypeDoc
Feature Row containing the values from a single result set row