General Service Metadata - 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

The first part of a GetCapabilities response contains the name of the Web service (always WMS), the title of the Web service, and the URL of the service.

Note: The Name is usually a single word read by a machine, while the Title is designed to be human-readable.

The following code illustrates an example of this section:

<Service>
    <Name>WMS</Name>
    <Title>Spectrum Spatial WMS Service</Title>
    <Abstract>The Spectrum Spatial WMS Service!</Abstract>
    <OnlineResource 
        xlink:type="simple" xlink:href="http://myserver:myport/rest/Spatial/WMS?"/>
    <KeywordList>
	<Keyword>geographic</Keyword>
	<Keyword>wms</Keyword>
    </KeywordList>
    <ContactInformation/>
    <Fees>NONE</Fees>
    <AccessConstraints>NONE</AccessConstraints>
</Service>