Syntax FACTORY_DEF ProxixGeocoderFactory [FACTORY_NAME ] [INPUT FEATURE_TYPE [ ]* []*]* ADDRESS_LINE [CITY_LINE ] PROXIX_URL PROXIX_USERNAME PROXIX_PASSWORD [REPLACE_WITH_POINT [(YES|NO)]] [REPROJECT_TO_SOURCE [(YES|NO)]] [OUTPUT (SUCCEEDED|FAILED) FEATURE_TYPE [ ]* []*]* Overview This factory geocodes addresses using a Proxix Geospatial Enterprise Real- Time (GSERT) server. Access to a GSERT server (hosted or locally installed) may be purchased at http://www.proxix.com/. Features successfully geocoded will have the following operations performed on them: Attributes common to all datasets will be added. For the complete list of attribute, please see your Proxix representative. If REPLACE_WITH_POINT is set to Yes, features will be converted to points in the LL84 coordinate system, replacing existing geometry. The coordinates of the converted points are retrieved from the values of _px_longitude and_px_latitude. Z values will be dropped. If REPROJECT_TO_SOURCE is set to Yes, the new points will be reprojected into the source coordinate system. If the source feature has no coordinate system, the new point will be left in LL84. The _px_latitude and _px_longitude attributes will always be LL84. Intersections may be geocoded with the following notation in the Address Line: "Fake St. & Imaginary St." Single line addresses may be passed through entirely on the Address Line; there is no need to manually split up street and city components. Match Codes All features will have a _px_matchcode attribute added. See the PxPoint Users Guide (C API) for full details on how to interpret match codes. This document is available through your Proxix representative. In general, the first character of each match code indicates a category of statuses. U Failed to find a match M Two or more matches with the same score A Matched a discrete address B A composite of multiple matching records has been created C No house number match, using closest range F No house number match, using closest range, and ignored a poorer matching street with a house number match I Intersection address R Interpolated in house number range Output Tags The ProxixGeocoderFactory supports the following output tags. SUCCEEDED If a feature has been successfully geocoded, it will be output through this tag. FAILED If the Proxix GSERT server indicates a feature could not be geocoded, it will be output through this tag.