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 ITinSurface2Proxy extends ITinSurfaceProxy implements ITinSurface2, 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, IID249cd6b0_8441_42e7_bbe6_2cae4a1dac9aIID73b80fbd_ff33_11d1_a549_0000f8774f0fIID73b80fbc_ff33_11d1_a549_0000f8774f0fIID98d17b10_951c_11d2_bcfc_0000f875bcce| Modifier | Constructor and Description |
|---|---|
|
ITinSurface2Proxy()
Deprecated.
For internal use only
|
|
ITinSurface2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
ITinSurface2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITinSurface2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITinSurface2Proxy(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 |
convertToMultiPatches(IFeatureClass pFeatureClass,
int maxPatchSize,
int maxStripSize)
Deprecated.
Convert TIN into Multipatches.
|
void |
decimateNodes(IEnvelope pAreaOfInterest,
double zTolerance,
boolean bCopyBreakline,
java.lang.Object pMaxRemainingNodeCount,
ITin[] ppNewTin,
java.lang.Object[] pbToleranceAchieved)
Deprecated.
Outputs a new TIN with reduced number of nodes.
|
void |
decimateNodesByCount(IEnvelope pAreaOfInterest,
int maxRemainingNodeCount,
boolean bCopyBreakline,
ITin[] ppNewTin)
Deprecated.
Outputs a new TIN with reduced number of nodes.
|
void |
interpolateAsMultiPatch(IPolygon pShape,
int maxStripSize,
IMultiPatch[] ppMultiPatch)
Deprecated.
Interpolate the input Polygon and output as a Multipatch.
|
IMultipoint |
locateMultiple(IRay pRay)
Deprecated.
Returns the intersections of the query ray and the surface.
|
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.
|
getIntensity, getPartialVolumeAndArea, getRasterInterpolationMethod, getSunPosition, getSurfaceElement, setRasterInterpolationMethod, setSunPositionasPolygons, contour, contourList, getAspectDegrees, getAspectRadians, getContour, getElevation, getLineOfSight, getProfile, getProjectedArea, getSlopeDegrees, getSlopePercent, getSlopeRadians, getSteepestPath, getSurfaceArea, getVolume, getZFactor, interpolateShape, interpolateShapeVertices, isVoidZ, locate, locateAll, queryNormal, queryPixelBlock, querySurfaceLength, setZFactorgetDomain, getZbindUsingMoniker, 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, waitgetIntensity, getPartialVolumeAndArea, getRasterInterpolationMethod, getSunPosition, getSurfaceElement, setRasterInterpolationMethod, setSunPositionasPolygons, contour, contourList, getAspectDegrees, getAspectRadians, getContour, getElevation, getLineOfSight, getProfile, getProjectedArea, getSlopeDegrees, getSlopePercent, getSlopeRadians, getSteepestPath, getSurfaceArea, getVolume, getZFactor, interpolateShape, interpolateShapeVertices, isVoidZ, locate, locateAll, queryNormal, queryPixelBlock, querySurfaceLength, setZFactorgetDomain, getZpublic static final java.lang.Class targetClass
public boolean noncastable
public ITinSurface2Proxy(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 ITinSurface2Proxy()
public ITinSurface2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITinSurface2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITinSurface2Proxy(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 ITinSurfaceProxyiidStr - 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 ITinSurfaceProxyiidStr - 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 interpolateAsMultiPatch(IPolygon pShape, int maxStripSize, IMultiPatch[] ppMultiPatch) throws java.io.IOException, AutomationException
interpolateAsMultiPatch in interface ITinSurface2pShape - A reference to a com.esri.arcgis.geometry.IPolygon (in)maxStripSize - The maxStripSize (in)ppMultiPatch - A reference to a com.esri.arcgis.geometry.IMultiPatch (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void convertToMultiPatches(IFeatureClass pFeatureClass, int maxPatchSize, int maxStripSize) throws java.io.IOException, AutomationException
convertToMultiPatches in interface ITinSurface2pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)maxPatchSize - The maxPatchSize (in)maxStripSize - The maxStripSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void decimateNodes(IEnvelope pAreaOfInterest, double zTolerance, boolean bCopyBreakline, java.lang.Object pMaxRemainingNodeCount, ITin[] ppNewTin, java.lang.Object[] pbToleranceAchieved) throws java.io.IOException, AutomationException
decimateNodes in interface ITinSurface2pAreaOfInterest - A reference to a com.esri.arcgis.geometry.IEnvelope (in)zTolerance - The zTolerance (in)bCopyBreakline - The bCopyBreakline (in)pMaxRemainingNodeCount - A Variant (in)ppNewTin - A reference to a com.esri.arcgis.geodatabase.ITin (out: use single element array)pbToleranceAchieved - 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 decimateNodesByCount(IEnvelope pAreaOfInterest, int maxRemainingNodeCount, boolean bCopyBreakline, ITin[] ppNewTin) throws java.io.IOException, AutomationException
decimateNodesByCount in interface ITinSurface2pAreaOfInterest - A reference to a com.esri.arcgis.geometry.IEnvelope (in)maxRemainingNodeCount - The maxRemainingNodeCount (in)bCopyBreakline - The bCopyBreakline (in)ppNewTin - A reference to a com.esri.arcgis.geodatabase.ITin (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IMultipoint locateMultiple(IRay pRay) throws java.io.IOException, AutomationException
locateMultiple in interface ITinSurface2pRay - A reference to a com.esri.arcgis.geometry.IRay (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.