Click or drag to resize
FdoFeature Class
Represents a feature instance.
Inheritance Hierarchy
SystemObject
  FDF.Common.FeaturesFdoFeature

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public sealed class FdoFeature : IFdoFeature, 
	IFdfObject

The FdoFeature type exposes the following members.

Constructors
  NameDescription
Public methodFdoFeature
Initializes a new instance of the FdoFeature class
Public methodFdoFeature(String)
Initializes a new instance of the FdoFeature class
Public methodFdoFeature(IFdoFeature)
Initializes a new instance of the FdoFeature class
Public methodFdoFeature(IGeGeometry)
Initializes a new instance of the FdoFeature class
Public methodFdoFeature(String, IGeGeometry)
Initializes a new instance of the FdoFeature class
Public methodFdoFeature(IFdoFeature, IGeGeometry)
Initializes a new instance of the FdoFeature class
Top
Properties
  NameDescription
Public propertyAnnotations
Gets or sets feature annotations.
Public propertyGeometry
Gets or sets feature geometry.
Public propertyHandle
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 propertyIsClassified
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Public propertyName
Gets or sets the name of the object instance.
Public propertyProperties
Gets or sets feature properties.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
Public methodEvaluate
Evaluates both feature properties and associated geometry.
Public methodEvaluateExpression
Evaluates specified expression String against the feature instance.
Public methodGetProperties
Public methodGetSchemaTable(Boolean)
Returns an empty data table representing feature schema. Compliant with IDataReader.
Public methodStatic memberGetSchemaTable(Element)
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodTransformForward
Returns object that is result of forward transformation of this object using specified referential coordinate transform.
Public methodTryParseExpression
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns True if two features are equal, otherwise returns False.
Public operatorStatic memberInequality
Returns True if two features are not equal, otherwise returns False.
Top
Fields
Remarks