|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.networkanalyst.GPNAUtilities
public class GPNAUtilities
Network analyst geoprocessing utilities.
| Constructor Summary | |
|---|---|
GPNAUtilities()
Constructs a GPNAUtilities using ArcGIS Engine. |
|
GPNAUtilities(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPNAUtilities theGPNAUtilities = (GPNAUtilities) obj; |
|
| Method Summary | |
|---|---|
IDENetworkDataset |
decodeDENetwork(IGPValue value)
Returns the network dataset data element specified by the given geoprocessing value object. |
IGPNALayer |
decodeGPNALayer(IGPValue value)
Returns the network analyst layer data element specified by the given geoprocessing value object. |
INALayer |
decodeNALayer(IGPValue value)
Returns the network analyst layer specified by the given geoprocessing value object. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IArray |
getLocatorFeatureAgents(IDENetworkDataset de,
boolean bIncludeSubtypes)
Get an array of locator feature agents for a network dataset. |
int |
hashCode()
the hashcode for this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public GPNAUtilities()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GPNAUtilities(Object obj)
throws IOException
GPNAUtilities theGPNAUtilities = (GPNAUtilities) obj;
obj to GPNAUtilities.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IDENetworkDataset decodeDENetwork(IGPValue value)
throws IOException,
AutomationException
DecodeDENetwork takes in a GPValue and queries a DENetworkDataset from it.
decodeDENetwork in interface IGPNAUtilitiesvalue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INALayer decodeNALayer(IGPValue value)
throws IOException,
AutomationException
DecodeGPNALayer takes in a GPValue and queries a GPNALayer from it.
decodeNALayer in interface IGPNAUtilitiesvalue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPNALayer decodeGPNALayer(IGPValue value)
throws IOException,
AutomationException
DecodeNALayer takes in a GPValue and queries for an NALayer from the internal list of layers.
decodeGPNALayer in interface IGPNAUtilitiesvalue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getLocatorFeatureAgents(IDENetworkDataset de,
boolean bIncludeSubtypes)
throws IOException,
AutomationException
GetLocatorFeatureAgents takes in a DENetworkDataset and a boolean to include sub types and returns an array of locator feature agents.
getLocatorFeatureAgents in interface IGPNAUtilitiesde - A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset (in)bIncludeSubtypes - The bIncludeSubtypes (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 | ||||||||