com.esri.arcgis.geodatabase
Interface IJunctionFeature

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComplexJunctionFeature, IJunctionFeatureProxy, SimpleJunctionFeature

public interface IJunctionFeature
extends java.io.Serializable

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

IID2c411bae_ea1a_11d1_aa91_00c04fa37b81

static final int IID2c411bae_ea1a_11d1_aa91_00c04fa37b81
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getGeometryForJunctionElement

IGeometry getGeometryForJunctionElement(int subID)
                                        throws java.io.IOException,
                                               AutomationException
The geometry (point) corresponding to the junction with the given subID.

Parameters:
subID - The subID (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOriginalGeometryForJunctionElement

IGeometry getOriginalGeometryForJunctionElement(int subID)
                                                throws java.io.IOException,
                                                       AutomationException
The geometry (point) corresponding to the junction with the given subID.

Parameters:
subID - The subID (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update

void update(INetworkFeature callingFeature,
            IAffineTransformation2D transformation,
            ISet rigidEdges,
            ITransformGroup group)
            throws java.io.IOException,
                   AutomationException
Programmatic update of the NetworkFeature.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkAncillaryRole

int getNetworkAncillaryRole()
                            throws java.io.IOException,
                                   AutomationException
Programmatic update of the NetworkFeature.

Returns:
A com.esri.arcgis.geodatabase.esriNetworkFeatureAncillaryRole constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNetworkAncillaryRole

void setNetworkAncillaryRole(int role)
                             throws java.io.IOException,
                                    AutomationException
Programmatic update of the NetworkFeature.

Parameters:
role - A com.esri.arcgis.geodatabase.esriNetworkFeatureAncillaryRole constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.