Description: 'Provides access to members that control TIN edges.' 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 =
public class ITinEdgeProxy extends ITinElementProxy implements ITinEdge, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID3e541322_1132_11d2_92f7_444553540000IID3e541320_1132_11d2_92f7_444553540000| Modifier | Constructor and Description |
|---|---|
|
ITinEdgeProxy()
Deprecated.
For internal use only
|
|
ITinEdgeProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITinEdgeProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITinEdgeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITinEdgeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
double |
getAzimuthDegrees()
Deprecated.
The azimuthal direction of the specified edge beginning at the FromNode in degrees.
|
double |
getAzimuthRadians()
Deprecated.
The azimuthal direction of the specified edge beginning at the FromNode in radians.
|
ITinNode |
getFromNode()
Deprecated.
The originating node of the specified edge.
|
ITinTriangle |
getLeftTriangle()
Deprecated.
The triangle on the left (opposite) side of the specified edge.
|
double |
getLength()
Deprecated.
The projected length of the specified edge.
|
double |
getLength3D()
Deprecated.
The length of the specified edge measured on the TIN surface.
|
ITinEdge |
getNeighbor()
Deprecated.
Returns the corresponding edge of the triangle opposite to the specified edge.
|
ITinEdge |
getNextCCW()
Deprecated.
Returns the edge terminating at the FromNode of the specified edge.
|
ITinEdge |
getNextCW()
Deprecated.
Returns the edge beginning at the ToNode of the specified edge.
|
ITinEdge |
getNextInTriangle()
Deprecated.
Returns the next triangle sharing the FromNode of the specified edge in a clockwise direction.
|
ITinEdge |
getPreviousInTriangle()
Deprecated.
Returns the next triangle sharing the FromNode of the specified edge in a counter-clockwise direction.
|
ITinTriangle |
getRightTriangle()
Deprecated.
The triangle on the right side of the specified edge.
|
ITinNode |
getToNode()
Deprecated.
The terminating node of the specified edge.
|
int |
getType()
Deprecated.
The type of the specified edge.
|
void |
queryAsLine(ILine pLine)
Deprecated.
Sets the specified edge equal to a line.
|
void |
queryAsWKSPointZs(_WKSPointZ[] pFrom,
_WKSPointZ[] pTo)
Deprecated.
Sets the specified edge equal to its nodes as points with z values.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
getIndex, getTagValue, getTheTin, init, isEmpty, isInsideDataArea, setEmptybindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIndex, getTagValue, getTheTin, init, isEmpty, isInsideDataArea, setEmptypublic static final java.lang.Class targetClass
public boolean noncastable
public ITinEdgeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITinEdgeProxy()
public ITinEdgeProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITinEdgeProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITinEdgeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class ITinElementProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class ITinElementProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getType()
throws java.io.IOException,
AutomationException
getType in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinNode getFromNode() throws java.io.IOException, AutomationException
getFromNode in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinNode getToNode() throws java.io.IOException, AutomationException
getToNode in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinTriangle getLeftTriangle() throws java.io.IOException, AutomationException
getLeftTriangle in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinTriangle getRightTriangle() throws java.io.IOException, AutomationException
getRightTriangle in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getLength()
throws java.io.IOException,
AutomationException
getLength in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getLength3D()
throws java.io.IOException,
AutomationException
getLength3D in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getAzimuthRadians()
throws java.io.IOException,
AutomationException
getAzimuthRadians in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getAzimuthDegrees()
throws java.io.IOException,
AutomationException
getAzimuthDegrees in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryAsLine(ILine pLine) throws java.io.IOException, AutomationException
queryAsLine in interface ITinEdgepLine - A reference to a com.esri.arcgis.geometry.ILine (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryAsWKSPointZs(_WKSPointZ[] pFrom, _WKSPointZ[] pTo) throws java.io.IOException, AutomationException
queryAsWKSPointZs in interface ITinEdgepFrom - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pTo - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinEdge getNextInTriangle() throws java.io.IOException, AutomationException
getNextInTriangle in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinEdge getPreviousInTriangle() throws java.io.IOException, AutomationException
getPreviousInTriangle in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinEdge getNeighbor() throws java.io.IOException, AutomationException
getNeighbor in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinEdge getNextCW() throws java.io.IOException, AutomationException
getNextCW in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinEdge getNextCCW() throws java.io.IOException, AutomationException
getNextCCW in interface ITinEdgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.