Description: 'Provides access to members that control advanced TIN functions.' 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 ITinAdvancedProxy extends ITinProxy implements ITinAdvanced, 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, IIDa8523ee8_7b16_11d2_9f4b_00c04f8ece27IID73b80fbb_ff33_11d1_a549_0000f8774f0f| Modifier | Constructor and Description |
|---|---|
|
ITinAdvancedProxy()
Deprecated.
For internal use only
|
|
ITinAdvancedProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITinAdvancedProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITinAdvancedProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITinAdvancedProxy(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 |
convertToPolygons(IFeatureClass pFeatureClass,
ITinDynamicFilter pFilter,
boolean bStopAtEnforcedEdge,
java.lang.Object pFieldName)
Deprecated.
Converts similar triangles to a polygon feature class.
|
ITinPolygon |
extractPolygon(ITinElement pSeed,
ITinFilter pFilter,
boolean bStopAtEnforcedEdge)
Deprecated.
Returns a polygon definition based on all contiguous triangles having the same filter criteria.
|
ITinPolyline |
extractPolyline(ITinEdge pSeed,
ITinFilter pFilter)
Deprecated.
Returns a polyline definition based on triangle edges that meet the same filter criteria.
|
ITinNodeArray |
findNaturalNeighbors(IPoint pPoint)
Deprecated.
Returns the immediate surrounding nodes to the query point.
|
ITinTriangle |
findTriangle(IPoint pPoint)
Deprecated.
The triangle at the specified location.
|
ITinTriangleArray |
findTriangleNeighborhood(IPoint pPoint)
Deprecated.
Returns all triangles whose circumscribed circle contains the query point.
|
int |
generateUniqueTagValue(int type)
Deprecated.
Returns a new, previously unused tag value for the element.
|
IPolygon |
getDataArea()
Deprecated.
Returns a polygon representing the data area of the TIN.
|
ITinEdge |
getEdge(int index)
Deprecated.
The edge referenced by the index.
|
int |
getEdgeCount()
Deprecated.
The total number of edges in the TIN.
|
int |
getEdgeTagValue(int index)
Deprecated.
The tag value of the edge referenced by the index.
|
void |
getEdgeType(int edgeIndex,
int[] pType)
Deprecated.
Gets the specified edge's type.
|
int |
getFlag()
Deprecated.
The user-defined flag for the TIN.
|
IEnvelope |
getFullExtent()
Deprecated.
The full 2D-extent of the TIN including NODATA nodes.
|
ITinNode |
getNode(int index)
Deprecated.
The node referenced by the specified index.
|
int |
getNodeCount()
Deprecated.
The total number of nodes in the TIN.
|
int |
getNodeTagValue(int index)
Deprecated.
The tag value of the node referenced by the index.
|
double |
getNodeZ(int index)
Deprecated.
The z value of the node referenced by the index.
|
IEnvelope |
getSuperNodeExtent()
Deprecated.
The full extent of the TIN based on the super nodes.
|
ISurface |
getSurface()
Deprecated.
The ISurface interface (convenient tool for chaining in VB).
|
ITrackCancel |
getTrackCancel()
Deprecated.
The process cancellation on TIN methods.
|
ITinTriangle |
getTriangle(int index)
Deprecated.
The triangle referenced by the index.
|
int |
getTriangleCount()
Deprecated.
The total number of triangles in the TIN.
|
IEnumTinTriangle |
getTriangleSeeds(ITinDynamicFilter pFilter,
boolean bStopAtEnforcedEdge)
Deprecated.
Returns one triangle representing each polygon defined by the filter criteria of the TIN.
|
int |
getTriangleTagValue(int index)
Deprecated.
The tag value of the triangle referenced by the index.
|
int |
getUniqueTagValueCount(int type)
Deprecated.
The number of unique tag values for the specified element type.
|
ILongArray |
getUniqueTagValues(int type)
Deprecated.
Returns unique tag values for the specified element type.
|
void |
init(java.lang.String name)
Deprecated.
Opens the specified TIN.
|
boolean |
isProcessCancelled()
Deprecated.
Indicates if a process has been cancelled.
|
boolean |
isVoidZ(double value)
Deprecated.
Indicates if the passed value is equal to the TIN's void value.
|
IEnumTinEdge |
makeEdgeEnumerator(IEnvelope pAreaOfInterest,
int criteria,
ITinFilter pFilter)
Deprecated.
Makes an edge enumerator based on the extent of the envelope.
|
IEnumTinNode |
makeNodeEnumerator(IEnvelope pAreaOfInterest,
int criteria,
ITinFilter pFilter)
Deprecated.
Makes a node enumerator based on the extent of the envelope.
|
IEnumTinTriangle |
makeTriangleEnumerator(IEnvelope pAreaOfInterest,
int criteria,
ITinFilter pFilter)
Deprecated.
Makes a triangle enumerator based on the extent of the envelope.
|
void |
queryEdge(int index,
ITinEdge pEdge)
Deprecated.
The edge equal to that referenced by the index.
|
void |
queryEdgeAsLine(int index,
ILine pLine)
Deprecated.
The line equal to the edge referenced by the index.
|
void |
queryEdgeAsWKSPointZs(int index,
_WKSPointZ[] pFrom,
_WKSPointZ[] pTo)
Deprecated.
The points equal to the end points of the edge referenced by the index.
|
void |
queryNearestEdge(IPoint pPoint,
ITinEdge pEdge,
double[] pDistance)
Deprecated.
Finds and returns the nearest edge to the query point.
|
void |
queryNearestNode(IPoint pPoint,
ITinNode pNode,
double[] pDistance)
Deprecated.
Finds and returns the nearest node to the query point.
|
void |
queryNode(int index,
ITinNode pNode)
Deprecated.
Queries the node equal to that specified by the index.
|
void |
queryNodeAsPoint(int index,
IPoint pPoint)
Deprecated.
Queries the point equal to that specified by the index.
|
void |
queryNodeAsWKSPointZ(int index,
_WKSPointZ[] pPoint)
Deprecated.
Queries the point equal to that specified by the index.
|
void |
queryTriangle(int index,
ITinTriangle pTriangle)
Deprecated.
The triangle equal to that referenced by the index.
|
void |
queryTriangleAsRing(int index,
IRing pRing)
Deprecated.
The ring equal to the triangle referenced by the index.
|
void |
queryTriangleAsWKSPointZs(int index,
_WKSPointZ[] pPi,
_WKSPointZ[] pPj,
_WKSPointZ[] pPk)
Deprecated.
Queries the points equal to the nodes of the triangle referenced 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.
|
void |
setEmpty()
Deprecated.
Uninitializes the TIN.
|
void |
setFlag(int pFlag)
Deprecated.
The user-defined flag for the TIN.
|
void |
setProcessCancelled(boolean pbCancelled)
Deprecated.
Indicates if a process has been cancelled.
|
void |
setTrackCancelByRef(ITrackCancel ppTrackCancle)
Deprecated.
The process cancellation on TIN methods.
|
getDataEdgeCount, getDataNodeCount, getDataTriangleCount, getExtent, getFields, getVersion, getZFactor, isDelaunay, isEmpty, isHasEdgeTagValues, isHasNodeTagValues, isHasTriangleTagValues, saveAs, setZFactorbindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDataEdgeCount, getDataNodeCount, getDataTriangleCount, getExtent, getFields, getVersion, getZFactor, isDelaunay, isEmpty, isHasEdgeTagValues, isHasNodeTagValues, isHasTriangleTagValues, saveAs, setZFactorpublic static final java.lang.Class targetClass
public boolean noncastable
public ITinAdvancedProxy(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 ITinAdvancedProxy()
public ITinAdvancedProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITinAdvancedProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITinAdvancedProxy(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 ITinProxyiidStr - 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 ITinProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic ITrackCancel getTrackCancel() throws java.io.IOException, AutomationException
getTrackCancel in interface ITinAdvancedjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTrackCancelByRef(ITrackCancel ppTrackCancle) throws java.io.IOException, AutomationException
setTrackCancelByRef in interface ITinAdvancedppTrackCancle - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isProcessCancelled()
throws java.io.IOException,
AutomationException
isProcessCancelled in interface ITinAdvancedjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setProcessCancelled(boolean pbCancelled)
throws java.io.IOException,
AutomationException
setProcessCancelled in interface ITinAdvancedpbCancelled - The pbCancelled (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISurface getSurface() throws java.io.IOException, AutomationException
getSurface in interface ITinAdvancedjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEmpty()
throws java.io.IOException,
AutomationException
setEmpty in interface ITinAdvancedjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void init(java.lang.String name)
throws java.io.IOException,
AutomationException
init in interface ITinAdvancedname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFlag(int pFlag)
throws java.io.IOException,
AutomationException
setFlag in interface ITinAdvancedpFlag - The pFlag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFlag()
throws java.io.IOException,
AutomationException
getFlag in interface ITinAdvancedjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getFullExtent() throws java.io.IOException, AutomationException
getFullExtent in interface ITinAdvancedjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getSuperNodeExtent() throws java.io.IOException, AutomationException
getSuperNodeExtent in interface ITinAdvancedjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isVoidZ(double value)
throws java.io.IOException,
AutomationException
isVoidZ in interface ITinAdvancedvalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumTinNode makeNodeEnumerator(IEnvelope pAreaOfInterest, int criteria, ITinFilter pFilter) throws java.io.IOException, AutomationException
makeNodeEnumerator in interface ITinAdvancedpAreaOfInterest - A reference to a com.esri.arcgis.geometry.IEnvelope (in)criteria - The criteria (in)pFilter - A reference to a com.esri.arcgis.geodatabase.ITinFilter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumTinEdge makeEdgeEnumerator(IEnvelope pAreaOfInterest, int criteria, ITinFilter pFilter) throws java.io.IOException, AutomationException
makeEdgeEnumerator in interface ITinAdvancedpAreaOfInterest - A reference to a com.esri.arcgis.geometry.IEnvelope (in)criteria - The criteria (in)pFilter - A reference to a com.esri.arcgis.geodatabase.ITinFilter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumTinTriangle makeTriangleEnumerator(IEnvelope pAreaOfInterest, int criteria, ITinFilter pFilter) throws java.io.IOException, AutomationException
makeTriangleEnumerator in interface ITinAdvancedpAreaOfInterest - A reference to a com.esri.arcgis.geometry.IEnvelope (in)criteria - The criteria (in)pFilter - A reference to a com.esri.arcgis.geodatabase.ITinFilter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getNodeCount()
throws java.io.IOException,
AutomationException
getNodeCount in interface ITinAdvancedjava.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 ITinAdvancedindex - 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 ITinAdvancedindex - 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 ITinAdvancedindex - 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 ITinAdvancedindex - 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 double getNodeZ(int index)
throws java.io.IOException,
AutomationException
getNodeZ in interface ITinAdvancedindex - 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 ITinAdvancedindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getEdgeCount()
throws java.io.IOException,
AutomationException
getEdgeCount in interface ITinAdvancedjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinEdge getEdge(int index) throws java.io.IOException, AutomationException
getEdge in interface ITinAdvancedindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryEdge(int index,
ITinEdge pEdge)
throws java.io.IOException,
AutomationException
queryEdge in interface ITinAdvancedindex - The index (in)pEdge - A reference to a com.esri.arcgis.geodatabase.ITinEdge (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryEdgeAsLine(int index,
ILine pLine)
throws java.io.IOException,
AutomationException
queryEdgeAsLine in interface ITinAdvancedindex - The index (in)pLine - A reference to a com.esri.arcgis.geometry.ILine (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryEdgeAsWKSPointZs(int index,
_WKSPointZ[] pFrom,
_WKSPointZ[] pTo)
throws java.io.IOException,
AutomationException
queryEdgeAsWKSPointZs in interface ITinAdvancedindex - The index (in)pFrom - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pTo - 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 int getEdgeTagValue(int index)
throws java.io.IOException,
AutomationException
getEdgeTagValue in interface ITinAdvancedindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getEdgeType(int edgeIndex,
int[] pType)
throws java.io.IOException,
AutomationException
getEdgeType in interface ITinAdvancededgeIndex - The edgeIndex (in)pType - A com.esri.arcgis.geodatabase.esriTinEdgeType constant (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getTriangleCount()
throws java.io.IOException,
AutomationException
getTriangleCount in interface ITinAdvancedjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinTriangle getTriangle(int index) throws java.io.IOException, AutomationException
getTriangle in interface ITinAdvancedindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryTriangle(int index,
ITinTriangle pTriangle)
throws java.io.IOException,
AutomationException
queryTriangle in interface ITinAdvancedindex - The index (in)pTriangle - A reference to a com.esri.arcgis.geodatabase.ITinTriangle (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryTriangleAsRing(int index,
IRing pRing)
throws java.io.IOException,
AutomationException
queryTriangleAsRing in interface ITinAdvancedindex - The index (in)pRing - A reference to a com.esri.arcgis.geometry.IRing (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryTriangleAsWKSPointZs(int index,
_WKSPointZ[] pPi,
_WKSPointZ[] pPj,
_WKSPointZ[] pPk)
throws java.io.IOException,
AutomationException
queryTriangleAsWKSPointZs in interface ITinAdvancedindex - The index (in)pPi - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pPj - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pPk - 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 int getTriangleTagValue(int index)
throws java.io.IOException,
AutomationException
getTriangleTagValue in interface ITinAdvancedindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryNearestNode(IPoint pPoint, ITinNode pNode, double[] pDistance) throws java.io.IOException, AutomationException
queryNearestNode in interface ITinAdvancedpPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)pNode - A reference to a com.esri.arcgis.geodatabase.ITinNode (in)pDistance - The pDistance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryNearestEdge(IPoint pPoint, ITinEdge pEdge, double[] pDistance) throws java.io.IOException, AutomationException
queryNearestEdge in interface ITinAdvancedpPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)pEdge - A reference to a com.esri.arcgis.geodatabase.ITinEdge (in)pDistance - The pDistance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinTriangle findTriangle(IPoint pPoint) throws java.io.IOException, AutomationException
findTriangle in interface ITinAdvancedpPoint - 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 ITinNodeArray findNaturalNeighbors(IPoint pPoint) throws java.io.IOException, AutomationException
findNaturalNeighbors in interface ITinAdvancedpPoint - 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 ITinTriangleArray findTriangleNeighborhood(IPoint pPoint) throws java.io.IOException, AutomationException
findTriangleNeighborhood in interface ITinAdvancedpPoint - 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 ITinPolyline extractPolyline(ITinEdge pSeed, ITinFilter pFilter) throws java.io.IOException, AutomationException
extractPolyline in interface ITinAdvancedpSeed - A reference to a com.esri.arcgis.geodatabase.ITinEdge (in)pFilter - A reference to a com.esri.arcgis.geodatabase.ITinFilter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinPolygon extractPolygon(ITinElement pSeed, ITinFilter pFilter, boolean bStopAtEnforcedEdge) throws java.io.IOException, AutomationException
extractPolygon in interface ITinAdvancedpSeed - A reference to a com.esri.arcgis.geodatabase.ITinElement (in)pFilter - A reference to a com.esri.arcgis.geodatabase.ITinFilter (in)bStopAtEnforcedEdge - The bStopAtEnforcedEdge (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumTinTriangle getTriangleSeeds(ITinDynamicFilter pFilter, boolean bStopAtEnforcedEdge) throws java.io.IOException, AutomationException
getTriangleSeeds in interface ITinAdvancedpFilter - A reference to a com.esri.arcgis.geodatabase.ITinDynamicFilter (in)bStopAtEnforcedEdge - The bStopAtEnforcedEdge (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void convertToPolygons(IFeatureClass pFeatureClass, ITinDynamicFilter pFilter, boolean bStopAtEnforcedEdge, java.lang.Object pFieldName) throws java.io.IOException, AutomationException
convertToPolygons in interface ITinAdvancedpFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)pFilter - A reference to a com.esri.arcgis.geodatabase.ITinDynamicFilter (in)bStopAtEnforcedEdge - The bStopAtEnforcedEdge (in)pFieldName - A Variant (in, optional, pass null if not required)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPolygon getDataArea() throws java.io.IOException, AutomationException
getDataArea in interface ITinAdvancedjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getUniqueTagValueCount(int type)
throws java.io.IOException,
AutomationException
getUniqueTagValueCount in interface ITinAdvancedtype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILongArray getUniqueTagValues(int type) throws java.io.IOException, AutomationException
getUniqueTagValues in interface ITinAdvancedtype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int generateUniqueTagValue(int type)
throws java.io.IOException,
AutomationException
generateUniqueTagValue in interface ITinAdvancedtype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.