com.esri.arcgisws
Class GeocodeServerBindingStub

java.lang.Object
  extended by com.esri.arcgisws.runtime.WebServiceProxyImpl
      extended by com.esri.arcgisws.GeocodeServerBindingStub
All Implemented Interfaces:
GeocodeServerPort, WebServiceProxy

public class GeocodeServerBindingStub
extends WebServiceProxyImpl
implements GeocodeServerPort


Constructor Summary
GeocodeServerBindingStub()
          GeocodeServerBindingStub default constructor.
GeocodeServerBindingStub(String endpointAddressURL)
          GeocodeServerBindingStub constructor.
GeocodeServerBindingStub(String endpointAddressURL, String username, String password)
          GeocodeServerBindingStub constructor.
 
Method Summary
 RecordSet findAddressCandidates(PropertySet address, PropertySet propMods)
           
 QueryResult findAddressCandidates2(PropertySet address, PropertySet propMods, String strOutFields, QueryResultOptions queryResultOptions)
           
 PropertySet geocodeAddress(PropertySet address, PropertySet propMods)
           
 RecordSet geocodeAddresses(RecordSet addressTable, PropertySet addressFieldMapping, PropertySet propMods)
           
 Fields getAddressFields()
           
 Fields getCandidateFields(PropertySet propMods)
           
 PropertySet getDefaultInputFieldMapping()
           
 Fields getIntersectionCandidateFields(PropertySet propMods)
           
 PropertySet getLocatorProperties()
           
 Fields getResultFields(PropertySet propMods)
           
 Field getSingleLineAddressField()
           
 Fields getStandardizedFields()
           
 Fields getStandardizedIntersectionFields()
           
 PropertySet reverseGeocode(Point location, boolean returnIntersection, PropertySet propMods)
           
 QueryResult reverseGeocode2(Point location, boolean returnIntersection, PropertySet propMods, QueryResultOptions queryResultOptions)
           
 PropertySet standardizeAddress(PropertySet address, PropertySet propMods)
           
 
Methods inherited from class com.esri.arcgisws.runtime.WebServiceProxyImpl
_getProperty, _setProperty, addHTTPRequestHeaders, enableRequestResponseLogging, getHTTPResponseHeaders, getPassword, getProperty, getUsername, setArcGISVersion, setConnectionTimeout, setEndPointAddress, setEndPointAddress, setHttpReferer, setPassword, setProperties, setProperty, setSoapOverDCOM, setSoapOverDCOM, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgisws.runtime.WebServiceProxy
_getProperty, _setProperty, addHTTPRequestHeaders, enableRequestResponseLogging, getHTTPResponseHeaders, getPassword, getProperty, getUsername, setArcGISVersion, setConnectionTimeout, setEndPointAddress, setEndPointAddress, setHttpReferer, setPassword, setProperties, setProperty, setSoapOverDCOM, setSoapOverDCOM, setUsername
 

Constructor Detail

GeocodeServerBindingStub

public GeocodeServerBindingStub()
GeocodeServerBindingStub default constructor.


GeocodeServerBindingStub

public GeocodeServerBindingStub(String endpointAddressURL)
GeocodeServerBindingStub constructor.


GeocodeServerBindingStub

public GeocodeServerBindingStub(String endpointAddressURL,
                                String username,
                                String password)
GeocodeServerBindingStub constructor.

Method Detail

geocodeAddresses

public RecordSet geocodeAddresses(RecordSet addressTable,
                                  PropertySet addressFieldMapping,
                                  PropertySet propMods)
Specified by:
geocodeAddresses in interface GeocodeServerPort

reverseGeocode2

public QueryResult reverseGeocode2(Point location,
                                   boolean returnIntersection,
                                   PropertySet propMods,
                                   QueryResultOptions queryResultOptions)
Specified by:
reverseGeocode2 in interface GeocodeServerPort

getResultFields

public Fields getResultFields(PropertySet propMods)
Specified by:
getResultFields in interface GeocodeServerPort

getAddressFields

public Fields getAddressFields()
Specified by:
getAddressFields in interface GeocodeServerPort

reverseGeocode

public PropertySet reverseGeocode(Point location,
                                  boolean returnIntersection,
                                  PropertySet propMods)
Specified by:
reverseGeocode in interface GeocodeServerPort

getDefaultInputFieldMapping

public PropertySet getDefaultInputFieldMapping()
Specified by:
getDefaultInputFieldMapping in interface GeocodeServerPort

getCandidateFields

public Fields getCandidateFields(PropertySet propMods)
Specified by:
getCandidateFields in interface GeocodeServerPort

getIntersectionCandidateFields

public Fields getIntersectionCandidateFields(PropertySet propMods)
Specified by:
getIntersectionCandidateFields in interface GeocodeServerPort

findAddressCandidates

public RecordSet findAddressCandidates(PropertySet address,
                                       PropertySet propMods)
Specified by:
findAddressCandidates in interface GeocodeServerPort

getSingleLineAddressField

public Field getSingleLineAddressField()
Specified by:
getSingleLineAddressField in interface GeocodeServerPort

findAddressCandidates2

public QueryResult findAddressCandidates2(PropertySet address,
                                          PropertySet propMods,
                                          String strOutFields,
                                          QueryResultOptions queryResultOptions)
Specified by:
findAddressCandidates2 in interface GeocodeServerPort

standardizeAddress

public PropertySet standardizeAddress(PropertySet address,
                                      PropertySet propMods)
Specified by:
standardizeAddress in interface GeocodeServerPort

getLocatorProperties

public PropertySet getLocatorProperties()
Specified by:
getLocatorProperties in interface GeocodeServerPort

geocodeAddress

public PropertySet geocodeAddress(PropertySet address,
                                  PropertySet propMods)
Specified by:
geocodeAddress in interface GeocodeServerPort

getStandardizedIntersectionFields

public Fields getStandardizedIntersectionFields()
Specified by:
getStandardizedIntersectionFields in interface GeocodeServerPort

getStandardizedFields

public Fields getStandardizedFields()
Specified by:
getStandardizedFields in interface GeocodeServerPort