|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPointToEID
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 |
---|
static final int IID246c27a0_276c_4fbb_8d61_1163159e7f4b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setSnapTolerance(double rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometricNetworkByRef(IGeometricNetwork rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IGeometricNetwork (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceMapByRef(IMap rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getNearestEdge(IPoint inputPoint, int[] nearestEdgeEID, IPoint[] location, double[] percent) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getNearestJunction(IPoint inputPoint, int[] nearestJunctionEID, IPoint[] location) throws java.io.IOException, AutomationException
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)
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 |