Browse an OGC API feature service for layers and add them to the map.
OGC API standards are used for sharing geospatial data on the web. As an open standard, the OGC API aims to improve access to geospatial or location information and could be a good choice for sharing data internationally or between organizations. That data could be of any type, including, for example transportation layers shared between government organizations and private businesses.
Select a layer to display from the list of layers shown in an OGC API service.
- Create an
OgcFeatureService
object with a URL to an OGC API feature service. - Obtain the
OgcFeatureServiceInfo
fromOgcFeatureService.ServiceInfo
. - Create a list of feature collections from the
OgcFeatureServiceInfo.FeatureCollectionInfos
- When a feature collection is selected, create an
OgcFeatureCollectionTable
from theOgcFeatureCollectionInfo
. - Populate the
OgcFeatureCollectionTable
usingPopulateFromServiceAsync
withQueryParameters
that contain aMaxFeatures
property. - Create a feature layer from the feature table.
- Add the feature layer to the map.
- OgcFeatureCollectionInfo
- OgcFeatureCollectionTable
- OgcFeatureService
- OgcFeatureServiceInfo
The Daraa, Syria test data is OpenStreetMap data converted to the Topographic Data Store schema of NGA.
See the OGC API website for more information on the OGC API family of standards.
browse, catalog, feature, layers, OGC, OGC API, service, web