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 =
Method Summary |
void |
setDomain(IPolygon rhs1)
The interpolation domain of the surface. |
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
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.