com.esri.arcgis.geometry
Interface IFunctionalSurface3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFunctionalSurface3Proxy, Tin

public interface IFunctionalSurface3
extends java.io.Serializable

COM Interface 'IFunctionalSurface3'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that allow fuller interpolation of polygonal patches.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2c6b9dbb_1c4b_435c_8a85_807eb33553e4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void interpolateAsMultiPatch(IPolygon pShape, int maxStripSize, IMultiPatch[] ppMultiPatch)
          Interpolate the input Polygon and output as a Multipatch.
 void interpolateShape(IGeometry pShape, IGeometry[] ppOutShape, java.lang.Object pStepSize)
          Interpolates z values for a defined geometric shape.
 

Field Detail

IID2c6b9dbb_1c4b_435c_8a85_807eb33553e4

static final int IID2c6b9dbb_1c4b_435c_8a85_807eb33553e4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

interpolateShape

void interpolateShape(IGeometry pShape,
                      IGeometry[] ppOutShape,
                      java.lang.Object pStepSize)
                      throws java.io.IOException,
                             AutomationException
Interpolates z values for a defined geometric shape.

Parameters:
pShape - A reference to a com.esri.arcgis.geometry.IGeometry (in)
ppOutShape - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
pStepSize - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolateAsMultiPatch

void interpolateAsMultiPatch(IPolygon pShape,
                             int maxStripSize,
                             IMultiPatch[] ppMultiPatch)
                             throws java.io.IOException,
                                    AutomationException
Interpolate the input Polygon and output as a Multipatch.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.