public interface ITinSurface2 extends ITinSurface, 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 |
IID249cd6b0_8441_42e7_bbe6_2cae4a1dac9a |
static int |
xxDummy
Deprecated.
Internal use only
|
IID73b80fbd_ff33_11d1_a549_0000f8774f0fIID73b80fbc_ff33_11d1_a549_0000f8774f0fIID98d17b10_951c_11d2_bcfc_0000f875bcce| Modifier and Type | Method and Description |
|---|---|
void |
convertToMultiPatches(IFeatureClass pFeatureClass,
int maxPatchSize,
int maxStripSize)
Convert TIN into Multipatches.
|
void |
decimateNodes(IEnvelope pAreaOfInterest,
double zTolerance,
boolean bCopyBreakline,
java.lang.Object pMaxRemainingNodeCount,
ITin[] ppNewTin,
java.lang.Object[] pbToleranceAchieved)
Outputs a new TIN with reduced number of nodes.
|
void |
decimateNodesByCount(IEnvelope pAreaOfInterest,
int maxRemainingNodeCount,
boolean bCopyBreakline,
ITin[] ppNewTin)
Outputs a new TIN with reduced number of nodes.
|
void |
interpolateAsMultiPatch(IPolygon pShape,
int maxStripSize,
IMultiPatch[] ppMultiPatch)
Interpolate the input Polygon and output as a Multipatch.
|
IMultipoint |
locateMultiple(IRay pRay)
Returns the intersections of the query ray and the surface.
|
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, getZstatic final int IID249cd6b0_8441_42e7_bbe6_2cae4a1dac9a
static final int xxDummy
static final java.lang.String IID
void interpolateAsMultiPatch(IPolygon pShape, int maxStripSize, IMultiPatch[] ppMultiPatch) throws java.io.IOException, AutomationException
pShape - 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.void convertToMultiPatches(IFeatureClass pFeatureClass, int maxPatchSize, int maxStripSize) throws java.io.IOException, AutomationException
pFeatureClass - 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.void decimateNodes(IEnvelope pAreaOfInterest, double zTolerance, boolean bCopyBreakline, java.lang.Object pMaxRemainingNodeCount, ITin[] ppNewTin, java.lang.Object[] pbToleranceAchieved) throws java.io.IOException, AutomationException
pAreaOfInterest - 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.void decimateNodesByCount(IEnvelope pAreaOfInterest, int maxRemainingNodeCount, boolean bCopyBreakline, ITin[] ppNewTin) throws java.io.IOException, AutomationException
pAreaOfInterest - 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.IMultipoint locateMultiple(IRay pRay) throws java.io.IOException, AutomationException
pRay - 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.