ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService | |
GeocodeResource Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService Namespace : GeocodeResource Class |
The following tables list the members exposed by GeocodeResource.
Name | Description | |
---|---|---|
GeocodeResource Constructor | Overloaded. Creates a new instance of a geocode resource. |
Name | Description | |
---|---|---|
DataSource | The GIS data source used by this GIS resource. (Inherited from GISResource) | |
Functionalities | The collection of GIS functionalities that this resource supports. (Inherited from GISResource) | |
Initialized | Whether the resource has been initialized. (Inherited from GISResource) | |
MinCandidateScore | Minimum score in order to be returned as a geocode candidate. | |
MinMatchScore | Minimum score to be returned as a geocode match. | |
Name | Name of the GIS Resource. (Inherited from GISResource) | |
ResourceDefinition | Definition of this resource as a string. (Inherited from GISResource) | |
ShowAllCandidates | Whether to return all candidates, or (if false) only the matched one. | |
Token | Gets the token used to access with the Virtual Earth service. (Inherited from GISResource) | |
UseStagingServer | If true, will use the Virtual Earth Staging Servers, instead of the Production Servers. (Inherited from GISResource) | |
ValidationTimeout | Time out for validating a resource in milliseconds. Can be used in Initialize. (Inherited from GISResource) |
Name | Description | |
---|---|---|
ClearState | Clears the state maintained by this resource. (Inherited from GISResource) | |
CreateFunctionality | Overridden. Creates the requested functionality. | |
Dispose | Disposes the resource, save the state. (Inherited from GISResource) | |
Initialize | Initializes the resource. (Inherited from GISResource) | |
LoadState | Loads the state of the resource from its data source. (Inherited from GISResource) | |
RefreshToken | Refreshes the token from the Token WebService. (Inherited from GISResource) | |
SaveState | Saves the state of the resource. (Inherited from GISResource) | |
SupportsFunctionality | Overridden. Whether the resource supports the passed in functionality type. |