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
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID9a2a4b72_11cf_11d2_a556_0000f8774f0f| Modifier | Constructor and Description |
|---|---|
|
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.
|
| 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.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ITinNodeCollectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITinNodeCollectionProxy()
public ITinNodeCollectionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITinNodeCollectionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITinNodeCollectionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getNodeCount()
throws java.io.IOException,
AutomationException
getNodeCount in interface ITinNodeCollectionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinNode getNode(int index) throws java.io.IOException, AutomationException
getNode in interface ITinNodeCollectionindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryNode(int index,
ITinNode pNode)
throws java.io.IOException,
AutomationException
queryNode in interface ITinNodeCollectionindex - The index (in)pNode - A reference to a com.esri.arcgis.geodatabase.ITinNode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryNodeAsPoint(int index,
IPoint pPoint)
throws java.io.IOException,
AutomationException
queryNodeAsPoint in interface ITinNodeCollectionindex - The index (in)pPoint - 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 queryNodeAsWKSPointZ(int index,
_WKSPointZ[] pPoint)
throws java.io.IOException,
AutomationException
queryNodeAsWKSPointZ in interface ITinNodeCollectionindex - The index (in)pPoint - 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 IPolygon getVoronoiRegionNoClip(int nodeIndex) throws java.io.IOException, AutomationException
getVoronoiRegionNoClip in interface ITinNodeCollectionnodeIndex - The nodeIndex (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPolygon getVoronoiRegion(int nodeIndex, IPolygon pClippingPolygon) throws java.io.IOException, AutomationException
getVoronoiRegion in interface ITinNodeCollectionnodeIndex - The nodeIndex (in)pClippingPolygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void convertToVoronoiRegions(IFeatureClass pFeatureClass, ITinFilter pFilter, IPolygon pClippingPolygon, java.lang.String indexFieldName, java.lang.String tagFieldName) throws java.io.IOException, AutomationException
convertToVoronoiRegions in interface ITinNodeCollectionpFeatureClass - 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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getNodeZ(int index)
throws java.io.IOException,
AutomationException
getNodeZ in interface ITinNodeCollectionindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getNodeTagValue(int index)
throws java.io.IOException,
AutomationException
getNodeTagValue in interface ITinNodeCollectionindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isHasNodeTagValues()
throws java.io.IOException,
AutomationException
isHasNodeTagValues in interface ITinNodeCollectionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.