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
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID6fc85cbe_929c_4482_8192_2959d4e673cd| Modifier | Constructor and Description |
|---|---|
|
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.
|
| 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.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setInterpolationMethod(int pType)
Deprecated.
The elevation interpolation method.
|
void |
setProfileWeedTolerance(double pTolerance)
Deprecated.
The profile weeding tolerance.
|
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 ITinSurface3Proxy(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 ITinSurface3Proxy()
public ITinSurface3Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITinSurface3Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITinSurface3Proxy(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 void setInterpolationMethod(int pType)
throws java.io.IOException,
AutomationException
setInterpolationMethod in interface ITinSurface3pType - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getInterpolationMethod()
throws java.io.IOException,
AutomationException
getInterpolationMethod in interface ITinSurface3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double interpolateZ(double x,
double y)
throws java.io.IOException,
AutomationException
interpolateZ in interface ITinSurface3x - The x (in)y - The y (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.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
getVolumeAndArea in interface ITinSurface3pAOI - 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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.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
intersect in interface ITinSurface3pReferenceSurface - 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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryTriangleNormal(int triangle,
IVector3D pNormal)
throws java.io.IOException,
AutomationException
queryTriangleNormal in interface ITinSurface3triangle - The triangle (in)pNormal - A reference to a com.esri.arcgis.geometry.IVector3D (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryLocate(IRay pRay, int hint, IPoint pLocation) throws java.io.IOException, AutomationException
queryLocate in interface ITinSurface3pRay - 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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryLocateWithinDistance(IRay pRay, double maxDistance, IGeometry pLocations) throws java.io.IOException, AutomationException
queryLocateWithinDistance in interface ITinSurface3pRay - 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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITin extract(IPolygon pBoundary, int boundaryEdgeType, int boundaryEdgeValue, boolean bConstrainedDelaunay, boolean bAllowEdgeSwapping) throws java.io.IOException, AutomationException
extract in interface ITinSurface3pBoundary - 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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setProfileWeedTolerance(double pTolerance)
throws java.io.IOException,
AutomationException
setProfileWeedTolerance in interface ITinSurface3pTolerance - The pTolerance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getProfileWeedTolerance()
throws java.io.IOException,
AutomationException
getProfileWeedTolerance in interface ITinSurface3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.