|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPRouteMeasureEventProperties
Provides access to the route measure event properties.
Method Summary | |
---|---|
String |
getFromMeasureFieldName()
The from-measure field name of the event table. |
String |
getRouteIDFieldName()
The route id field name. |
String |
getToMeasureFieldName()
The from-measure field name of the event table. |
String |
getType()
The type of property (point or line). |
void |
setFromMeasureFieldName(String pFieldName)
The from-measure field name of the event table. |
void |
setRouteIDFieldName(String pFieldName)
The route id field name. |
void |
setToMeasureFieldName(String pFieldName)
The from-measure field name of the event table. |
void |
setType(String pType)
The type of property (point or line). |
Method Detail |
---|
String getRouteIDFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRouteIDFieldName(String pFieldName) throws IOException, AutomationException
pFieldName
- The pFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(String pType) throws IOException, AutomationException
pType
- The pType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFromMeasureFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFromMeasureFieldName(String pFieldName) throws IOException, AutomationException
pFieldName
- The pFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getToMeasureFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToMeasureFieldName(String pFieldName) throws IOException, AutomationException
pFieldName
- The pFieldName (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 |