com.esri.arcgis.geodatabase
Class ITinNodeCollectionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.ITinNodeCollectionProxy
All Implemented Interfaces:
ITinNodeCollection, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control TIN nodes.' 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 ITinNodeCollectionProxy
extends com.esri.arcgis.interop.Dispatch
implements ITinNodeCollection, 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.ITinNodeCollection
IID, IID9a2a4b72_11cf_11d2_a556_0000f8774f0f
 
Constructor Summary
  ITinNodeCollectionProxy()
          Deprecated. For internal use only
  ITinNodeCollectionProxy(java.lang.Object obj)
          Deprecated.  
protected ITinNodeCollectionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITinNodeCollectionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITinNodeCollectionProxy(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.  
 void convertToVoronoiRegions(IFeatureClass pFeatureClass, ITinFilter pFilter, IPolygon pClippingPolygon, java.lang.String indexFieldName, java.lang.String tagFieldName)
          Deprecated. Writes the set of Voronoi polygons for each node to a feature class.
 ITinNode getNode(int index)
          Deprecated. The node referenced by the index.
 int getNodeCount()
          Deprecated. The number of nodes in the TIN.
 int getNodeTagValue(int index)
          Deprecated. Returns the tag value of the TIN node specified by the index.
 double getNodeZ(int index)
          Deprecated. Returns the z value of the node referenced by the index.
 IPolygon getVoronoiRegion(int nodeIndex, IPolygon pClippingPolygon)
          Deprecated. Returns a Voronoi polygon about the node referenced by the index.
 IPolygon getVoronoiRegionNoClip(int nodeIndex)
          Deprecated. Returns a Voronoi polygon about the node referenced by the index.
 boolean isHasNodeTagValues()
          Deprecated. Indicates if TIN nodes have tag values.
 void queryNode(int index, ITinNode pNode)
          Deprecated. Sets the node equal to that specified by the index.
 void queryNodeAsPoint(int index, IPoint pPoint)
          Deprecated. Sets the node equal to a point specified by the index.
 void queryNodeAsWKSPointZ(int index, _WKSPointZ[] pPoint)
          Deprecated. Sets the node equal to a z-value point specified by the index.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

ITinNodeCollectionProxy

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

ITinNodeCollectionProxy

public ITinNodeCollectionProxy()
Deprecated. 
For internal use only


ITinNodeCollectionProxy

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

ITinNodeCollectionProxy

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

ITinNodeCollectionProxy

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

getNodeCount

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

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

getNode

public ITinNode getNode(int index)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The node referenced by the index.

Specified by:
getNode in interface ITinNodeCollection
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITinNode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNode

public void queryNode(int index,
                      ITinNode pNode)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Sets the node equal to that specified by the index.

Specified by:
queryNode in interface ITinNodeCollection
Parameters:
index - The index (in)
pNode - A reference to a com.esri.arcgis.geodatabase.ITinNode (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNodeAsPoint

public void queryNodeAsPoint(int index,
                             IPoint pPoint)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Sets the node equal to a point specified by the index.

Specified by:
queryNodeAsPoint in interface ITinNodeCollection
Parameters:
index - The index (in)
pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNodeAsWKSPointZ

public void queryNodeAsWKSPointZ(int index,
                                 _WKSPointZ[] pPoint)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Sets the node equal to a z-value point specified by the index.

Specified by:
queryNodeAsWKSPointZ in interface ITinNodeCollection
Parameters:
index - The index (in)
pPoint - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVoronoiRegionNoClip

public IPolygon getVoronoiRegionNoClip(int nodeIndex)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Returns a Voronoi polygon about the node referenced by the index.

Specified by:
getVoronoiRegionNoClip in interface ITinNodeCollection
Parameters:
nodeIndex - The nodeIndex (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPolygon
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVoronoiRegion

public IPolygon getVoronoiRegion(int nodeIndex,
                                 IPolygon pClippingPolygon)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Returns a Voronoi polygon about the node referenced by the index.

Specified by:
getVoronoiRegion in interface ITinNodeCollection
Parameters:
nodeIndex - The nodeIndex (in)
pClippingPolygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPolygon
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertToVoronoiRegions

public void convertToVoronoiRegions(IFeatureClass pFeatureClass,
                                    ITinFilter pFilter,
                                    IPolygon pClippingPolygon,
                                    java.lang.String indexFieldName,
                                    java.lang.String tagFieldName)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Writes the set of Voronoi polygons for each node to a feature class.

Specified by:
convertToVoronoiRegions in interface ITinNodeCollection
Parameters:
pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pFilter - A reference to a com.esri.arcgis.geodatabase.ITinFilter (in)
pClippingPolygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)
indexFieldName - The indexFieldName (in)
tagFieldName - The tagFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNodeZ

public double getNodeZ(int index)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Returns the z value of the node referenced by the index.

Specified by:
getNodeZ in interface ITinNodeCollection
Parameters:
index - The index (in)
Returns:
The pZ
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNodeTagValue

public int getNodeTagValue(int index)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Returns the tag value of the TIN node specified by the index.

Specified by:
getNodeTagValue in interface ITinNodeCollection
Parameters:
index - The index (in)
Returns:
The pValue
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 TIN nodes have tag values.

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