Description: 'Provides access to members that control TIN triangles.' 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 ITinTriangleProxy extends ITinElementProxy implements ITinTriangle, 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, objRef
IID, IID3e541323_1132_11d2_92f7_444553540000
IID3e541320_1132_11d2_92f7_444553540000
Modifier | Constructor and Description |
---|---|
|
ITinTriangleProxy()
Deprecated.
For internal use only
|
|
ITinTriangleProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITinTriangleProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITinTriangleProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITinTriangleProxy(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 |
getArea()
Deprecated.
The projected area of the specified TIN triangle.
|
double |
getArea3D()
Deprecated.
The area of the specified triangle as measured on the TIN surface.
|
double |
getAspectDegrees()
Deprecated.
The aspect of the specified triangle in degrees.
|
double |
getAspectRadians()
Deprecated.
The aspect of the specified triangle in radians.
|
ITinEdge |
getEdge(int index)
Deprecated.
The triangle edge specified by the index.
|
double |
getIntensity()
Deprecated.
The brightness value of the specified triangle.
|
ITinNode |
getNode(int index)
Deprecated.
The triangle node specified by the index.
|
double |
getPerimeter()
Deprecated.
The projected perimeter of the specified TIN triangle.
|
double |
getPerimeter3D()
Deprecated.
The perimeter of the specified triangle as measured on the TIN surface.
|
double |
getSlopeDegrees()
Deprecated.
The slope of the specified triangle in degrees.
|
double |
getSlopePercent()
Deprecated.
The slope of the specified triangle in percent.
|
double |
getSlopeRadians()
Deprecated.
The slope of the specified triangle in radians.
|
void |
queryAdjacentTriangleIndices(int[] pTi,
int[] pTj,
int[] pTk)
Deprecated.
An array of index numbers belonging to triangles adjacent to the specified triangle.
|
void |
queryAdjacentTriangles(ITinTriangle pTi,
ITinTriangle pTj,
ITinTriangle pTk)
Deprecated.
The array of triangles adjacent to the specified triangle.
|
void |
queryAsRing(IRing pRing)
Deprecated.
Sets the specified triangle as a ring.
|
void |
queryCentroid(IPoint pCentroid)
Deprecated.
The centroid of the specified triangle as determined by averaging the coordinates of its vertices.
|
void |
queryCircumCircle(IPoint pCenter,
double[] pRadius)
Deprecated.
The circle circumscribing the specified triangle about its vertices.
|
void |
queryElevationBand(double zLowerBound,
double zUpperBound,
int[] pCount,
_WKSPointZ[] pRegion)
Deprecated.
The polygon based on the specified triangle and input bounds.
|
void |
queryNormal(IVector3D pNormal)
Deprecated.
The vector normal to the specified triangle.
|
void |
queryVertices(_WKSPointZ[] pPi,
_WKSPointZ[] pPj,
_WKSPointZ[] pPk)
Deprecated.
The vertices of the specified triangle as point features.
|
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, setEmpty
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getIndex, getTagValue, getTheTin, init, isEmpty, isInsideDataArea, setEmpty
public static final java.lang.Class targetClass
public boolean noncastable
public ITinTriangleProxy(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 ITinTriangleProxy()
public ITinTriangleProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITinTriangleProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITinTriangleProxy(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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class ITinElementProxy
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class ITinElementProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public ITinNode getNode(int index) throws java.io.IOException, AutomationException
getNode
in interface ITinTriangle
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITinEdge getEdge(int index) throws java.io.IOException, AutomationException
getEdge
in interface ITinTriangle
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getArea() throws java.io.IOException, AutomationException
getArea
in interface ITinTriangle
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getPerimeter() throws java.io.IOException, AutomationException
getPerimeter
in interface ITinTriangle
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getArea3D() throws java.io.IOException, AutomationException
getArea3D
in interface ITinTriangle
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getPerimeter3D() throws java.io.IOException, AutomationException
getPerimeter3D
in interface ITinTriangle
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryNormal(IVector3D pNormal) throws java.io.IOException, AutomationException
queryNormal
in interface ITinTriangle
pNormal
- A reference to a com.esri.arcgis.geometry.IVector3D (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getSlopeRadians() throws java.io.IOException, AutomationException
getSlopeRadians
in interface ITinTriangle
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getSlopeDegrees() throws java.io.IOException, AutomationException
getSlopeDegrees
in interface ITinTriangle
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getSlopePercent() throws java.io.IOException, AutomationException
getSlopePercent
in interface ITinTriangle
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getAspectRadians() throws java.io.IOException, AutomationException
getAspectRadians
in interface ITinTriangle
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getAspectDegrees() throws java.io.IOException, AutomationException
getAspectDegrees
in interface ITinTriangle
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getIntensity() throws java.io.IOException, AutomationException
getIntensity
in interface ITinTriangle
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryVertices(_WKSPointZ[] pPi, _WKSPointZ[] pPj, _WKSPointZ[] pPk) throws java.io.IOException, AutomationException
queryVertices
in interface ITinTriangle
pPi
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pPj
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pPk
- 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 void queryAsRing(IRing pRing) throws java.io.IOException, AutomationException
queryAsRing
in interface ITinTriangle
pRing
- A reference to a com.esri.arcgis.geometry.IRing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryCentroid(IPoint pCentroid) throws java.io.IOException, AutomationException
queryCentroid
in interface ITinTriangle
pCentroid
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryCircumCircle(IPoint pCenter, double[] pRadius) throws java.io.IOException, AutomationException
queryCircumCircle
in interface ITinTriangle
pCenter
- A reference to a com.esri.arcgis.geometry.IPoint (in)pRadius
- The pRadius (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryElevationBand(double zLowerBound, double zUpperBound, int[] pCount, _WKSPointZ[] pRegion) throws java.io.IOException, AutomationException
queryElevationBand
in interface ITinTriangle
zLowerBound
- The zLowerBound (in)zUpperBound
- The zUpperBound (in)pCount
- The pCount (out: use single element array)pRegion
- 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 void queryAdjacentTriangles(ITinTriangle pTi, ITinTriangle pTj, ITinTriangle pTk) throws java.io.IOException, AutomationException
queryAdjacentTriangles
in interface ITinTriangle
pTi
- A reference to a com.esri.arcgis.geodatabase.ITinTriangle (in)pTj
- A reference to a com.esri.arcgis.geodatabase.ITinTriangle (in)pTk
- A reference to a com.esri.arcgis.geodatabase.ITinTriangle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryAdjacentTriangleIndices(int[] pTi, int[] pTj, int[] pTk) throws java.io.IOException, AutomationException
queryAdjacentTriangleIndices
in interface ITinTriangle
pTi
- The pTi (out: use single element array)pTj
- The pTj (out: use single element array)pTk
- The pTk (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.