com.esri.arcgis.geometry
Interface IFunctionalSurface2

All Superinterfaces:
IFunctionalSurface, Serializable
All Known Implementing Classes:
RasterSurface

public interface IFunctionalSurface2
extends IFunctionalSurface, Serializable

Provides access to members that allow changes to be made to the interpolation domain, in addition to the IFunctionalSurface members.

Description

IFunctionalSurface2 extends the functionality of the IFunctionalSurface interface by allowing the user to restrict the Domain of the FunctionalSurface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void setDomain(IPolygon rhs1)
          The interpolation domain of the surface.
 
Methods inherited from interface com.esri.arcgis.geometry.IFunctionalSurface
getDomain, getZ
 

Method Detail

setDomain

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

Description

Sets the Polygon Domain in which the FunctionalSurface is defined. The Domain is the region in which all (x, y) coordinates have a single corresponding Z value on the FunctionalSurface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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