|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPNAUtilities
Provides access to network analyst geoprocessing utilities.
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. |
IArray |
getLocatorFeatureAgents(IDENetworkDataset de,
boolean bIncludeSubtypes)
Get an array of locator feature agents for a network dataset. |
Method Detail |
---|
IDENetworkDataset decodeDENetwork(IGPValue value) throws IOException, AutomationException
DecodeDENetwork takes in a GPValue and queries a DENetworkDataset from it.
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INALayer decodeNALayer(IGPValue value) throws IOException, AutomationException
DecodeGPNALayer takes in a GPValue and queries a GPNALayer from it.
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPNALayer decodeGPNALayer(IGPValue value) throws IOException, AutomationException
DecodeNALayer takes in a GPValue and queries for an NALayer from the internal list of layers.
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.
de
- 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 |