Describes an online resource defined by a URL and the data format of the URL content. All defined properties are read-only.

2019.1

interface WMSCapabilitiesResourceUrl {
    format: string;
    url: string;
}

Properties

Properties

format: string

Data format of the online resource.

url: string

URL of the online resource.