|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPNALayer
Provides access to properties/methods of the geoprocessing network analyst layer.
Method Summary | |
---|---|
void |
addClassDefinition(INAClassDefinition classDef)
Adds class definition for sublayer. |
INAClassDefinition |
getClassDefinition(int index)
The class definition for a sublayer. |
IArray |
getClassDefinitions()
The array of class definitions. |
IDENetworkDataset |
getDENetworkDataset()
The network dataset data element. |
IArray |
getLocatorFeatureAgents()
The array of locator feature agents. |
IGPLinearUnit |
getSearchRadius()
The search radius used for loading points. |
boolean |
isFindClosestAmongAllAgents()
Indicates whether to search all agents when loading points. |
void |
setDENetworkDatasetByRef(IDENetworkDataset dataelement)
The network dataset data element. |
void |
setFindClosestAmongAllAgents(boolean bFindClosest)
Indicates whether to search all agents when loading points. |
void |
setLocatorFeatureAgentsByRef(IArray ppAgents)
The array of locator feature agents. |
void |
setSearchRadiusByRef(IGPLinearUnit ppLinearUnit)
The search radius used for loading points. |
Method Detail |
---|
IDENetworkDataset getDENetworkDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDENetworkDatasetByRef(IDENetworkDataset dataelement) throws IOException, AutomationException
dataelement
- A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INAClassDefinition getClassDefinition(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addClassDefinition(INAClassDefinition classDef) throws IOException, AutomationException
classDef
- A reference to a com.esri.arcgis.networkanalyst.INAClassDefinition (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getClassDefinitions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSearchRadiusByRef(IGPLinearUnit ppLinearUnit) throws IOException, AutomationException
ppLinearUnit
- A reference to a com.esri.arcgis.geoprocessing.IGPLinearUnit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPLinearUnit getSearchRadius() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocatorFeatureAgentsByRef(IArray ppAgents) throws IOException, AutomationException
ppAgents
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getLocatorFeatureAgents() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFindClosestAmongAllAgents(boolean bFindClosest) throws IOException, AutomationException
bFindClosest
- The bFindClosest (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFindClosestAmongAllAgents() 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 |