com.esri.arcgis.networkanalysis
Interface IPointToEID

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPointToEIDProxy, PointToEID

public interface IPointToEID
extends java.io.Serializable

COM Interface 'IPointToEID'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to members that find the nearest network element to a given point.' 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 IID246c27a0_276c_4fbb_8d61_1163159e7f4b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getNearestEdge(IPoint inputPoint, int[] nearestEdgeEID, IPoint[] location, double[] percent)
          Returns the edge EID nearest to the input point, the physical point location that corresponds to the EID, and the percentage along that EID.
 void getNearestJunction(IPoint inputPoint, int[] nearestJunctionEID, IPoint[] location)
          Returns the junction EID nearest to the input point, and the physical point location that corresponds to the EID.
 void setGeometricNetworkByRef(IGeometricNetwork rhs1)
          Source geometric network from which the result EID will come.
 void setSnapTolerance(double rhs1)
          Maximum distance from the input point to an acceptable EID.
 void setSourceMapByRef(IMap rhs1)
          Source map in which to search for the nearest EID.
 

Field Detail

IID246c27a0_276c_4fbb_8d61_1163159e7f4b

static final int IID246c27a0_276c_4fbb_8d61_1163159e7f4b
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

setSnapTolerance

void setSnapTolerance(double rhs1)
                      throws java.io.IOException,
                             AutomationException
Maximum distance from the input point to an acceptable EID.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometricNetworkByRef

void setGeometricNetworkByRef(IGeometricNetwork rhs1)
                              throws java.io.IOException,
                                     AutomationException
Source geometric network from which the result EID will come.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IGeometricNetwork (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceMapByRef

void setSourceMapByRef(IMap rhs1)
                       throws java.io.IOException,
                              AutomationException
Source map in which to search for the nearest EID.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNearestEdge

void getNearestEdge(IPoint inputPoint,
                    int[] nearestEdgeEID,
                    IPoint[] location,
                    double[] percent)
                    throws java.io.IOException,
                           AutomationException
Returns the edge EID nearest to the input point, the physical point location that corresponds to the EID, and the percentage along that EID.

Parameters:
inputPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
nearestEdgeEID - The nearestEdgeEID (out: use single element array)
location - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
percent - The percent (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNearestJunction

void getNearestJunction(IPoint inputPoint,
                        int[] nearestJunctionEID,
                        IPoint[] location)
                        throws java.io.IOException,
                               AutomationException
Returns the junction EID nearest to the input point, and the physical point location that corresponds to the EID.

Parameters:
inputPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
nearestJunctionEID - The nearestJunctionEID (out: use single element array)
location - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.