|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkLayer
Provides access to members that control a network layer.
Method Summary | |
---|---|
void |
expandRegionForSymbols(IDisplay display,
IGeometry region)
Expands the given geometry by an amount that will include the layer's symbology for the given display. |
String |
getDisplayAttribute()
The primary display network attribute. |
INetworkDataset |
getNetworkDataset()
The Network Dataset used to define the layer. |
boolean |
isScaleSymbols()
Indicates if symbols are scaled for the layer. |
IEnumLocatedNetworkElement |
searchLocatedNetworkElements(String sourceName,
IGeometry geometry)
Searches through the specified network dataset's source and returns an enumeration of network locations that intersect the input geometry. |
void |
setDisplayAttribute(String attName)
The primary display network attribute. |
void |
setNetworkDatasetByRef(INetworkDataset nds)
The Network Dataset used to define the layer. |
void |
setScaleSymbols(boolean scale)
Indicates if symbols are scaled for the layer. |
Method Detail |
---|
INetworkDataset getNetworkDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNetworkDatasetByRef(INetworkDataset nds) throws IOException, AutomationException
nds
- A reference to a com.esri.arcgis.geodatabase.INetworkDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDisplayAttribute() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayAttribute(String attName) throws IOException, AutomationException
attName
- The attName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isScaleSymbols() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleSymbols(boolean scale) throws IOException, AutomationException
scale
- The scale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void expandRegionForSymbols(IDisplay display, IGeometry region) throws IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)region
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumLocatedNetworkElement searchLocatedNetworkElements(String sourceName, IGeometry geometry) throws IOException, AutomationException
sourceName
- The sourceName (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (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 |