Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeoServerOutputStreamInfo

After a file has been written by W.I.S.E. it can be uploaded to a GeoServer instance by Manager. Currently only TIFF files are supported.

Hierarchy

Index

Properties

coverageStore

coverageStore: string = ""

The coverage store to add the file to. If the coverage store doesn't exist it will be created.

declaredSrs

declaredSrs: string | null = null

The declared spatial reference system for the added coverage. If this is not specified the uploaded coverage will not be enabled.

Protected fetchState

fetchState: number = 0

password

password: string = ""

A password to authenticate on GeoServer with. WARNING: this password will be saved in plain text.

url

url: string = ""

The URL of the GeoServer instance to upload the file to. The address of the REST API should be {url}/rest and the URL of the web interface should be {url}/web.

username

username: string = ""

The username to authenticate on GeoServer with.

workspace

workspace: string = ""

The workspace to add the file to. If the workspace doesn't exist it will be created.

Static Protected Readonly PARAM_URL

PARAM_URL: "output_stream" = "output_stream"

Methods

checkValid

stream

  • stream(builder: Socket): void
  • Streams the outptu stream information to a socket.

    Parameters

    • builder: Socket

    Returns void