| Package | com.esri.bacore.domain |
| Class | public class GeographyFeature |
| Inheritance | GeographyFeature flash.events.EventDispatcher |
| Implements | IGeographyFeature |
| Since : | Business Analyst API for Flex 2.2. |
| Property | Defined By | ||
|---|---|---|---|
| id : String
Feature ID. | GeographyFeature | ||
| levelId : String
ID of a geography level. | GeographyFeature | ||
| name : String
Feature name. | GeographyFeature | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance of the GeographyFeature class. | GeographyFeature | ||
readExternal(input:IDataInput):void
The class implements this method to decode itself from a data stream by calling the methods of the IDataInput interface. | GeographyFeature | ||
[static]
Converts the geography feature to a new instance of the StandardLayer class. | GeographyFeature | ||
writeExternal(output:IDataOutput):void
The class implements this method to encode itself for a data stream by calling the methods of the IDataOutput interface. | GeographyFeature | ||
| id | property |
id:StringFeature ID.
public function get id():String public function set id(value:String):void| levelId | property |
levelId:StringID of a geography level.
public function get levelId():String public function set levelId(value:String):void| name | property |
name:StringFeature name.
public function get name():String public function set name(value:String):void| GeographyFeature | () | Constructor |
public function GeographyFeature()Creates a new instance of the GeographyFeature class.
| readExternal | () | method |
public function readExternal(input:IDataInput):voidThe class implements this method to decode itself from a data stream by calling the methods of the IDataInput interface.
Parameters
input:IDataInput |
| toStandardLayer | () | method |
public static function toStandardLayer(feature:IGeographyFeature):StandardLayerConverts the geography feature to a new instance of the StandardLayer class.
If feature level ID or feature ID is missing, the BARequestError error is thrown.
Parameters
feature:IGeographyFeature — Geography feature to be converted.
|
StandardLayer — A new instance of the standard layer.
|
| writeExternal | () | method |
public function writeExternal(output:IDataOutput):voidThe class implements this method to encode itself for a data stream by calling the methods of the IDataOutput interface.
Parameters
output:IDataOutput |