Packagecom.esri.bacore
Classpublic class StdGeographiesFeature
InheritanceStdGeographiesFeature Inheritance IDNamePair Inheritance Object

The StdGeographiesFeature represents attributes of a feature of a standard geography level.

See also

com.esri.bao.tasks.stdgeographies package
com.esri.baserver.tasks.stdgeographies package


Public Properties
 PropertyDefined By
 Inheritedid : String
[read-only] ID value.
IDNamePair
 Inheritedname : String
[read-only] Name value.
IDNamePair
  stateAbbreviation : String
[read-only] State abbreviation.
StdGeographiesFeature
  stateName : String
[read-only] State name.
StdGeographiesFeature
Public Methods
 MethodDefined By
  
StdGeographiesFeature(featureId:String, featureName:String, stateName:String = null, stateAbbreviation:String = null)
Creates a new instance of the StdGeographiesFeature class.
StdGeographiesFeature
Property Detail
stateAbbreviationproperty
stateAbbreviation:String  [read-only]

State abbreviation.


Implementation
    public function get stateAbbreviation():String
stateNameproperty 
stateName:String  [read-only]

State name.


Implementation
    public function get stateName():String
Constructor Detail
StdGeographiesFeature()Constructor
public function StdGeographiesFeature(featureId:String, featureName:String, stateName:String = null, stateAbbreviation:String = null)

Creates a new instance of the StdGeographiesFeature class.

Parameters
featureId:String — Feature ID.
 
featureName:String — Feature name.
 
stateName:String (default = null) — State name.
 
stateAbbreviation:String (default = null) — State abbreviation.