|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineNetworkAnalystHelper2
Provides access to actions that operate on the network analyst extension.
Method Summary | |
---|---|
void |
addNetworkLocationEx(IGeometry pGeometry,
String name)
Adds a network location to the NAWindow at the specified geometry. |
boolean |
isCanAddNetworkLocation()
Indicates if a network location can be added to the NAWindow at the specified geometry. |
boolean |
isCanMoveNetworkLocation()
Indicates if the network location of the selected item in the NAWindow can be moevd to the specified geometry. |
void |
moveNetworkLocation(IPoint pPoint,
String name)
Moves the network location of the selected item in the NAWindow to the specified point. |
void |
moveNetworkLocationEx(IGeometry pGeometry,
String name)
Moves the network location of the selected item in the NAWindow to the specified geometry. |
Methods inherited from interface com.esri.arcgis.controls.IEngineNetworkAnalystHelper |
---|
addNetworkLocation, deleteAllNetworkLocations, getDirections, solve |
Method Detail |
---|
void addNetworkLocationEx(IGeometry pGeometry, String name) throws IOException, AutomationException
pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanAddNetworkLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveNetworkLocation(IPoint pPoint, String name) throws IOException, AutomationException
pPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveNetworkLocationEx(IGeometry pGeometry, String name) throws IOException, AutomationException
pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanMoveNetworkLocation() throws IOException, AutomationException
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 |