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 multiple ways of how to query your map data layers. In this learning sample we are going to show you these query, including spatial query, SQL query and feature data query.
In this sample, there are several different spatial query types, including within, contains, disjoint, intersects, overlaps and touches. For example we do the within that will show all of the InternalFeatures that are within the target Feature.
In this sample, we are going to show you a popular way to query with the mapping and GIS application is by distance. We can get all features it was in giving distance of giving point. Usually, you can use other features such as polygons airlines to distance careers as well.
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.