共用方式為


CustomFilter class

表示自訂定義的 XML 篩選字串元件。 請勿以 標記包裝。

Extends

建構函式

CustomFilter(string)

表示自訂定義的 XML 篩選字串元件。 請勿以 標記包裝。

方法

toXml(string)

產生篩選的 XML 版本。

建構函式詳細資料

CustomFilter(string)

表示自訂定義的 XML 篩選字串元件。 請勿以 標記包裝。

new CustomFilter(xmlFilter: string)

參數

xmlFilter

string

原始篩選 XML。

方法詳細資料

toXml(string)

產生篩選的 XML 版本。

function toXml(version?: string): string

參數

version

string

WFS 服務版本。

傳回

string