|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INALocatorLocationFieldsAgent2
Provides access to the field names used by the locator.
The INALocatorLocationFieldsAgent2 interface allows you to specify a locator for finding network locations based upon known Source ID, OID, Side and Position values.
INALocatorLocationFieldsAgent2 interface also allows you to specify the name of the BLOB field that contains location ranges.
You need to call the Bind method after setting these properties before using the locator agent.
Method Summary | |
---|---|
String |
getLocationRangesFieldName()
The NALocationRanges field name. |
void |
setLocationRangesFieldName(String fieldName)
The NALocationRanges field name. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INALocatorLocationFieldsAgent |
---|
getOIDFieldName, getPositionFieldName, getSideFieldName, getSourceIDFieldName, setOIDFieldName, setPositionFieldName, setSideFieldName, setSourceIDFieldName |
Method Detail |
---|
void setLocationRangesFieldName(String fieldName) throws IOException, AutomationException
LocationRangesFieldName specifies the name of the field which contains the location ranges BLOB field. You need to call the Bind method after setting this property before using the locator agent.
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLocationRangesFieldName() throws IOException, AutomationException
LocationRangesFieldName specifies the name of the field which contains the location ranges BLOB field. You need to call the Bind method after setting this property before using the locator agent.
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 |