|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEventSourceErrors
Provides access to members that deal with event source errors.
In a RouteEventSource, there is one feature for every row of the original event table. In some cases, however, the features have empty shapes. This is because there was some reason the event could not be properly located. Other times, an event can only be partially located (this happens for line events only). The IEventSourceErrors interface exposes some methods that allow you to determine the locating errors of events.
Method Summary | |
---|---|
ICursor |
getErrorCursor(IQueryFilter filter)
The cursor of the events with locating errors. |
IEnumEventError |
getErrors()
The enumerator of the event source errors. |
int |
getLocatingErrorOID(int oID)
The locating error associated with an event's OID. |
int |
getLocatingErrorRow(IRow row)
The locating error associated with a row. |
Method Detail |
---|
IEnumEventError getErrors() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICursor getErrorCursor(IQueryFilter filter) throws IOException, AutomationException
filter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLocatingErrorOID(int oID) throws IOException, AutomationException
oID
- The oID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLocatingErrorRow(IRow row) throws IOException, AutomationException
row
- A reference to a com.esri.arcgis.geodatabase.IRow (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 |