DEFeatureClass
Base Type: DETable
Derived Types: DERasterCatalog
A class for a feature class data element object.
|
Property |
Type |
Description |
|---|---|---|
|
AreaFieldName |
string |
The geometry area field. |
|
Extent |
The extent of the coverage. | |
|
FeatureType |
The feature type of the feature class. | |
|
HasM |
bool |
Indicates if the feature class supports M values. |
|
HasMSpecified |
bool |
Indicates if HasM is specified. |
|
HasSpatialIndex |
bool |
Indicates if the feature class has a spatial index. |
|
HasSpatialIndexSpecified |
bool |
Indicates if HasSpatialIndex is specified. |
|
HasZ |
bool |
Indicates if the feature class supports Zs. |
|
HasZSpecified |
bool |
Indicates if HasZ is specified. |
|
LengthFieldName |
string |
The geometry length field. |
|
ShapeFieldName |
string |
The shape field name of the feature class. |
|
ShapeType |
The geometry type of the feature class. | |
|
SpatialReference |
The spatial reference of the geodataset. |