|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INetworkLayer
COM Interface 'INetworkLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control a network layer.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID82870538_e09e_42c0_9228_cbcb244b91ba
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
java.lang.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(java.lang.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(java.lang.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. |
| Field Detail |
|---|
static final int IID82870538_e09e_42c0_9228_cbcb244b91ba
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
INetworkDataset getNetworkDataset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNetworkDatasetByRef(INetworkDataset nds)
throws java.io.IOException,
AutomationException
nds - A reference to a com.esri.arcgis.geodatabase.INetworkDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDisplayAttribute()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplayAttribute(java.lang.String attName)
throws java.io.IOException,
AutomationException
attName - The attName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isScaleSymbols()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setScaleSymbols(boolean scale)
throws java.io.IOException,
AutomationException
scale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void expandRegionForSymbols(IDisplay display,
IGeometry region)
throws java.io.IOException,
AutomationException
display - A reference to a com.esri.arcgis.display.IDisplay (in)region - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumLocatedNetworkElement searchLocatedNetworkElements(java.lang.String sourceName,
IGeometry geometry)
throws java.io.IOException,
AutomationException
sourceName - The sourceName (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.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 | ||||||||