public interface ITinSurface extends ISurface, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID73b80fbd_ff33_11d1_a549_0000f8774f0f |
static int |
xxDummy
Deprecated.
Internal use only
|
IID73b80fbc_ff33_11d1_a549_0000f8774f0f
IID98d17b10_951c_11d2_bcfc_0000f875bcce
Modifier and Type | Method and Description |
---|---|
double |
getIntensity(_WKSPointZ pPi,
_WKSPointZ pPj,
_WKSPointZ pPk)
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)
Returns portion of the TIN's volume above or below an input z value.
|
int |
getRasterInterpolationMethod()
The elevation interpolation method for rasterization.
|
_WKSPointZ |
getSunPosition()
The vector indicating the direction of the light source relative to the scene.
|
ITinSurfaceElement |
getSurfaceElement(IPoint pPoint)
Returns the surface element at the specified location.
|
void |
setRasterInterpolationMethod(int pType)
The elevation interpolation method for rasterization.
|
void |
setSunPosition(_WKSPointZ pPosition)
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
static final int IID73b80fbd_ff33_11d1_a549_0000f8774f0f
static final int xxDummy
static final java.lang.String IID
void setRasterInterpolationMethod(int pType) throws java.io.IOException, AutomationException
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.int getRasterInterpolationMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSunPosition(_WKSPointZ pPosition) throws java.io.IOException, AutomationException
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._WKSPointZ getSunPosition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getIntensity(_WKSPointZ pPi, _WKSPointZ pPj, _WKSPointZ pPk) throws java.io.IOException, AutomationException
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.ITinSurfaceElement getSurfaceElement(IPoint pPoint) throws java.io.IOException, AutomationException
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.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
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.