FDO .NET API Reference | Feature Data Objects |
Inherited by OSGeo::FDO::Schema::NetworkFeatureClass.
Inheritance diagram for OSGeo::FDO::Schema::FeatureClass:
Public Member Functions | |
FeatureClass (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs a FeatureClass object based on an unmanaged instance of the object. | |
FeatureClass (System::String *name, System::String *description) | |
Constructs an instance of an FeatureClass using the specified arguments. | |
FeatureClass () | |
Constructs a default instance of an FeatureClass. | |
__property OSGeo::FDO::Schema::ClassType | get_ClassType () |
Gets the concrete class type. | |
__property OSGeo::FDO::Schema::GeometricPropertyDefinition * | get_GeometryProperty () |
Gets the geometric property that defines the geometry for this spatial feature class. | |
__property System::Void | set_GeometryProperty (OSGeo::FDO::Schema::GeometricPropertyDefinition *value) |
Sets the geometric property that defines the geometry for this spatial feature class. The specified GeometricPropertyDefinition must be a member of either ClassDefinition.GetBaseProperties or ClassDefinition.GetProperties collection. |
|
Constructs a default instance of an FeatureClass.
|
|
Constructs an instance of an FeatureClass using the specified arguments.
|
|
Constructs a FeatureClass object based on an unmanaged instance of the object.
|
|
Gets the concrete class type.
Reimplemented from OSGeo::FDO::Schema::ClassDefinition. Reimplemented in OSGeo::FDO::Schema::NetworkLinkFeatureClass, and OSGeo::FDO::Schema::NetworkNodeFeatureClass. |
|
Gets the geometric property that defines the geometry for this spatial feature class.
|
|
Sets the geometric property that defines the geometry for this spatial feature class. The specified GeometricPropertyDefinition must be a member of either ClassDefinition.GetBaseProperties or ClassDefinition.GetProperties collection.
|
Comments or suggestions? Send us feedback. |