This document is archived and information here might be outdated. Recommended version. |
Provides access to map features and their values.
Use IMapServerData to retrieve a specified feature or the field value for a specified feature.
This interface is not supported by optimized MapServer.
Name | Description | |
---|---|---|
GetFeature | Returns a feature, given the feature ID and layer. | |
GetFeatureValue | Returns the value of a given feature as a string. |
Classes | Description |
---|---|
MapServer | The MapServer component provides programmatic access to the contents of a map document on disk, and creates images of the map contents based on user requests. Designed for use in building map-based web services and web applications. |