com.esri.arcgis.geodatabase
Class ITinSurface3Proxy

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

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

Description: 'Provides access to members that control TIN surfaces.' 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 ITinSurface3Proxy
extends com.esri.arcgis.interop.Dispatch
implements ITinSurface3, 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.ITinSurface3
IID, IID6fc85cbe_929c_4482_8192_2959d4e673cd
 
Constructor Summary
  ITinSurface3Proxy()
          Deprecated. For internal use only
  ITinSurface3Proxy(java.lang.Object obj)
          Deprecated.  
protected ITinSurface3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITinSurface3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITinSurface3Proxy(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.  
 ITin extract(IPolygon pBoundary, int boundaryEdgeType, int boundaryEdgeValue, boolean bConstrainedDelaunay, boolean bAllowEdgeSwapping)
          Deprecated. Extract part of the TIN.
 int getInterpolationMethod()
          Deprecated. The elevation interpolation method.
 double getProfileWeedTolerance()
          Deprecated. The profile weeding tolerance.
 void getVolumeAndArea(IGeometry pAOI, double referenceHeight, int type, boolean[] pbIsOutsideDataArea, java.lang.Object[] pVolume, java.lang.Object[] pSurfaceArea, java.lang.Object[] pProjectedArea)
          Deprecated. Returns TIN's volume/area above or below an input z value.
 double interpolateZ(double x, double y)
          Deprecated. Interpolate the z-coordinate of the specified location.
 void intersect(ITinSurface pReferenceSurface, IGeometry pAOI, IFeatureClass pOutFeatureClass, java.lang.String volumeFieldName, java.lang.String surfaceAreaFieldName, java.lang.String codeFieldName)
          Deprecated. Intersect with a reference TIN.
 void queryLocate(IRay pRay, int hint, IPoint pLocation)
          Deprecated. Returns the first intersection of the query ray and the TIN.
 void queryLocateWithinDistance(IRay pRay, double maxDistance, IGeometry pLocations)
          Deprecated. Returns the intersections of the query ray and the TIN.
 void queryTriangleNormal(int triangle, IVector3D pNormal)
          Deprecated. Returns the vector normal to the specified triangle.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setInterpolationMethod(int pType)
          Deprecated. The elevation interpolation method.
 void setProfileWeedTolerance(double pTolerance)
          Deprecated. The profile weeding tolerance.
 
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

ITinSurface3Proxy

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

ITinSurface3Proxy

public ITinSurface3Proxy()
Deprecated. 
For internal use only


ITinSurface3Proxy

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

ITinSurface3Proxy

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

ITinSurface3Proxy

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

setInterpolationMethod

public void setInterpolationMethod(int pType)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The elevation interpolation method.

Specified by:
setInterpolationMethod in interface ITinSurface3
Parameters:
pType - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInterpolationMethod

public int getInterpolationMethod()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The elevation interpolation method.

Specified by:
getInterpolationMethod in interface ITinSurface3
Returns:
A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolateZ

public double interpolateZ(double x,
                           double y)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Interpolate the z-coordinate of the specified location.

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

getVolumeAndArea

public void getVolumeAndArea(IGeometry pAOI,
                             double referenceHeight,
                             int type,
                             boolean[] pbIsOutsideDataArea,
                             java.lang.Object[] pVolume,
                             java.lang.Object[] pSurfaceArea,
                             java.lang.Object[] pProjectedArea)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Returns TIN's volume/area above or below an input z value.

Specified by:
getVolumeAndArea in interface ITinSurface3
Parameters:
pAOI - A reference to a com.esri.arcgis.geometry.IGeometry (in)
referenceHeight - The referenceHeight (in)
type - A com.esri.arcgis.geodatabase.esriPlaneReferenceType constant (in)
pbIsOutsideDataArea - The pbIsOutsideDataArea (out: use single element array)
pVolume - A Variant (in/out: use single element array, optional, pass single element of null if not required)
pSurfaceArea - A Variant (in/out: use single element array, optional, pass single element of null if not required)
pProjectedArea - A Variant (in/out: use single element array, optional, pass single element of null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

intersect

public void intersect(ITinSurface pReferenceSurface,
                      IGeometry pAOI,
                      IFeatureClass pOutFeatureClass,
                      java.lang.String volumeFieldName,
                      java.lang.String surfaceAreaFieldName,
                      java.lang.String codeFieldName)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Intersect with a reference TIN.

Specified by:
intersect in interface ITinSurface3
Parameters:
pReferenceSurface - A reference to a com.esri.arcgis.geodatabase.ITinSurface (in)
pAOI - A reference to a com.esri.arcgis.geometry.IGeometry (in)
pOutFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
volumeFieldName - The volumeFieldName (in)
surfaceAreaFieldName - The surfaceAreaFieldName (in)
codeFieldName - The codeFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryTriangleNormal

public void queryTriangleNormal(int triangle,
                                IVector3D pNormal)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Returns the vector normal to the specified triangle.

Specified by:
queryTriangleNormal in interface ITinSurface3
Parameters:
triangle - The triangle (in)
pNormal - A reference to a com.esri.arcgis.geometry.IVector3D (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryLocate

public void queryLocate(IRay pRay,
                        int hint,
                        IPoint pLocation)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Returns the first intersection of the query ray and the TIN.

Specified by:
queryLocate in interface ITinSurface3
Parameters:
pRay - A reference to a com.esri.arcgis.geometry.IRay (in)
hint - The hint (in)
pLocation - 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.

queryLocateWithinDistance

public void queryLocateWithinDistance(IRay pRay,
                                      double maxDistance,
                                      IGeometry pLocations)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Returns the intersections of the query ray and the TIN.

Specified by:
queryLocateWithinDistance in interface ITinSurface3
Parameters:
pRay - A reference to a com.esri.arcgis.geometry.IRay (in)
maxDistance - The maxDistance (in)
pLocations - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extract

public ITin extract(IPolygon pBoundary,
                    int boundaryEdgeType,
                    int boundaryEdgeValue,
                    boolean bConstrainedDelaunay,
                    boolean bAllowEdgeSwapping)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Extract part of the TIN.

Specified by:
extract in interface ITinSurface3
Parameters:
pBoundary - A reference to a com.esri.arcgis.geometry.IPolygon (in)
boundaryEdgeType - A com.esri.arcgis.geodatabase.esriTinEdgeType constant (in)
boundaryEdgeValue - The boundaryEdgeValue (in)
bConstrainedDelaunay - The bConstrainedDelaunay (in)
bAllowEdgeSwapping - The bAllowEdgeSwapping (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProfileWeedTolerance

public void setProfileWeedTolerance(double pTolerance)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The profile weeding tolerance.

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

getProfileWeedTolerance

public double getProfileWeedTolerance()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The profile weeding tolerance.

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