Find County name for a Lat/Long

后端 未结 5 1845
暖寄归人
暖寄归人 2021-02-05 08:00

I\'m trying to find a webservice that will allow me to get a County name (not Country) for a specific Lat/Long. I would be performing the lookup within a server application (li

5条回答
  •  耶瑟儿~
    2021-02-05 08:33

    You may want to have look at Tiger data and see if it has polygons containing the county name in an attribute. If it does the Java Geotools API lets you work with this data. You will be performing point in polygon queries for the county polygons followed by a feature attribute look-up.

提交回复
热议问题