Class: GoGeoServices

GoGeoServices

new GoGeoServices()

Services/GoGeoServices/index.ts, line 11

Class providing methods for interacting with GeoServer services.

Methods

staticGoGeoServices.describeFeatureType(layerName, customGeoserverURL){CancelablePromise.<void>}

Services/GoGeoServices/index.ts, line 26

Describes the feature type for a given layer name using a WFS request.

Name Type Description
layerName string

The name of the layer to describe.

customGeoserverURL string

The custom GeoServer URL, if different from the default.

Returns:
Type Description
CancelablePromise.<void>
  • A promise that resolves with the feature type description.