public interface ITerrainFlattenFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Radiometric Terrain Flatten Function arguments.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID97416523_7d95_407b_bcc3_452313421e16 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getCalibrationType()
The type of calibration.
|
java.lang.Object |
getDEM()
The input elevation model.
|
java.lang.Object |
getRaster()
The input raster.
|
boolean |
isCorrectGeoid()
Indicates if Geoid correction is needed.
|
void |
setCalibrationType(int pType)
The type of calibration.
|
void |
setCorrectGeoid(boolean pCorrection)
Indicates if Geoid correction is needed.
|
void |
setDEMByRef(java.lang.Object ppDEM)
The input elevation model.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster.
|
static final int IID97416523_7d95_407b_bcc3_452313421e16
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDEM() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDEMByRef(java.lang.Object ppDEM) throws java.io.IOException, AutomationException
ppDEM
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCorrectGeoid() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCorrectGeoid(boolean pCorrection) throws java.io.IOException, AutomationException
pCorrection
- The pCorrection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCalibrationType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriRadarCalibration constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCalibrationType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.