com.esri.arcgis.geodatabase
Class ITinProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.ITinProxy
All Implemented Interfaces:
ITin, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITinAdvancedProxy

Deprecated. Internal use only. Proxy for COM Interface 'ITin'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control TINs.' 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 ITinProxy
extends com.esri.arcgis.interop.Dispatch
implements ITin, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.ITin
IID, IID73b80fbb_ff33_11d1_a549_0000f8774f0f
 
Constructor Summary
  ITinProxy()
          Deprecated. For internal use only
  ITinProxy(java.lang.Object obj)
          Deprecated.  
protected ITinProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITinProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITinProxy(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.  
 int getDataEdgeCount()
          Deprecated. The number of TIN edges that have a data triangle on one side or the other.
 int getDataNodeCount()
          Deprecated. The number of data nodes in the TIN.
 int getDataTriangleCount()
          Deprecated. The number of data triangles in the TIN.
 IEnvelope getExtent()
          Deprecated. The interpolation zone of the TIN.
 IFields getFields()
          Deprecated. The collection of attribute items of the TIN.
 int getVersion()
          Deprecated. Returns the version number of the TIN engine used to build the TIN.
 double getZFactor()
          Deprecated. Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components.
 boolean isDelaunay()
          Deprecated. Indicates if TIN was constructed using Delaunay triangulation.
 boolean isEmpty()
          Deprecated. Indicates if the TIN contains no data.
 boolean isHasEdgeTagValues()
          Deprecated. Indicates if the TIN dataset has edge tag values.
 boolean isHasNodeTagValues()
          Deprecated. Indicates if the TIN dataset has node tag values.
 boolean isHasTriangleTagValues()
          Deprecated. Indicates if the TIN dataset has triangle tag values.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void saveAs(java.lang.String newName, java.lang.Object pOverWrite)
          Deprecated. Saves the TIN to disk using the specified name.
 void setZFactor(double pFactor)
          Deprecated. Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITinProxy

public ITinProxy(java.lang.String CLSID,
                 java.lang.String host,
                 com.esri.arcgis.interop.AuthInfo authInfo)
          throws java.net.UnknownHostException,
                 java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ITinProxy

public ITinProxy()
Deprecated. 
For internal use only


ITinProxy

public ITinProxy(java.lang.Object obj)
          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITinProxy

protected ITinProxy(java.lang.Object obj,
                    java.lang.String iid)
             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITinProxy

protected ITinProxy(java.lang.String CLSID,
                    java.lang.String iid,
                    java.lang.String host,
                    com.esri.arcgis.interop.AuthInfo authInfo)
             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isEmpty

public boolean isEmpty()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the TIN contains no data.

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

isDelaunay

public boolean isDelaunay()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if TIN was constructed using Delaunay triangulation.

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

saveAs

public void saveAs(java.lang.String newName,
                   java.lang.Object pOverWrite)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Saves the TIN to disk using the specified name.

Specified by:
saveAs in interface ITin
Parameters:
newName - The newName (in)
pOverWrite - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The interpolation zone of the TIN.

Specified by:
getExtent in interface ITin
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataNodeCount

public int getDataNodeCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The number of data nodes in the TIN.

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

getDataEdgeCount

public int getDataEdgeCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The number of TIN edges that have a data triangle on one side or the other.

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

getDataTriangleCount

public int getDataTriangleCount()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The number of data triangles in the TIN.

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

getZFactor

public double getZFactor()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components.

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

setZFactor

public void setZFactor(double pFactor)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components.

Specified by:
setZFactor in interface ITin
Parameters:
pFactor - The pFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersion

public int getVersion()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Returns the version number of the TIN engine used to build the TIN.

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

isHasNodeTagValues

public boolean isHasNodeTagValues()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the TIN dataset has node tag values.

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

isHasEdgeTagValues

public boolean isHasEdgeTagValues()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the TIN dataset has edge tag values.

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

isHasTriangleTagValues

public boolean isHasTriangleTagValues()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the TIN dataset has triangle tag values.

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

getFields

public IFields getFields()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The collection of attribute items of the TIN.

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