Provides access to members that generate a two-band vector field given each vector component as a raster.
Members
Name | 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. |
IVectorFieldFunctionArguments.AngleReferenceSystem Property
Denotes whether the angle is mesured in Arithmetic or Geographic Units.
Public Property AngleReferenceSystem As esriAngleReferenceSystem
public esriAngleReferenceSystem AngleReferenceSystem {get; set;}
IVectorFieldFunctionArguments.InputDataType Property
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.
Public Property InputDataType As String
public string InputDataType {get; set;}
IVectorFieldFunctionArguments.OutputDataType Property
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.
Public Property OutputDataType As String
public string OutputDataType {get; set;}
IVectorFieldFunctionArguments.Raster1 Property
The first raster object corresponding to one of the two components of the vector field.
Public Property Raster1 As Object
public object Raster1 {get; set;}
IVectorFieldFunctionArguments.Raster2 Property
The second raster object corresponding to one of the two components of the vector field.
Public Property Raster2 As Object
public object Raster2 {get; set;}
Classes that implement IVectorFieldFunctionArguments
Classes | Description |
---|---|
VectorFieldFunctionArguments | A class for vector field raster function arguments. |