FDO API Reference Feature Data Objects

FdoFeatureClass Class Reference

#include <FeatureClass.h>

Inherits FdoClassDefinition.

Inherited by FdoNetworkFeatureClass.

Inheritance diagram for FdoFeatureClass:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoFeatureClass class can be used to represent spatial or non-spatial features. Spatial features must have at lease one geometric property. The FdoFeatureClass type has one pre-defined base property "Bounds". The "Bounds" read-only property can be used to get the geometric boundary of the spatial feature. The value of this property will be null if the feature is not a spatial feature.

Definition at line 37 of file FeatureClass.h.


Public Member Functions

virtual void _writeBaseXml (FdoSchemaXmlContext *pContext)
virtual void _writeXml (FdoSchemaXmlContext *pContext)
 Serialize this feature class to XML.
virtual FDO_API FdoClassType GetClassType ()
 Gets the concrete class type.
FDO_API FdoGeometricPropertyDefinitionGetGeometryProperty ()
 Gets the geometric property that defines the geometry for this spatial feature class.
virtual void InitFromXml (const FdoString *classTypeName, FdoSchemaXmlContext *pContext, FdoXmlAttributeCollection *attrs)
 Initialize the feature class from its XML attributes.
virtual void Set (FdoClassDefinition *pClass, FdoSchemaXmlContext *pContext)
 Update this feature class from the given feature class.
FDO_API void SetGeometryProperty (FdoGeometricPropertyDefinition *value)
 Sets the geometric property that defines the geometry for this spatial feature class. The specified FdoGeometricPropertyDefinition must be a member of either the FdoClassDefinition.GetBaseProperties or FdoClassDefinition.GetProperties collection.

Static Public Member Functions

static FDO_API FdoFeatureClassCreate (FdoString *name, FdoString *description)
 Constructs an instance of an FdoFeatureClass using the specified arguments.
static FDO_API FdoFeatureClassCreate ()
 Constructs a default instance of an FdoFeatureClass.

Protected Member Functions

virtual void _AcceptChanges ()
virtual void _BeginChangeProcessing ()
virtual void _EndChangeProcessing ()
virtual void _RejectChanges ()
virtual void _StartChanges ()
 FdoFeatureSchema::RejectChanges() support.
virtual void Dispose ()
 Dispose this object.
 FdoFeatureClass (FdoString *name, FdoString *description)
 Constructs an instance of an FdoFeatureClass using the specified arguments.
 FdoFeatureClass ()
 Constructs a default instance of an FdoFeatureClass.
virtual ~FdoFeatureClass ()

Protected Attributes

FdoGeometricPropertyDefinitionm_geometryCHANGED

Friends

class FdoSchemaCollection

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.