Click or drag to resize

Telogis.GeoBase.GeoStream.Server.QueryResult

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
QueryResult Class

The result returned from an index query on a layer.

Functions
NameDescription
getColumns ()

Get the result columns.

Returns

Array - The result columns.

getCondition ()

Get the query condition.

Returns

String - The query condition.

getCount ()

Get the count.

Returns

Number - The result count.

getDisplayColumn ()

Gets the display column name.

Returns

String - The name of the display column.

getFirstResult ()

Gets which index the result should be read from.

Returns

Number - The first result index.

getResult ()

Gets an array of results found by the query.

Returns

Array - Query results.

getTotalResults ()

Gets the total number of results.

Returns

Number - Total number of results.

getValue ()

Gets the object used to make the query.

Returns

Object - The query value.