Packagecom.esri.bacore.domain
Interfacepublic interface IGeographyFeature
Implementors GeographyFeature

Since : Community Analyst API for Flex 2.2.

The IGeographyFeature interface provides properties of a geography level feature.

Properties of this interface are declared with read/write access functions. Concrete implementations of this interface can provider a read-only access to some of these properties.



Public Properties
 PropertyDefined By
  id : String
Feature ID.
IGeographyFeature
  levelId : String
ID of a geography level.
IGeographyFeature
  name : String
Feature name.
IGeographyFeature
Property Detail
idproperty
id:String

Feature ID.


Implementation
    public function get id():String
    public function set id(value:String):void
levelIdproperty 
levelId:String

ID of a geography level.


Implementation
    public function get levelId():String
    public function set levelId(value:String):void
nameproperty 
name:String

Feature name.


Implementation
    public function get name():String
    public function set name(value:String):void