|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeocodedFeatureClass
Provides access to members for automatically maintaining a geocoded feature class.
Use the IGeocodedFeatureClass interface to automatically maintain a geocoded FeatureClass. In general, you don't need to use this interface, unless you have created your own feature class extension for geocoded FeatureClasses.
GeocodedFeature
Method Summary | |
---|---|
void |
geocodeAddress(IObject address,
IFeature result)
Updates the geocoded feature. |
boolean |
needsUpdate(IObject address,
IFeature shape)
Indicates if a geocoded feature needs to be updated. |
Method Detail |
---|
boolean needsUpdate(IObject address, IFeature shape) throws IOException, AutomationException
The address parameter is an Object from the address Table.
The result parameter is a Feature representing the geocoded location of the Object.
address
- A reference to a com.esri.arcgis.geodatabase.IObject (in)shape
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.GeocodedFeature
void geocodeAddress(IObject address, IFeature result) throws IOException, AutomationException
This method returns a boolean value that indicates if the geometry of a GeocodedFeature needs to be updated.
The address parameter is an Object from the address Table.
The Shape parameter is a Feature representing the geocoded location of the Object.
address
- A reference to a com.esri.arcgis.geodatabase.IObject (in)result
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.GeocodedFeature
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |