Click or drag to resize
CrsTransform Class
Inheritance Hierarchy
SystemObject
  FDF.Common.CoordinateSystemsCrsTransform

Namespace: FDF.Common.CoordinateSystems
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class CrsTransform : IDisposable, 
	IFdfQueryable

The CrsTransform type exposes the following members.

Constructors
  NameDescription
Public methodCrsTransform
Initializes a new instance of the CrsTransform class
Public methodCrsTransform(Int32, Int32)
Initializes a new instance of the CrsTransform class
Top
Properties
  NameDescription
Public propertyIsDisabled
Gets or sets whether specified data should undergo coordinate transformation.
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Public propertyIsSameGeographicCS
Public propertyIsSourceFixed
Returns True if source coordinate system is fixed and cannot be changed, otherwise returns False.
Public propertyIsSourceGeographic
Public propertyIsSourceMandatory
Returns True if source coordinate system is mandatory, otherwise returns False.
Public propertyIsTargetFixed
Returns True if target coordinate system is fixed and cannot be changed, otherwise returns False.
Public propertyIsTargetGeographic
Public propertyIsTargetMandatory
Returns True if target coordinate system is mandatory, otherwise returns False.
Public propertySource
Gets or sets source coordinate system.
Public propertyTarget
Gets or sets target coordinate system.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the CrsTransform
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the CrsTransform and optionally releases the managed resources
Public methodInverseTransform
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodTransform(FdoFeature)
Performs in-place coordinate transformation of a feature. Returns True if successful, otherwise returns False.
Public methodTransform(GeCoordinate)
Performs in-place coordinate transformation of a coordinate. Returns True if successful, otherwise returns False.
Public methodTransform(GeEnvelope)
Returns coordinate transformation of specified envelope.
Public methodTransform(GeCoordinateCollection, Boolean)
Performs in-place coordinate transformation of coordinate collection. Returns True if successful, otherwise returns False.
Public methodTransformForward
Public methodTransformInverse
Public methodTryTransform
Performs in-place coordinate transformation of a envelope. Returns True if successful, otherwise returns False.
Top
See Also