This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a set of geographic and vertical transformation operators.
Name | Description | |
---|---|---|
AddTo | Adds content of this set to the pDst. | |
Count | The number of geographic transformations in the set. | |
Find | Check a geographic transformation and a direction to see if it exists in the set. | |
FindHVTransform | Check a transformation and a direction to see if it exists in the set. | |
Get | Returns a default geographic transformation. | |
GetHVTransform | Finds a transformation. | |
HVCount | The number of HV transformations in the set. | |
Next | Retrieves the next geographic transformation in the set. | |
NextHVTransform | Retrieves the next transformation in the set. | |
Remove | Deletes a particular geographic transformation. | |
RemoveAll | Deletes all transformations in the set. | |
RemoveByKey | Deletes a particular geographic transformation by its from and to GCS. | |
RemoveHVTransform | Deletes a particular geographic or HV transformation. | |
RemoveHVTransformByKey | Deletes a particular transformation by its from and to GCS. | |
Reset | Reinitializes the transformation set iterator. | |
Set | Sets a default geographic transformation. | |
SetHVTransform | Adds an HV transformation. |
Interfaces | Description |
---|---|
IGeoTransformationOperationSet | Provides access to members that control a set of geographic transformation operators (GT + direction). |
CoClasses and Classes | Description |
---|---|
GeoTransformationOperationSet | Stores a set of geographic transformation operators (GT + direction). |