public interface IGeometricFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control geometric 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 |
IIDee17ff50_4762_46b4_a1d0_e111fd7ffde1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getConstantZ()
The constant Z value in meters.
|
java.lang.Object |
getDEM()
The Digital Elevation Model (DEM) for orthorectification.
|
IGeodataXform |
getGeodataXform()
The geodata transformation.
|
java.lang.Object |
getRaster()
The source raster object.
|
double |
getZFactor()
The conversion factor from DEM Z unit to meters.
|
double |
getZOffset()
The Z offset in meters applied to DEM.
|
boolean |
isAppendGeodataXform()
Indicates whether the the geodata transformation is appended to the existing one from the input raster.
|
boolean |
isCorrectGeoid()
Indicates if Geoid correction is needed.
|
void |
setAppendGeodataXform(boolean pAppendXform)
Indicates whether the the geodata transformation is appended to the existing one from the input raster.
|
void |
setConstantZ(double z)
The constant Z value in meters.
|
void |
setCorrectGeoid(boolean pCorrection)
Indicates if Geoid correction is needed.
|
void |
setDEMByRef(java.lang.Object ppDEM)
The Digital Elevation Model (DEM) for orthorectification.
|
void |
setGeodataXformByRef(IGeodataXform ppXf)
The geodata transformation.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
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 IIDee17ff50_4762_46b4_a1d0_e111fd7ffde1
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.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.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.IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeodataXformByRef(IGeodataXform ppXf) throws java.io.IOException, AutomationException
ppXf
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAppendGeodataXform() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAppendGeodataXform(boolean pAppendXform) throws java.io.IOException, AutomationException
pAppendXform
- The pAppendXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.