GetMap - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

This section names the actual operations that are supported by the service, the output formats offered by these operations, and the URL prefix for each operation. For most WMS services this section has three parts, one for GetCapabilities, one for GetMap, and one for GetFeatureInfo. The following example illustrates the GetMap section:

<GetMap>
    <Format>image/gif</Format>
    <Format>image/jpeg</Format>
    <Format>image/jpg</Format>
    <Format>image/png</Format>
    <DCPType>
        <HTTP>
            <Get>
                <OnlineResource xlink:type="simple" xlink:href="http://wmsserver:port/rest/Spatial/WMS?"/>
            </Get>
        </HTTP>
    </DCPType>
<GetMap>