Name | Description | |
---|---|---|
TransformationsControlProperties Constructor | Construct a TransformationsControlProperties to configure the TransformationsControl. Use the different properties to configure the control. They are all optional. |
The following tables list the members exposed by TransformationsControlProperties.
Name | Description | |
---|---|---|
TransformationsControlProperties Constructor | Construct a TransformationsControlProperties to configure the TransformationsControl. Use the different properties to configure the control. They are all optional. |
Name | Description | |
---|---|---|
CanEditCoordinateSystems | Gets and sets if the source coordinate systems and the target coordinate systems can be changed in the table. If set to true, buttons will appear next to the source and target coordinate system names for each row. These buttons will launch a coordinate system picker when clicked on. | |
CanEditTransformationCollection | Gets and sets if items can be added to the table (through the Add button) or removed from the table (through the Delete button for each row) in the TransformationsControl. | |
NoTransformationsMessage | Gets and sets the custom message to diplay when the transformation table within the TransformationsControl is empty. | |
ShowColumnNames | Gets and sets if column names should be displayed or not. | |
ShowNoTransformationsMessage | Gets and sets if a message (customizable with the NoTransformationsMessage property) is displayed or not when the transformation table within the TransformationsControl is empty. | |
ShowWarningForEmptyTransformationSelection | Gets and sets if a warning message is displayed if there is no initial selection for a transformation element. | |
SourceCoordinateSystemColumnName | Gets and sets the column name for the source coordinate system column. | |
SpatialFilter | Gets and sets the spatial filter. If specified, the SpatialFilter will be used to filter the available transformations for all source and target coordinate system pairs in the table. If not specified, all the possible transformations for a given source and target coordinate system pair will be returned. Additionaly, if a SpatialFilter is also defined on a given TransformationInfo object, it will override this property (for this specific TransformationInfo object). | |
TargetCoordinateSystemColumnName | Gets and sets the column name for the target coordinate system column. | |
Title | Gets and sets the title for the table. This is used by screen reader technologies to announce the name of the table. It is not used in the user interface. | |
TransformationColumnName | Gets and sets the column name for the transformation column. | |
TransformationsInfo | Gets and sets the transformation information used to populate the table within the TransformationsControl. Each TransformationInfo object will be used to populate one row of the table. |