Packagecom.esri.baserver
Classpublic class GeocodeField
InheritanceGeocodeField Inheritance Object
Implements IJsonObject

The GeocodeField class links a geocode field with a table field.

See also

GeocodeData


Public Properties
 PropertyDefined By
  geocodeField : String
Name of geocode field.
GeocodeField
  tableField : String
Name of table field.
GeocodeField
Public Methods
 MethodDefined By
  
GeocodeField(geocodeField:String = null, tableField:String = null)
Creates a new instance of the GeocodeField class.
GeocodeField
Property Detail
geocodeFieldproperty
geocodeField:String

Name of geocode field.


Implementation
    public function get geocodeField():String
    public function set geocodeField(value:String):void
tableFieldproperty 
tableField:String

Name of table field.


Implementation
    public function get tableField():String
    public function set tableField(value:String):void
Constructor Detail
GeocodeField()Constructor
public function GeocodeField(geocodeField:String = null, tableField:String = null)

Creates a new instance of the GeocodeField class.

Parameters
geocodeField:String (default = null) — Geocode field name.
 
tableField:String (default = null) — Table field name.