User Tools

Site Tools


map_suite_querying

This is an old revision of the document!


Map Suite Querying

Video Overview

Coming soon.

Overview

The Map Suite WebAPI Edition supports many types of queries. In this learning sample, we will show the results of queries and explain how to use the queries. The different types of queries will be discussed.

Type of query

In this learning sample, there is an example of each of these types of query:

Spatial Query

The query function query by spatial. It can query features by different query types (Query types include within, contains, disjoint, intersects, overlaps and touches).

Query Features By Distance

The query function will show how to query features by distance and point. The query function needs user' distance and a point. It can query all features within a circle. The center of circle is the point and the radius of circle is the distance.

Query All Feature Data

The query function will show how to query all data. You can get all features by feature source. All column values of the features will be shown in table, and you can query feature by record id.

Query Feature By Click

The query function will show how to query feature by click map.You can query feature by click map. All column values of feature are shown in table.

SQL Query

The query function will show how to query features by SQL. You can query features by SQL. All features information are shown in table.

map_suite_querying.1447832603.txt.gz · Last modified: 2015/11/18 07:43 by tgwikiupdate