Click or drag to resize
FDF.Common.Features.Tasks Namespace
 
Classes
  ClassDescription
Public classFdoClassifyObjectsTask
Task specialized for classifying objects into schema-compliant features.
Public classFdoDoubleFilteredTask
Represents a base class for building double-filtered tasks specialized for processing one working set of features against the other.
Public classFdoEraseDuplicateObjectsTask
Task specialized for erasing duplicate features.
Public classFdoEraseObjectsTask
Task specialized for feature removal.
Public classFdoEraseShortObjectsTask
Task specialized for erasing short features.
Public classFdoFilteredTask
Represents a base class for building single-filtered tasks specialized for processing a single working set of features.
Public classFdoFlattenObjectsTask
Task specialized for flattening features, by setting their geometries from 3D to 2D.
Public classFdoInvalidateObjectsTask
Task specialized for feature validation, telling whether specific set of features is valid or not with regards to a given context.
Public classFdoJob
Represents an ordered, serializable collection of tasks.
Public classFdoJobReader
Public classFdoJobWriter
Public classFdoOverlapObjectsTask
Task specialized for detecting feature overlapping.
Public classFdoOverlayObjectsTask
Task specialized for spatial overlaying of two sets of features.
Public classFdoRelateObjectsTask
Task specialized for spatial relating of two sets of features.
Public classFdoReprojectObjectsTask
Task specialized for feature re-projection (coordinate transformation) to and from spatial reference systems (SRS).
Public classFdoSnapToLinksTask
Public classFdoTask
Represents a base class for building tasks.
Public classFdoTaskCollection
Represents an ordered collection of tasks.
Public classFdoTaskEventArgs
Represents a class containing task event data.
Public classFdoTaskResult
Represents results of a single task evaluation.
Interfaces
  InterfaceDescription
Public interfaceIFdoDoubleFilteredTask
Interface providing double-filtered feature processing capabilities.
Public interfaceIFdoFilteredTask
Interface providing single-filtered feature processing capabilities.
Public interfaceIFdoTask
Interface providing specialized feature processing capabilities.
Delegates
Enumerations
  EnumerationDescription
Public enumerationFdoTaskResolution
Error resolution of a task during run-time.
Public enumerationFdoTaskStatus
Status of a task being set during run-time.