com.esri.arcgis.geometry
Interface IFunctionalSurface2

All Superinterfaces:
IFunctionalSurface, java.io.Serializable
All Known Implementing Classes:
IFunctionalSurface2Proxy, RasterSurface

public interface IFunctionalSurface2
extends IFunctionalSurface, java.io.Serializable

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

Description: 'Provides access to members that allow changes to be made to the interpolation domain, in addition to the IFunctionalSurface members.' 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 IIDe91ae5c7_2c16_11d4_80e2_00c04fa0adf8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IFunctionalSurface
IID98d17b10_951c_11d2_bcfc_0000f875bcce
 
Method Summary
 void setDomain(IPolygon rhs1)
          The interpolation domain of the surface.
 
Methods inherited from interface com.esri.arcgis.geometry.IFunctionalSurface
getDomain, getZ
 

Field Detail

IIDe91ae5c7_2c16_11d4_80e2_00c04fa0adf8

static final int IIDe91ae5c7_2c16_11d4_80e2_00c04fa0adf8
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

setDomain

void setDomain(IPolygon rhs1)
               throws java.io.IOException,
                      AutomationException
The interpolation domain of the surface.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IPolygon (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.