GridFileDatumShift.GridFileDatumShift Constructors
Initializes a new instance of the GridFileDatumShift class.
Overload List
GridFileDatumShift(System.String path, System.String fileName, System.Boolean searchSubdirectories)
Initializes a new instance of the GridFileDatumShift class, which transforms to Wgs84.Syntax
public GridFileDatumShift (
System.String path,
System.String fileName,
System.Boolean searchSubdirectories
)
Parameters
The folder that contains the files.
The name of the grid file. Wildcards (* and ?) are allowed.
If True, then all directories in path are searched recursively for files matching fileName. Otherwise only files directly in the path directory are accepted.
GridFileDatumShift(System.String path, System.String fileName, System.Boolean searchSubdirectories, DatumShiftDirection direction)
Initializes a new instance of the GridFileDatumShift class, which transforms to or from Wgs84.Syntax
public GridFileDatumShift (
System.String path,
System.String fileName,
System.Boolean searchSubdirectories,
DatumShiftDirection direction
)
Parameters
The folder that contains the files.
The name of the grid file. Wildcards (* and ?) are allowed.
If True, then all directories in path are searched recursively for files matching fileName. Otherwise only files directly in the path directory are accepted.
Tells whether the forward direction goes to or from Wgs84.
GridFileDatumShift(System.String path, System.String fileName, System.Boolean searchSubdirectories, DatumShiftDirection direction, GeodeticDatum knownDatum)
Initializes a new instance of the GridFileDatumShift class, which transforms to or from a given datum.Syntax
public GridFileDatumShift (
System.String path,
System.String fileName,
System.Boolean searchSubdirectories,
DatumShiftDirection direction,
GeodeticDatum knownDatum
)
Parameters
The folder that contains the files.
The name of the grid file. Wildcards (* and ?) are allowed.
If True, then all directories in path are searched recursively for files matching fileName. Otherwise only files directly in the path directory are accepted.
Tells whether the forward direction goes to or from the known datum.
GridFileDatumShift(System.String path, System.String fileName, System.Boolean searchSubdirectories, DatumShiftDirection direction, GeodeticDatum knownDatum, System.String authority, System.String authorityCode)
Initializes a new instance of the GridFileDatumShift class. Authority and code can be given.Syntax
public GridFileDatumShift (
System.String path,
System.String fileName,
System.Boolean searchSubdirectories,
DatumShiftDirection direction,
GeodeticDatum knownDatum,
System.String authority,
System.String authorityCode
)
Parameters
The folder that contains the files.
The name of the grid file. Wildcards (* and ?) are allowed.
If True, then all directories in path are searched recursively for files matching fileName. Otherwise only files directly in the path directory are accepted.
Tells whether the forward direction goes to or from the known datum.
The name of the authority that has assigned a unique code to the datum shift.
The unique code for the datum shift, assigned by the authority.
GridFileDatumShift(System.String path, System.String fileName, System.Boolean searchSubdirectories, DatumShiftDirection direction, GeodeticDatum knownDatum, System.String authority, System.String authorityCode, DatumShiftInfo info)
Initializes a new instance of the GridFileDatumShift class. Authority, code and documentation can be given.Syntax
public GridFileDatumShift (
System.String path,
System.String fileName,
System.Boolean searchSubdirectories,
DatumShiftDirection direction,
GeodeticDatum knownDatum,
System.String authority,
System.String authorityCode,
DatumShiftInfo info
)
Parameters
The folder that contains the files.
The name of the grid file. Wildcards (* and ?) are allowed.
If True, then all directories in path are searched recursively for files matching fileName. Otherwise only files directly in the path directory are accepted.
Tells whether the forward direction goes to or from the known datum.
The name of the authority that has assigned a unique code to the datum shift.
The unique code for the datum shift, assigned by the authority.
Documentation of the datum shift.
Remarks
Instead of this constructor, you can use the overloaded variant without the info parameter, because the info is usually extracted automatically from the authority and authorityCode. The extracted info can then be examined, for example in the dump file from a SpyOperator.
But the automatic extraction can fail (giving an info with only default properties), for example if your datum shift comes from an EPSG version newer than what Carmenta Engine supports, or from some other source.
Instead of this constructor, you can use the overloaded variant without the info parameter, because the info is usually extracted automatically from the authority and authorityCode. The extracted info can then be examined, for example in the dump file from a SpyOperator.
But the automatic extraction can fail (giving an info with only default properties), for example if your datum shift comes from an EPSG version newer than what Carmenta Engine supports, or from some other source.
Platforms
Windows, Linux, Android