com.esri.arcgis.geodatabase
Class TinSurfaceElement

java.lang.Object
  extended by com.esri.arcgis.geodatabase.TinSurfaceElement
All Implemented Interfaces:
ITinSurfaceElement, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class TinSurfaceElement
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ITinSurfaceElement

COM Class 'TinSurfaceElement'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description 'The Esri TinSurfaceElement component.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITinSurfaceElement
IID, IIDff7e9000_d0dd_11d2_9f76_00c04f8ece27, xxDummy
 
Constructor Summary
TinSurfaceElement(java.lang.Object obj)
          Construct a TinSurfaceElement using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 double getAspectDegrees()
          The aspect of the element in degrees.
 double getElevation()
          The z value of the element.
 int getFaceTagValue()
          The face tag value of the triangle associated with the element.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int getNodeTagValue()
          The node tag value of the associated triangle node closest to the element.
 double getSlopeDegrees()
          The slope of the element in degrees.
 ITinTriangle getTriangle()
          The triangle referenced by the element.
 int hashCode()
          the hashcode for this object
 void release()
          Release a TinSurfaceElement.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TinSurfaceElement

public TinSurfaceElement(java.lang.Object obj)
                  throws java.io.IOException
Construct a TinSurfaceElement using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TinSurfaceElement.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
TinSurfaceElement o = (TinSurfaceElement)obj; // will not work

TinSurfaceElement o = new TinSurfaceElement(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems TinSurfaceElement theTinSurfaceElement = (TinSurfaceElement) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a TinSurfaceElement.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getElevation

public double getElevation()
                    throws java.io.IOException,
                           AutomationException
The z value of the element.

Specified by:
getElevation in interface ITinSurfaceElement
Returns:
The pElevation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSlopeDegrees

public double getSlopeDegrees()
                       throws java.io.IOException,
                              AutomationException
The slope of the element in degrees.

Specified by:
getSlopeDegrees in interface ITinSurfaceElement
Returns:
The pSlope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAspectDegrees

public double getAspectDegrees()
                        throws java.io.IOException,
                               AutomationException
The aspect of the element in degrees.

Specified by:
getAspectDegrees in interface ITinSurfaceElement
Returns:
The pAspect
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFaceTagValue

public int getFaceTagValue()
                    throws java.io.IOException,
                           AutomationException
The face tag value of the triangle associated with the element.

Specified by:
getFaceTagValue in interface ITinSurfaceElement
Returns:
The pValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNodeTagValue

public int getNodeTagValue()
                    throws java.io.IOException,
                           AutomationException
The node tag value of the associated triangle node closest to the element.

Specified by:
getNodeTagValue in interface ITinSurfaceElement
Returns:
The pValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTriangle

public ITinTriangle getTriangle()
                         throws java.io.IOException,
                                AutomationException
The triangle referenced by the element.

Specified by:
getTriangle in interface ITinSurfaceElement
Returns:
A reference to a com.esri.arcgis.geodatabase.ITinTriangle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.