| Package | com.esri.bacore |
| Class | public class StdGeographiesFeature |
| Inheritance | StdGeographiesFeature IDNamePair Object |
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | id : String [read-only]
ID value. | IDNamePair | |
![]() | name : String [read-only]
Name value. | IDNamePair | |
| stateAbbreviation : String [read-only]
State abbreviation. | StdGeographiesFeature | ||
| stateName : String [read-only]
State name. | StdGeographiesFeature | ||
| Method | Defined By | ||
|---|---|---|---|
StdGeographiesFeature(featureId:String, featureName:String, stateName:String = null, stateAbbreviation:String = null)
Creates a new instance of the StdGeographiesFeature class. | StdGeographiesFeature | ||
| stateAbbreviation | property |
stateAbbreviation:String [read-only] State abbreviation.
public function get stateAbbreviation():String| stateName | property |
stateName:String [read-only] State name.
public function get stateName():String| StdGeographiesFeature | () | Constructor |
public function StdGeographiesFeature(featureId:String, featureName:String, stateName:String = null, stateAbbreviation:String = null)Creates a new instance of the StdGeographiesFeature class.
ParametersfeatureId:String — Feature ID.
| |
featureName:String — Feature name.
| |
stateName:String (default = null) — State name.
| |
stateAbbreviation:String (default = null) — State abbreviation.
|