| Package | com.esri.baserver |
| Class | public class StdGeographiesFeaturesInLevel |
| Inheritance | StdGeographiesFeaturesInLevel Object |
| Implements | IJsonObject |
See also
| Property | Defined By | ||
|---|---|---|---|
| featureID : Array
Array of strings representing feature IDs. | StdGeographiesFeaturesInLevel | ||
| levelID : String
Standard geography level ID. | StdGeographiesFeaturesInLevel | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance of the StdGeographiesFeaturesInLevel class. | StdGeographiesFeaturesInLevel | ||
toObject():Object | StdGeographiesFeaturesInLevel | ||
| featureID | property |
featureID:ArrayArray of strings representing feature IDs.
public function get featureID():Array public function set featureID(value:Array):void| levelID | property |
levelID:StringStandard geography level ID.
public function get levelID():String public function set levelID(value:String):void| StdGeographiesFeaturesInLevel | () | Constructor |
public function StdGeographiesFeaturesInLevel()Creates a new instance of the StdGeographiesFeaturesInLevel class.
| toObject | () | method |
public function toObject():ObjectReturnsObject |