Unit
Derived Types: AngularUnit, LinearUnit
An abstract class that serves as a base to its derived types, providing common properties.
Property |
Type |
Description |
---|---|---|
StandardUnitsPerUnit |
double |
The standard units per unit for a coordinate system. |
WKID |
int |
Well known identifier (WKID). |
WKIDSpecified |
bool |
Indicates if WKID is defined. |
WKT |
string |
Well known text string (WKT). |
10/23/2013