ESRI.ArcGIS.ADF.Web.DataSources | |
ICodedValueFunctionality Interface | |
Members See Also |
ESRI.ArcGIS.ADF.Web.DataSources Namespace : ICodedValueFunctionality Interface |
Visual Basic (Declaration) | |
---|---|
Public Interface ICodedValueFunctionality Inherits IGISFunctionality |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public interface ICodedValueFunctionality : IGISFunctionality |
ICodedValueFunctionality is used to obtain coded value information from a GIS resource so that these codes can be converted to their descriptive equivalent.
Coded value functionality may be used without knowing the specific type of service (ArcGIS Server, ArcIMS, WMS, etc.) that implements the coded value ability. This enables writing generic code that will work with any type of service.
These classes implement ICodedValueFunctionality:
For more discussion of GIS resources and functionalities, see the topic Working with the Common Data Source API in the Developer Help (also available online at the ArcGIS Resource Center).