Provides access to members that control geometric function arguments.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
|
Description |
|
AppendGeodataXform |
Indicates whether the the geodata transformation is appended to the existing one from the input raster. |
|
ConstantZ |
The constant Z value in meters. |
|
CorrectGeoid |
Indicates if Geoid correction is needed. |
|
DEM |
The Digital Elevation Model (DEM) for orthorectification. |
|
GeodataXform |
The geodata transformation. |
|
Raster |
The source raster object. |
|
ZFactor |
The conversion factor from DEM Z unit to meters. |
|
ZOffset |
The Z offset in meters applied to DEM. |
CoClasses that implement IGeometricFunctionArguments
.NET Samples
Create a custom raster type from the ground up for DMCII data (Code Files:
DMCIIRasterType TestDMCIIRasterType) |
Create a Mosaic dataset (Code Files:
CreateMosaicDataset)
.NET Related Topics
How to create a Geometry function dataset