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 ITinSurfaceProxy extends ISurfaceProxy implements ITinSurface, 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, objRef
IID, IID73b80fbd_ff33_11d1_a549_0000f8774f0f
IID73b80fbc_ff33_11d1_a549_0000f8774f0f
IID98d17b10_951c_11d2_bcfc_0000f875bcce
Modifier | Constructor and Description |
---|---|
|
ITinSurfaceProxy()
Deprecated.
For internal use only
|
|
ITinSurfaceProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITinSurfaceProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITinSurfaceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITinSurfaceProxy(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.
|
double |
getIntensity(_WKSPointZ pPi,
_WKSPointZ pPj,
_WKSPointZ pPk)
Deprecated.
Returns the hillshade brightness value of the plane defined by the three points.
|
void |
getPartialVolumeAndArea(double referenceHeight,
int type,
IEnumTinTriangle pTriangles,
java.lang.Object[] pVolume,
java.lang.Object[] pSurfaceArea,
java.lang.Object[] pProjectedArea)
Deprecated.
Returns portion of the TIN's volume above or below an input z value.
|
int |
getRasterInterpolationMethod()
Deprecated.
The elevation interpolation method for rasterization.
|
_WKSPointZ |
getSunPosition()
Deprecated.
The vector indicating the direction of the light source relative to the scene.
|
ITinSurfaceElement |
getSurfaceElement(IPoint pPoint)
Deprecated.
Returns the surface element at the specified location.
|
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 |
setRasterInterpolationMethod(int pType)
Deprecated.
The elevation interpolation method for rasterization.
|
void |
setSunPosition(_WKSPointZ pPosition)
Deprecated.
The vector indicating the direction of the light source relative to the scene.
|
asPolygons, contour, contourList, getAspectDegrees, getAspectRadians, getContour, getElevation, getLineOfSight, getProfile, getProjectedArea, getSlopeDegrees, getSlopePercent, getSlopeRadians, getSteepestPath, getSurfaceArea, getVolume, getZFactor, interpolateShape, interpolateShapeVertices, isVoidZ, locate, locateAll, queryNormal, queryPixelBlock, querySurfaceLength, setZFactor
getDomain, getZ
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
asPolygons, contour, contourList, getAspectDegrees, getAspectRadians, getContour, getElevation, getLineOfSight, getProfile, getProjectedArea, getSlopeDegrees, getSlopePercent, getSlopeRadians, getSteepestPath, getSurfaceArea, getVolume, getZFactor, interpolateShape, interpolateShapeVertices, isVoidZ, locate, locateAll, queryNormal, queryPixelBlock, querySurfaceLength, setZFactor
getDomain, getZ
public static final java.lang.Class targetClass
public boolean noncastable
public ITinSurfaceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ITinSurfaceProxy()
public ITinSurfaceProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITinSurfaceProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITinSurfaceProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class ISurfaceProxy
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class ISurfaceProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setRasterInterpolationMethod(int pType) throws java.io.IOException, AutomationException
setRasterInterpolationMethod
in interface ITinSurface
pType
- 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 getRasterInterpolationMethod() throws java.io.IOException, AutomationException
getRasterInterpolationMethod
in interface ITinSurface
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSunPosition(_WKSPointZ pPosition) throws java.io.IOException, AutomationException
setSunPosition
in interface ITinSurface
pPosition
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public _WKSPointZ getSunPosition() throws java.io.IOException, AutomationException
getSunPosition
in interface ITinSurface
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getIntensity(_WKSPointZ pPi, _WKSPointZ pPj, _WKSPointZ pPk) throws java.io.IOException, AutomationException
getIntensity
in interface ITinSurface
pPi
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)pPj
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)pPk
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITinSurfaceElement getSurfaceElement(IPoint pPoint) throws java.io.IOException, AutomationException
getSurfaceElement
in interface ITinSurface
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 getPartialVolumeAndArea(double referenceHeight, int type, IEnumTinTriangle pTriangles, java.lang.Object[] pVolume, java.lang.Object[] pSurfaceArea, java.lang.Object[] pProjectedArea) throws java.io.IOException, AutomationException
getPartialVolumeAndArea
in interface ITinSurface
referenceHeight
- The referenceHeight (in)type
- A com.esri.arcgis.geodatabase.esriPlaneReferenceType constant (in)pTriangles
- A reference to a com.esri.arcgis.geodatabase.IEnumTinTriangle (in)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.