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 > IRasterGeometryProc Interface > IRasterGeometryProc.PointsTransform Method (ArcObjects .NET 10.5 SDK) |
Transforms a set of points based upon the transformation being applied to the input raster.
[Visual Basic .NET] Public Function PointsTransform ( _ ByVal inPoints As IPointCollection, _ ByVal isForward As Boolean, _ ByVal pRaster As IRaster _ ) As IPointCollection
[C#] public IPointCollection PointsTransform ( IPointCollection inPoints, bool isForward, IRaster pRaster );
[C++]
HRESULT PointsTransform(
IPointCollection* inPoints,
VARIANT_BOOL isForward,
IRaster* pRaster,
IPointCollection** outPoints
);
[C++]
Parameters inPoints [in]
inPoints is a parameter of type IPointCollection isForward [in] isForward is a parameter of type VARIANT_BOOL pRaster [in]
pRaster is a parameter of type IRaster outPoints [out, retval]
outPoints is a parameter of type IPointCollection
The PointsTransform method transforms a set of points and using the transformations currently held in the input raster. The points can be transformed forwards or backwards.