Packagecom.esri.baserver
Classpublic class StdGeographiesFeaturesInLevel
InheritanceStdGeographiesFeaturesInLevel Inheritance Object
Implements IJsonObject

The StdGeographiesFeaturesInLevel class specifies a list of IDs of features to be imported from a standard geography level.

See also

CreateStdGeographiesParameters


Public Properties
 PropertyDefined By
  featureID : Array
Array of strings representing feature IDs.
StdGeographiesFeaturesInLevel
  levelID : String
Standard geography level ID.
StdGeographiesFeaturesInLevel
Public Methods
 MethodDefined By
  
Creates a new instance of the StdGeographiesFeaturesInLevel class.
StdGeographiesFeaturesInLevel
  
toObject():Object
StdGeographiesFeaturesInLevel
Property Detail
featureIDproperty
featureID:Array

Array of strings representing feature IDs.


Implementation
    public function get featureID():Array
    public function set featureID(value:Array):void
levelIDproperty 
levelID:String

Standard geography level ID.


Implementation
    public function get levelID():String
    public function set levelID(value:String):void
Constructor Detail
StdGeographiesFeaturesInLevel()Constructor
public function StdGeographiesFeaturesInLevel()

Creates a new instance of the StdGeographiesFeaturesInLevel class.

Method Detail
toObject()method
public function toObject():Object

Returns
Object