Click or drag to resize
FdoTransform Class
Inheritance Hierarchy

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

The FdoTransform type exposes the following members.

Constructors
  NameDescription
Protected methodFdoTransform
Initializes a new instance of the FdoTransform class
Top
Properties
  NameDescription
Public propertyIsDisabled
Gets or sets whether this transform is disabled or not.
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the FdoTransform
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the FdoTransform and optionally releases the managed resources
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodTransform
Performs in-place coordinate transformation of a feature.
Top
See Also