CrsTransform Class |
Namespace: FDF.Common.CoordinateSystems
The CrsTransform type exposes the following members.
Name | Description | |
---|---|---|
![]() | CrsTransform | Initializes a new instance of the CrsTransform class |
![]() | CrsTransform(Int32, Int32) | Initializes a new instance of the CrsTransform class |
Name | Description | |
---|---|---|
![]() | IsDisabled |
Gets or sets whether specified data should undergo coordinate transformation.
|
![]() | IsEmpty |
Returns True if object instance is considered empty,
otherwise returns False.
|
![]() | IsSameGeographicCS | |
![]() | IsSourceFixed |
Returns True if source coordinate system
is fixed and cannot be changed, otherwise returns False.
|
![]() | IsSourceGeographic | |
![]() | IsSourceMandatory |
Returns True if source coordinate system
is mandatory, otherwise returns False.
|
![]() | IsTargetFixed |
Returns True if target coordinate system
is fixed and cannot be changed, otherwise returns False.
|
![]() | IsTargetGeographic | |
![]() | IsTargetMandatory |
Returns True if target coordinate system
is mandatory, otherwise returns False.
|
![]() | Source |
Gets or sets source coordinate system.
|
![]() | Target |
Gets or sets target coordinate system.
|
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the CrsTransform |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the CrsTransform and optionally releases the managed resources |
![]() | InverseTransform | |
![]() | IsValid |
Returns True if object instance is considered valid,
otherwise returns False.
|
![]() | Transform(FdoFeature) |
Performs in-place coordinate transformation of a feature.
Returns True if successful, otherwise returns False.
|
![]() | Transform(GeCoordinate) |
Performs in-place coordinate transformation of a coordinate.
Returns True if successful, otherwise returns False.
|
![]() | Transform(GeEnvelope) |
Returns coordinate transformation of specified envelope.
|
![]() | Transform(GeCoordinateCollection, Boolean) |
Performs in-place coordinate transformation of coordinate collection.
Returns True if successful, otherwise returns False.
|
![]() | TransformForward | |
![]() | TransformInverse | |
![]() | TryTransform |
Performs in-place coordinate transformation of a envelope.
Returns True if successful, otherwise returns False.
|