Inherits from
System.Object
Description
The TransformPreferences class describes a set of options that can be used to find CoordTransforms in the data source when one does not know specifically which transforms are needed. It is used with the EstablishTransform method, which is a member of the DataSource, and in the TransformPicker user interface.
Constructors
|
Constructor |
Description |
|
TransformPreferences |
Creates a new instance of the TransformPreferences class |
Properties
|
Property |
Description |
|
Specifies an area to use to limit the transforms returned. |
|
|
List of DatumTransform types to be used to restrict the transforms returned. |
|
|
List of DatumTransforms to always exclude in the return list. |
|
|
List of DatumTransforms to always include in the return list. |
|
|
Specifies the intermediate datum's GC code to use for non direct horizontal transforms. |
|
|
Specifies the intermediate datum's GC code to use for non direct vertical transforms. |
|
|
Options to restrict which transforms will be returned. |
|
|
Whether or not to provide vertical transformations even when it appears we have a noop. |
|
|
List of ParametricTransform types to be used to restrict the transforms returned. |
|
|
List of VerticalTransform types to be used to restrict the transforms returned. |
Methods
|
Method |
Description |
|
Creates a clone of this object. |
|
|
Value equals comparison. (Overrides Object.Equals()). |
|
|
Serves as a hash function for a particular type. (Overrides Object.GetHashCode()). |
|
|
Inherited Method |
Description |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
|
ToString |
Returns a string that represents the current object. (Inherited from Object). |
Overloaded Operators
|
Operator |
Description |
|
Assigns a new value to this DatumShiftPreferences |
|
|
Compares the value of two DatumShiftPreferences objects |
|
|
Compares the value of two DatumShiftPreferences objects |
Comments
0 comments
Please sign in to leave a comment.