Provides access to members that control reproject function arguments.
Members
Name | Description | |
---|---|---|
Raster | The source raster object. | |
SpatialReference | The output spatial reference. | |
XCellsize | The X cell size. | |
XOrigin | The X origin. | |
YCellsize | The Y cell size. | |
YOrigin | The Y origin. |
IReprojectFunctionArguments.Raster Property
The source raster object.
Public Property Raster As Object
public object Raster {get; set;}
IReprojectFunctionArguments.SpatialReference Property
The output spatial reference.
Public Property SpatialReference As Object
public object SpatialReference {get; set;}
IReprojectFunctionArguments.XCellsize Property
The X cell size.
Public Property XCellsize As Double
public double XCellsize {get; set;}
IReprojectFunctionArguments.XOrigin Property
The X origin.
Public Property XOrigin As Double
public double XOrigin {get; set;}
IReprojectFunctionArguments.YCellsize Property
The Y cell size.
Public Property YCellsize As Double
public double YCellsize {get; set;}
IReprojectFunctionArguments.YOrigin Property
The Y origin.
Public Property YOrigin As Double
public double YOrigin {get; set;}
Classes that implement IReprojectFunctionArguments
Classes | Description |
---|---|
ReprojectFunctionArguments | The Reproject function arguments. |