|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrendFunctionArguments
Provides access to members that control trend function arguments.
Method Summary | |
---|---|
IDoubleArray |
getCurveParameters()
The simple curve trend surface parameters. |
IDoubleArray |
getPlaneParameters()
The plane trend surface parameters. |
Object |
getRaster()
The input raster for conversion. |
void |
setCurveParametersByRef(IDoubleArray ppParameters)
The simple curve trend surface parameters. |
void |
setPlaneParametersByRef(IDoubleArray ppParameters)
The plane trend surface parameters. |
void |
setRasterByRef(Object ppRaster)
The input raster for conversion. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getPlaneParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlaneParametersByRef(IDoubleArray ppParameters) throws IOException, AutomationException
ppParameters
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getCurveParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurveParametersByRef(IDoubleArray ppParameters) throws IOException, AutomationException
ppParameters
- A reference to a com.esri.arcgis.system.IDoubleArray (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 |