|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INALocatorLocationFieldsAgent
Provides access to the field names used by the locator.
INALocatorLocationFieldsAgent has been superseded by INALocatorLocationFieldsAgent2.
Method Summary | |
---|---|
String |
getOIDFieldName()
The OID field name. |
String |
getPositionFieldName()
The position field name. |
String |
getSideFieldName()
The side field name. |
String |
getSourceIDFieldName()
The source ID field name. |
void |
setOIDFieldName(String fieldName)
The OID field name. |
void |
setPositionFieldName(String fieldName)
The position field name. |
void |
setSideFieldName(String fieldName)
The side field name. |
void |
setSourceIDFieldName(String fieldName)
The source ID field name. |
Method Detail |
---|
void setSourceIDFieldName(String fieldName) throws IOException, AutomationException
SourceIDFieldName specifies the field which contains the Source ID values. Each feature class added to a network dataset gets assinged a unique Source ID.
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSourceIDFieldName() throws IOException, AutomationException
SourceIDFieldName specifies the field which contains the Source ID values. Each feature class added to a network dataset gets assinged a unique Source ID.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOIDFieldName(String fieldName) throws IOException, AutomationException
OIDFieldName specifies the field which contains the OID values.
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOIDFieldName() throws IOException, AutomationException
OIDFieldName specifies the field which contains the OID values.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPositionFieldName(String fieldName) throws IOException, AutomationException
PositionFieldName specifies the field which contains the position values. Position values range from 0.0 to 1.0 along the feature.
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPositionFieldName() throws IOException, AutomationException
PositionFieldName specifies the field which contains the position values. Position values range from 0.0 to 1.0 along the feature.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSideFieldName(String fieldName) throws IOException, AutomationException
SideFieldName specifies the field which contains the side of street values.
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSideFieldName() throws IOException, AutomationException
SideFieldName specifies the field which contains the side of street values.
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 |