Packagecom.esri.baserver
Classpublic final class StdGeographyType
InheritanceStdGeographyType Inheritance BaseEnum Inheritance Object

The StdGeographyType class provides an enumeration of methods for aggregating table data in rows that have an identic geography ID.

See also

StandardLevelsOfGeographyParameters


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
StdGeographyType
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
toEnumItem(value:String, defaultItem:StdGeographyType = null):StdGeographyType
[static] Converts a string value to the enumeration item.
StdGeographyType
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  SUMMARIZE : StdGeographyType
[static] Summarize data in all rows having identical geography IDs.
StdGeographyType
  USE_FIRST : StdGeographyType
[static] Use data from the first matching row.
StdGeographyType
Property Detail
itemsproperty
items:Array  [read-only]

Array of all items of this enumeration.


Implementation
    public static function get items():Array
Method Detail
toEnumItem()method
public static function toEnumItem(value:String, defaultItem:StdGeographyType = null):StdGeographyType

Converts a string value to the enumeration item.

Parameters

value:String — String value of the enumeration.
 
defaultItem:StdGeographyType (default = null) — An enumeration value to be used if the value is not recognized.

Returns
StdGeographyType — An enumeration item or the default item.
Constant Detail
SUMMARIZEConstant
public static const SUMMARIZE:StdGeographyType

Summarize data in all rows having identical geography IDs.

USE_FIRSTConstant 
public static const USE_FIRST:StdGeographyType

Use data from the first matching row.