VpfDataSet.FeatureClass Property
Gets the name of the VPF feature class to read.
Syntax
public System.String FeatureClass { get; }
Property Value
Default: Must be specified in constructor.
The name of the VPF feature class to read.
Remarks
This property specifies which part of the coverage should be read. The available features classes are defined in the FCS table (feature class schema) of the coverage, and should also be described in the documentation of the database. For the non-complex features that are currently supported, there is a one-to-one correspondence between the feature class and a feature table (a .pft,.lft, or .aft file), i.e, the feature name defines the primitive object type (point, line, or area).
In the older DCW database, the following naming convention was used for the feature classes: concatenate the name of the coverage with the type of the object, e.g., the line features in the "PO" coverage corresponds to the "POLINE" feature, the area feature class is "POAREA", and the point feature class is "POPOINT".
Platforms
Windows, Linux, Android