API (v2.0.2) - Giro3D
    Preparing search index...
    wfsBuilder: (
        serverUrl: string,
        typename: string,
        options?: { params?: Record<string, string> },
    ) => StreamableFeatureSourceQueryBuilder = ...

    A query builder to fetch data from an WFS service.

    Type Declaration

      • (
            serverUrl: string,
            typename: string,
            options?: { params?: Record<string, string> },
        ): StreamableFeatureSourceQueryBuilder
      • Parameters

        • serverUrl: string
        • typename: string

          The name of the feature collection.

        • Optionaloptions: { params?: Record<string, string> }

          Optional parameters to customize the query.

          • Optionalparams?: Record<string, string>

            Additional parameters to pass to the query, with the exception of the bbox parameter (dynamically computed for each query).

        Returns StreamableFeatureSourceQueryBuilder