|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJunctionFeature
COM Interface 'IJunctionFeature'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that modify and return information about a junction feature.' 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 |
IID2c411bae_ea1a_11d1_aa91_00c04fa37b81
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IGeometry |
getGeometryForJunctionElement(int subID)
The geometry (point) corresponding to the junction with the given subID. |
int |
getNetworkAncillaryRole()
Programmatic update of the NetworkFeature. |
IGeometry |
getOriginalGeometryForJunctionElement(int subID)
The geometry (point) corresponding to the junction with the given subID. |
void |
setNetworkAncillaryRole(int role)
Programmatic update of the NetworkFeature. |
void |
update(INetworkFeature callingFeature,
IAffineTransformation2D transformation,
ISet rigidEdges,
ITransformGroup group)
Programmatic update of the NetworkFeature. |
Field Detail |
---|
static final int IID2c411bae_ea1a_11d1_aa91_00c04fa37b81
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IGeometry getGeometryForJunctionElement(int subID) throws java.io.IOException, AutomationException
subID
- The subID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getOriginalGeometryForJunctionElement(int subID) throws java.io.IOException, AutomationException
subID
- The subID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void update(INetworkFeature callingFeature, IAffineTransformation2D transformation, ISet rigidEdges, ITransformGroup group) throws java.io.IOException, AutomationException
callingFeature
- A reference to a com.esri.arcgis.geodatabase.INetworkFeature (in)transformation
- A reference to a com.esri.arcgis.geometry.IAffineTransformation2D (in)rigidEdges
- A reference to a com.esri.arcgis.system.ISet (in)group
- A reference to a com.esri.arcgis.geodatabase.ITransformGroup (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNetworkAncillaryRole() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNetworkAncillaryRole(int role) throws java.io.IOException, AutomationException
role
- A com.esri.arcgis.geodatabase.esriNetworkFeatureAncillaryRole constant (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 |