This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterGeometryProc2 Interface > IRasterGeometryProc2.ProjectFast Method (ArcObjects .NET 10.5 SDK) |
Projects the input raster using a single polynomial fit to compute the adjustment between coordinate systems.
[Visual Basic .NET] Public Sub ProjectFast ( _ ByVal pNewSR As ISpatialReference, _ ByVal resampleType As rstResamplingTypes, _ [ByRef CellSize As Object], _ [ByVal pRaster As IRaster] _ )
[C#] public void ProjectFast ( ISpatialReference pNewSR, rstResamplingTypes resampleType, ref object CellSize, ref IRaster pRaster );
Optional Values
[C++]
HRESULT ProjectFast(
ISpatialReference* pNewSR,
rstResamplingTypes resampleType,
VARIANT* CellSize,
IRaster* pRaster
);
[C++]
Parameters pNewSR [in]
pNewSR is a parameter of type ISpatialReference resampleType [in]
resampleType is a parameter of type rstResamplingTypes CellSize [optional] CellSize is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND. pRaster [optional]
pRaster is a parameter of type IRaster