Click or drag to resize
FdoCoordinateTransform Class
Inheritance Hierarchy
SystemObject
  FDF.Common.Features.TransformsFdoTransform
    FDF.Common.Features.TransformsFdoCoordinateTransform

Namespace: FDF.Common.Features.Transforms
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public sealed class FdoCoordinateTransform : FdoTransform

The FdoCoordinateTransform type exposes the following members.

Constructors
  NameDescription
Public methodFdoCoordinateTransform
Initializes a new instance of the FdoCoordinateTransform class
Public methodFdoCoordinateTransform(Int32, Int32)
Initializes a new instance of the FdoCoordinateTransform class
Top
Properties
  NameDescription
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
(Overrides FdoTransformIsEmpty.)
Public propertyIsSourceFixed
Returns True if source coordinate system is fixed and cannot be changed, otherwise returns False.
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 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
See Also