Predefined Query Tables |
GeoBase contains a number of predefined data query tables, which enable certain features to be queried with standard datasets.
Use these table names when performing data queries to narrow the results returned from the data query. For example, to find only golf courses you should query the 'golf_courses' polygon table:
// finds the nearest polygon (of any type) to the location 'loc' Polygon p = DataQuery.FindNearestPolygon(loc, "all"); // finds the nearest golf course to the location 'loc' Polygon p = DataQuery.FindNearestPolygon(loc, "golf_courses");
all |
airports |
bays |
buildings |
cemeteries |
cities |
counties |
countries |
golf_courses |
hospitals |
industrial |
islands |
major_parks |
military |
native |
oceans |
parks |
runways |
shopping |
sports |
state_parks |
states |
universities |
water |
all |
major_cities |
cities |
small_cities |
large_towns |
towns |
large_villages |
villages |
small_villages |
all |
canals |
railways |
rivers |