public interface ISensorXform
extends java.io.Serializable
Description: 'Provides access to members that control sensor specific geodata transform.' 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 |
IID4fc73b78_d994_457a_90ee_a6d0015b6548 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
double |
getConstantZ()
The constant Z value in meters.
|
IRaster |
getDEM()
The Digital Elevation Model (DEM).
|
double |
getZFactor()
The conversion factor from DEM Z unit to meters.
|
double |
getZOffset()
The Z offset in meters applied to DEM.
|
boolean |
isCorrectGeoid()
Indicates if Geoid correction is needed.
|
boolean |
isRequireDEM()
Indicates if DEM is required for applying this transform.
|
void |
setConstantZ(double z)
The constant Z value in meters.
|
void |
setCorrectGeoid(boolean pCorrection)
Indicates if Geoid correction is needed.
|
void |
setDEMByRef(IRaster ppDEM)
The Digital Elevation Model (DEM).
|
void |
setRequireDEM(boolean pRequireDEM)
Indicates if DEM is required for applying this transform.
|
void |
setZFactor(double zFactor)
The conversion factor from DEM Z unit to meters.
|
void |
setZOffset(double zOffset)
The Z offset in meters applied to DEM.
|
static final int IID4fc73b78_d994_457a_90ee_a6d0015b6548
static final int xxDummy
static final java.lang.String IID
double getConstantZ()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setConstantZ(double z)
throws java.io.IOException,
AutomationException
z - The z (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getZFactor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setZFactor(double zFactor)
throws java.io.IOException,
AutomationException
zFactor - The zFactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getZOffset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setZOffset(double zOffset)
throws java.io.IOException,
AutomationException
zOffset - The zOffset (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IRaster getDEM() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDEMByRef(IRaster ppDEM) throws java.io.IOException, AutomationException
ppDEM - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isRequireDEM()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRequireDEM(boolean pRequireDEM)
throws java.io.IOException,
AutomationException
pRequireDEM - The pRequireDEM (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.