GeometryDef
A class for a geometry definition that defines spatial qualities.
Property |
Type |
Description |
---|---|---|
AvgNumPoints |
int |
The estimated average number of points per feature. |
GeometryType |
The enumerated geometry type. | |
GridSize0 |
double |
First grid size. |
GridSize0Specified |
bool |
Indicates if GridSize0 is specified. |
GridSize1 |
double |
Second grid size. |
GridSize1Specified |
bool |
Indicates if GridSize1 is specified. |
GridSize2 |
double |
Third grid size. |
GridSize2Specified |
bool |
Indicates if GridSize2 is specified. |
HasM |
bool |
Indicates if the feature class has measure (M) values. |
HasZ |
bool |
Indicates if the feature class has Z values. |
SpatialReference |
The spatial reference for the dataset. |
Remarks
All geodatabases must have at least one grid size. However file geodatabases and ArcSDE geodatabases can have multiple grid sizes. If you have multiple grids, then GridSize1 must be larger than GridSize0, and GridSize2 must be larger than GridSize1.