Click or drag to resize
IFdoFeature Interface
Interface providing feature classification capabilities.

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdoFeature : IFdfEnumerable, 
	IFdfQueryable, IFdfLocalizable, IFdfEditable, ICloneable, ICrsTransformable<IFdoFeature>

The IFdoFeature type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Gets or sets feature annotations.
Public propertyGeometry
Gets or sets feature geometry.
Public propertyHasAnnotations
Returns True if feature has annotations (labels) set, otherwise returns False.
Public propertyHasGeometry
Returns True if feature geometry is set, otherwise returns False.
Public propertyIdentifier
Gets or sets globally unique feature identifier.
Public propertyProperties
Gets or sets feature properties.
Top
Methods
  NameDescription
Public methodEvaluate
Evaluates both feature properties and associated geometry.
Public methodEvaluateExpression
Evaluates specified expression String against the feature instance.
Public methodGetSchemaTable
Returns an empty data table representing feature schema. Compliant with IDataReader.
Top
Remarks