com.esri.arcgis.datasourcesfile
Class IDETinProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesfile.IDETinProxy
All Implemented Interfaces:
IDETin, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the TIN Data Element.' 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 IDETinProxy
extends com.esri.arcgis.interop.Dispatch
implements IDETin, 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.datasourcesfile.IDETin
IID, IIDb0b62284_0080_4ea3_9716_de5293a73f6e
 
Constructor Summary
  IDETinProxy()
          Deprecated. For internal use only
  IDETinProxy(java.lang.Object obj)
          Deprecated.  
protected IDETinProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDETinProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDETinProxy(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.  
 IFields getFields()
          Deprecated. The list of Fields.
 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 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 setFieldsByRef(IFields ppFields)
          Deprecated. The list of Fields.
 void setHasEdgeTagValues(boolean pbHasEdgeValues)
          Deprecated. Indicates if the TIN dataset has edge tag values.
 void setHasNodeTagValues(boolean pbHasNodeValues)
          Deprecated. Indicates if the TIN dataset has node tag values.
 void setHasTriangleTagValues(boolean pbHasTriangleValues)
          Deprecated. Indicates if the TIN dataset has triangle tag values.
 void setIsDelaunay(boolean pbIsDelaunay)
          Deprecated. Indicates if TIN was constructed using Delaunay triangulation.
 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

IDETinProxy

public IDETinProxy(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

IDETinProxy

public IDETinProxy()
Deprecated. 
For internal use only


IDETinProxy

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

IDETinProxy

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

IDETinProxy

protected IDETinProxy(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

isDelaunay

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

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

setIsDelaunay

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

Specified by:
setIsDelaunay in interface IDETin
Parameters:
pbIsDelaunay - The pbIsDelaunay (in)
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 IDETin
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 IDETin
Parameters:
pFactor - The pFactor (in)
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 IDETin
Returns:
The pbHasNodeValues
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHasNodeTagValues

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

Specified by:
setHasNodeTagValues in interface IDETin
Parameters:
pbHasNodeValues - The pbHasNodeValues (in)
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 IDETin
Returns:
The pbHasEdgeValues
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHasEdgeTagValues

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

Specified by:
setHasEdgeTagValues in interface IDETin
Parameters:
pbHasEdgeValues - The pbHasEdgeValues (in)
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 IDETin
Returns:
The pbHasTriangleValues
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHasTriangleTagValues

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

Specified by:
setHasTriangleTagValues in interface IDETin
Parameters:
pbHasTriangleValues - The pbHasTriangleValues (in)
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 list of Fields.

Specified by:
getFields in interface IDETin
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.

setFieldsByRef

public void setFieldsByRef(IFields ppFields)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The list of Fields.

Specified by:
setFieldsByRef in interface IDETin
Parameters:
ppFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.