Telogis.GeoBase.GeoStream.Server.QueryResult |
The result returned from an index query on a layer.
Name | Description |
---|---|
getColumns () | Get the result columns. ReturnsArray - The result columns. |
getCondition () | Get the query condition. ReturnsString - The query condition. |
getCount () | Get the count. ReturnsNumber - The result count. |
getDisplayColumn () | Gets the display column name. ReturnsString - The name of the display column. |
getFirstResult () | Gets which index the result should be read from. ReturnsNumber - The first result index. |
getResult () | Gets an array of results found by the query. ReturnsArray - Query results. |
getTotalResults () | Gets the total number of results. ReturnsNumber - Total number of results. |
getValue () | Gets the object used to make the query. ReturnsObject - The query value. |