|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleStandardization
Provides access to members for address standardization.
Method Summary | |
---|---|
IFields |
getSimpleStandardizeFields()
Fields contained in a standardized address. |
IPropertySet |
simpleStandardizeAddress(String address)
Standardize a single address. |
void |
simpleStandardizeTable(ITable inputTable,
String inputFieldsToConcatinate,
String whereClause,
ITable outputTable,
String outputFieldNames,
IPropertySet fieldsToCopy,
ITrackCancel cancelTracker)
Standardize a table of addresses. |
Method Detail |
---|
void simpleStandardizeTable(ITable inputTable, String inputFieldsToConcatinate, String whereClause, ITable outputTable, String outputFieldNames, IPropertySet fieldsToCopy, ITrackCancel cancelTracker) throws IOException, AutomationException
inputTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)inputFieldsToConcatinate
- The inputFieldsToConcatinate (in)whereClause
- The whereClause (in)outputTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)outputFieldNames
- The outputFieldNames (in)fieldsToCopy
- A reference to a com.esri.arcgis.system.IPropertySet (in)cancelTracker
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getSimpleStandardizeFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet simpleStandardizeAddress(String address) throws IOException, AutomationException
address
- The address (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |