|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeometricFunctionArguments
Provides access to members that control geometric function arguments.
Method Summary | |
---|---|
double |
getConstantZ()
The constant Z value in meters. |
Object |
getDEM()
The Digital Elevation Model (DEM) for orthorectification. |
IGeodataXform |
getGeodataXform()
The geodata transformation. |
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(Object ppDEM)
The Digital Elevation Model (DEM) for orthorectification. |
void |
setGeodataXformByRef(IGeodataXform ppXf)
The geodata transformation. |
void |
setRasterByRef(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. |
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.Object getDEM() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDEMByRef(Object ppDEM) throws IOException, AutomationException
ppDEM
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getConstantZ() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConstantZ(double z) throws IOException, AutomationException
z
- The z (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZFactor(double zFactor) throws IOException, AutomationException
zFactor
- The zFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZOffset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZOffset(double zOffset) throws IOException, AutomationException
zOffset
- The zOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCorrectGeoid() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCorrectGeoid(boolean pCorrection) throws IOException, AutomationException
pCorrection
- The pCorrection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeodataXform getGeodataXform() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeodataXformByRef(IGeodataXform ppXf) throws IOException, AutomationException
ppXf
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAppendGeodataXform() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAppendGeodataXform(boolean pAppendXform) throws IOException, AutomationException
pAppendXform
- The pAppendXform (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 |