Go to the source code of this file.
|
enum | AGSAttributeUnit {
AGSAttributeUnitUnknown = 0
, AGSAttributeUnitInches = 1
, AGSAttributeUnitFeet = 2
, AGSAttributeUnitYards = 3
,
AGSAttributeUnitMiles = 4
, AGSAttributeUnitMillimeters = 5
, AGSAttributeUnitCentimeters = 6
, AGSAttributeUnitDecimeters = 7
,
AGSAttributeUnitMeters = 8
, AGSAttributeUnitKilometers = 9
, AGSAttributeUnitNauticalMiles = 10
, AGSAttributeUnitDecimalDegrees = 11
,
AGSAttributeUnitSeconds = 12
, AGSAttributeUnitMinutes = 13
, AGSAttributeUnitHours = 14
, AGSAttributeUnitDays = 15
} |
|
◆ AGSAttributeUnit
Types of unit for network attributes.
- Since
- 100.0
Enumerator |
---|
AGSAttributeUnitUnknown | An unknown unit.
|
AGSAttributeUnitInches | An inches attribute unit.
|
AGSAttributeUnitFeet | A feet attribute unit.
|
AGSAttributeUnitYards | A yards attribute unit.
|
AGSAttributeUnitMiles | A miles attribute unit.
|
AGSAttributeUnitMillimeters | A millimeters attribute unit.
|
AGSAttributeUnitCentimeters | A centimeters attribute unit.
|
AGSAttributeUnitDecimeters | A decimeters attribute unit.
|
AGSAttributeUnitMeters | A meters attribute unit.
|
AGSAttributeUnitKilometers | A kilometers attribute unit.
|
AGSAttributeUnitNauticalMiles | A nautical miles attribute unit.
|
AGSAttributeUnitDecimalDegrees | A decimal degrees attribute unit.
|
AGSAttributeUnitSeconds | A seconds attribute unit.
|
AGSAttributeUnitMinutes | A minutes attribute unit.
|
AGSAttributeUnitHours | An hours attribute unit.
|
AGSAttributeUnitDays | A days attribute unit.
|