ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
Map Suite WebAPI Edition supports many types of spatial queries. In this learning sample we discuss the types of queries that are available to Map Suite users.
This learning sample provides samples for the following types of spatial queries:
The query function query by spatial. It can query features by different query types (Query types include within, contains, disjoint, intersects, overlaps and touches).
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.
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.
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.