共用方式為


SpatialXmlWriteOptions interface

用來自訂如何撰寫 XML 的選項。

Extends

屬性

indentChars

用來在 XML 資料中建立縮排的字元。 預設: "\t"

newLineChars

用來在 XML 資料中建立新行的字元。 預設: "\r\n"

prettyPrint

布林值,指出產生的 XML 是否應該使用新行和縮排,讓產生的格式正確。 預設: true

roundPositions

布林值,指出 Position 和 BoundingBox 值是否應該四捨五入為 6 個小數位數。 預設: false

writeIds

指定是否應該寫入識別碼值。 預設值:false

繼承的屬性

format

要寫入圖形的空間資料格式。 預設: "GeoJSON"

屬性詳細資料

indentChars

用來在 XML 資料中建立縮排的字元。 預設: "\t"

indentChars?: string

屬性值

string

newLineChars

用來在 XML 資料中建立新行的字元。 預設: "\r\n"

newLineChars?: string

屬性值

string

prettyPrint

布林值,指出產生的 XML 是否應該使用新行和縮排,讓產生的格式正確。 預設: true

prettyPrint?: boolean

屬性值

boolean

roundPositions

布林值,指出 Position 和 BoundingBox 值是否應該四捨五入為 6 個小數位數。 預設: false

roundPositions?: boolean

屬性值

boolean

writeIds

指定是否應該寫入識別碼值。 預設值:false

writeIds?: boolean

屬性值

boolean

繼承的屬性詳細資料

format

要寫入圖形的空間資料格式。 預設: "GeoJSON"

format?: "KML" | "GPX" | "GeoRSS" | "GML" | "GeoJSON" | "CSV"

屬性值

"KML" | "GPX" | "GeoRSS" | "GML" | "GeoJSON" | "CSV"

繼承自SpatialDataWriteOptions.format