Query Tools
Spatial Query
Query Features By Distance
Query All Feature Data
Query Feature By Click
SQL Query
Query the feature with difference spatial Query Type.
Within
Contains
Disjoint
Intersects
Overlaps
Touches
Please click on the map to see the features within the distance of
500
1,000
2,000
5,000
KM
This sample retrieves all the columns information of the feature you clicked on.
This sample get all landlocked countries by following SQL query.
Select CNTRY_NAME,POP_CNTRY from Countries Where LANDLOCKED='Y'