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.
In this sample, we are showing how query all features data, here we are showing a grid representation of all the countries of the world, and if we click on one of these magnifier we can actually zoom into that country.
In this sample we are going to show you how query feature by click on the map. at the same time we get the data of feature by your clicked.
In this sample, we unlocked allow the power of SQL to allow you to write custom queries against your data sources. So here we wrote a SQL query to return any countries that are landlocked and when that we have API is with the Map Suite at I’d executed SQL return any results. And here we are highlighting those countries on the map.