Inherits from
System.Object
Description
The CTLExportDialog class displays a dialog that allows the user to export objects from the datasource to a CTL File
- The Load button will load an existing CTL file that can be modified.
- Use the + button or right-click to Add New Items for Export. This will open a datasource view to select object from the datasource for export. The objects that can be selected from the Datasource are Coordinate Systems and Single Transformations.

See below for more information on the relationship between GeoCalc and CTL objects.
- Right-click on a listed object to view object information, remove, or Promote to Early Bound.

GeoCalc Datasource and CTL Crosswalk
The GeoCalc Datasource has a different organization structure than CTL format. See below for the relationship between GeoCalc Type and CTL Type.
GeoCalc Type CTL Type Geographic or Projected Coordinate System Late Bound Coordinate System Concatenated Transformation
(Coordinate System plus transformation to WGS84)Early Bound Coordinate System Datum Transformation Simple Transform Promote to Early Bound
Promote to Early Bound will convert a Geographic or Projected coordinate system to a Concatenated Transform, which will include both the Coordinate System and the selected transformation.

When selecting multiple objects, if all objects reference the same transformations, a single Select Transform window will be displayed. Otherwise each coordinate system will show a Select Transform dialog, noting the system in the title bar.
-
Specify the Engine and Engine Version if different than the default.
-
Specify the Authority and Authority Scheme for new systems.
This will generate an Authority Code. Any objects without an EPSG code or an existing value for the specified authority code will have one generated based on the Authority Scheme settings.
-
Auto Increment - This setting will find the existing range of authority codes, and increment one from the maximum. If no authority codes exist, the authority code will begin incrementing from 700001. Auto Increment is currently the only available option for generating Authority Codes.
-
Constructors
|
Constructor |
Description |
|
Creates a new instance of the CTLExportDialog class |
Properties
|
Property |
Description |
|
Gets or sets the URL of the help file to display when form's help button is clicked. |
|
|
Gets or sets the URL of the help file to display when form's help button is clicked. |
|
|
Gets or sets the URL of the help file to display when form's help button is clicked. |
|
|
A list of identifiers to hide in the dialog. |
|
|
Gets or sets the parent. |
|
|
Gets or sets the parent. |
|
|
Gets or sets the flag to show the Preview button for supported object types. |
|
|
Gets or sets the optional custom caption. |
Methods
|
Method |
Description |
|
Method to show the CTL Export dialog. |
|
|
Inherited Method |
Description |
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object). |
|
GetHashCode |
Serves as the default hash function. (Inherited from Object). |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
|
ToString |
Returns a string that represents the current object. (Inherited from Object). |
Comments
0 comments
Please sign in to leave a comment.