GeometryInfo
The following operations are supported. For a formal definition, please review the Service Description.
-
Geocode
Get the x, y coordinates based on input adddress. It returns the result as a object instance of Address. Sign up to get the key now at www.DynGeometry.com -
GeocodePro
Get the x, y coordinates, city, city fips, state, state fips, zipcode, county, county fips, county subdivision, school district, census tract, census block group, area code, traffic zone, voting district, core based statistical area, combined statistical area and metropolitan division based on input adddress. It returns the result as a object instance of AddressInfo. -
GetCensusTract
Census Tract query based on censusTract_ID. It returns the result as a object instance of CensusTractInfo which contains the geometry info to construct the polygon on Google Map. -
GetCity
City query based on city fips or City_name + state_name. If fips is provided, it will search city based on fips. Otherwise, City_name + state_name will be used. Please use state abbr as state_name, such as TX. It returns the result as a object instance of CityInfo which contains the geometry info to construct the polygon on Google Map. -
GetCityBuffer
City neighbors query based on city name, state and buffer miles. It returns the result as a object instance of CityBufferInfo which contains the list of neighbor cities within user defined buffer miles. -
GetCityNeighborZip
City neighbor Zips query based on city name, state abbr (e.g. TX) and buffer miles. It returns the result as a object instance of ZipBufferInfo which contains the list of neighbors within user defined buffer miles. -
GetCounty
County query based on county fips or county_name + state_name. If fips is provided, it will search county based on fips. Otherwise, county_name + state_name will be used. Please use state abbr as state_name, such as TX. It returns the result as a object instance of CountyInfo which contains the geometry info to construct the polygon on Google Map. -
GetSchoolDistrict
SchoolDistrict query based on schoolDistrict_ID or schoolDistrict_name + state_name. If schoolDistrict_ID is provided, it will search school district based on schoolDistrict_ID. Otherwise, schoolDistrict_name + state_name will be used. Please use state abbr as state_name, such as TX. It returns the result as a object instance of SchoolDistrictInfo which contains the geometry info to construct the polygon on Google Map. -
GetWaterOrLand
Determin if the location is over water or land. It returns the result as a object instance of WaterOrLandInfo. -
GetZip
Zip query based on 5 digit zip code. It returns the result as a object instance of ZipInfo which contains the geometry info to construct the polygon on Google Map. -
GetZipBuffer
Zip neighbors query based on 5 digit zip code and buffer miles. It returns the result as a object instance of ZipBufferInfo which contains the list of neighbors within user defined buffer miles. -
GetZipNeighborCity
Zip neighbor Cities query based on Zip5 and buffer miles. It returns the result as a object instance of ZipNeighborCityInfo which contains the list of neighbor cities within user defined buffer miles of zip5. -
IPQuery
IP query based on IP Address. It returns the result as a object instance of IPInfo. -
IPQueryPro
IP query based on IP Address. It returns the result as a object instance of IPInfoPro which includes city, city fips, state, state fips, zipcode, county, county fips, county subdivision, school district, census tract, census block group, area code, traffic zone, voting district, core based statistical area, combined statistical area and metropolitan division. This function is only available for USA IPs. -
XYQuery
Get city, city fips, state, state fips, zipcode, county, county fips, county subdivision, school district, census tract, census block group, area code, traffic zone, voting district, core based statistical area, combined statistical area and metropolitan division based on input x, y coordinates. It returns the result as a object instance of XYInfo. This function is only available for USA coordinates. Sign up to get the key now at www.DynGeometry.com