FDO API Reference Feature Data Objects

FeatureClass Class Reference

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.


Public Member Functions

 FeatureClass (System::IntPtr unmanaged, System::Boolean autoDelete)
 FeatureClass (System::String *name, System::String *description)
 Constructs an instance of an FdoFeatureClass using the specified arguments.
 FeatureClass ()
 Constructs a default instance of an FdoFeatureClass.
__property NAMESPACE_OSGEO_FDO_SCHEMA::ClassType get_ClassType ()
 Gets the concrete class type.
__property NAMESPACE_OSGEO_FDO_SCHEMA::GeometricPropertyDefinition * get_GeometryProperty ()
 Gets the geometric property that defines the geometry for this spatial feature class.
__property System::Void set_GeometryProperty (NAMESPACE_OSGEO_FDO_SCHEMA::GeometricPropertyDefinition *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.

Comments or suggestions? Send us feedback.