com.esri.arcgisws
Interface GeocodeServerPort

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
GeocodeServerBindingStub

public interface GeocodeServerPort
extends java.rmi.Remote


Method Summary
 RecordSet findAddressCandidates(PropertySet address, PropertySet propMods)
           
 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)
           
 Fields getStandardizedFields()
           
 Fields getStandardizedIntersectionFields()
           
 PropertySet reverseGeocode(Point location, boolean returnIntersection, PropertySet propMods)
           
 PropertySet standardizeAddress(PropertySet address, PropertySet propMods)
           
 

Method Detail

getLocatorProperties

public PropertySet getLocatorProperties()
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultInputFieldMapping

public PropertySet getDefaultInputFieldMapping()
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getResultFields

public Fields getResultFields(PropertySet propMods)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStandardizedIntersectionFields

public Fields getStandardizedIntersectionFields()
                                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStandardizedFields

public Fields getStandardizedFields()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getIntersectionCandidateFields

public Fields getIntersectionCandidateFields(PropertySet propMods)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCandidateFields

public Fields getCandidateFields(PropertySet propMods)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAddressFields

public Fields getAddressFields()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

findAddressCandidates

public RecordSet findAddressCandidates(PropertySet address,
                                       PropertySet propMods)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

standardizeAddress

public PropertySet standardizeAddress(PropertySet address,
                                      PropertySet propMods)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

geocodeAddresses

public RecordSet geocodeAddresses(RecordSet addressTable,
                                  PropertySet addressFieldMapping,
                                  PropertySet propMods)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

geocodeAddress

public PropertySet geocodeAddress(PropertySet address,
                                  PropertySet propMods)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

reverseGeocode

public PropertySet reverseGeocode(Point location,
                                  boolean returnIntersection,
                                  PropertySet propMods)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException