|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.ITinElementProxy
com.esri.arcgis.geodatabase.ITinEdgeProxy
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
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabase.ITinEdge |
---|
IID, IID3e541322_1132_11d2_92f7_444553540000 |
Fields inherited from interface com.esri.arcgis.geodatabase.ITinElement |
---|
IID3e541320_1132_11d2_92f7_444553540000 |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
Methods inherited from class com.esri.arcgis.geodatabase.ITinElementProxy |
---|
getIndex, getTagValue, getTheTin, init, isEmpty, isInsideDataArea, setEmpty |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, 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, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.geodatabase.ITinElement |
---|
getIndex, getTagValue, getTheTin, init, isEmpty, isInsideDataArea, setEmpty |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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.UnknownHostException
java.io.IOException
public ITinEdgeProxy()
public ITinEdgeProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITinEdgeProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class ITinElementProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class ITinElementProxy
java.io.IOException
public int getType() throws java.io.IOException, AutomationException
getType
in interface ITinEdge
java.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 ITinEdge
java.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 ITinEdge
java.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 ITinEdge
java.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 ITinEdge
java.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 ITinEdge
java.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 ITinEdge
java.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 ITinEdge
java.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 ITinEdge
java.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 ITinEdge
pLine
- 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 ITinEdge
pFrom
- 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 ITinEdge
java.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 ITinEdge
java.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 ITinEdge
java.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 ITinEdge
java.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 ITinEdge
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 |