|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFunctionalSurface2
Provides access to members that allow changes to be made to the interpolation domain, in addition to the IFunctionalSurface members.
IFunctionalSurface2 extends the functionality of the IFunctionalSurface interface by allowing the user to restrict the Domain of the FunctionalSurface.
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 |
---|
void setDomain(IPolygon rhs1) throws IOException, AutomationException
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.
rhs1
- A reference to a com.esri.arcgis.geometry.IPolygon (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |