Click or drag to resize
CGISiIsMIRotatedRasterTabFile Method
Returns TRUE if file is a rotated MapInfo Raster TAB file.

Available since Oasis montaj version: 6.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Returns 1 if: a) This is a MapInfo RASTER file b) A three-point warp is defined. c) The warp requires a rotation in order to exactly map the input and output warp points. The rotation must be at least 1.e-6 radians. This function will register an error (and return 0) if problems are encountered opening or reading the TAB file.
Syntax
public static int iIsMIRotatedRasterTabFile(
	CGXNETCore gxNetShared,
	string tab
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
tab
Type: SystemString
Name of input tab file

Return Value

Type: Int32
0 if not a rotated MapInfo Raster TAB file 1 if it is (see conditions below).
See Also