This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IV > IVectorFieldFunctionArguments Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that generate a two-band vector field given each vector component as a raster.
Description | ||
---|---|---|
AngleReferenceSystem | Denotes whether the angle is mesured in Arithmetic or Geographic Units | |
InputDataType | The type of data associated with the input rasters. Specify 'Vector-UV' to indicate a vector field defined in cartesian coordinates (x-component in the first raster, y-component in the second). Specify 'Vector-DirMag' to indicate a vector field defined in pola | |
OutputDataType | The requested data type of the output raster. Specify 'Vector-UV' to indicate a vector field defined in cartesian coordinates (x-component in the first band of the output raster, and y-component in the second band). Specify 'Vector-DirMag' to indicate a vector | |
Raster1 | The first raster object corresponding to one of the two components of the vector field. | |
Raster2 | The second raster object corresponding to one of the two components of the vector field. |
CoClasses and Classes | Description |
---|---|
VectorFieldFunctionArguments |