"Fossies" - the Fresh Open Source Software Archive

Member "geotools-29.1/modules/extension/wms/src/test/resources/org/geotools/ows/wms/xml/test/test-data/1.3.0Capabilities_StyleAbstractTest.xml" (4 May 2023, 4674 Bytes) of package /linux/misc/geotools-29.1-project.zip:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <?xml version="1.0"?>
    2 <WMS_Capabilities version="1.3.0" xmlns="http://www.opengis.net/wms" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wms capabilities_1_3_0.xsd">
    3     <!-- Service Metadata -->
    4     <Service>
    5         <!-- The WMT-defined name for this type of service -->
    6         <Name>WMS</Name>
    7         <!-- Human-readable title for pick lists -->
    8         <Title>World Map</Title>
    9         <!-- Narrative description providing additional information -->
   10         <Abstract>None</Abstract>
   11         <!-- Top-level web address of service or service provider.  See also OnlineResource
   12   elements under <DCPType>. -->
   13         <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://www2.demis.nl"/>
   14         <!-- Contact information -->
   15         <ContactInformation>
   16             <ContactPersonPrimary>
   17                 <ContactPerson></ContactPerson>
   18                 <ContactOrganization></ContactOrganization>
   19             </ContactPersonPrimary>
   20             <ContactPosition>None</ContactPosition>
   21             <ContactAddress>
   22                 <AddressType>None</AddressType>
   23                 <Address>None</Address>
   24                 <City>None</City>
   25                 <StateOrProvince>None</StateOrProvince>
   26                 <PostCode>None</PostCode>
   27                 <Country>None</Country>
   28             </ContactAddress>
   29             <ContactVoiceTelephone>None</ContactVoiceTelephone>
   30             <ContactElectronicMailAddress></ContactElectronicMailAddress>
   31         </ContactInformation>
   32         <!-- Fees or access constraints imposed. -->
   33         <Fees>none</Fees>
   34         <AccessConstraints>none</AccessConstraints>
   35         <LayerLimit>40</LayerLimit>
   36         <MaxWidth>2000</MaxWidth>
   37         <MaxHeight>2000</MaxHeight>
   38     </Service>
   39     <Capability>
   40         <Request>
   41             <GetCapabilities>
   42                 <Format>text/xml</Format>
   43                 <DCPType>
   44                     <HTTP>
   45                         <Get>
   46                             <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://www2.demis.nl/wms/wms.asp?wms=WorldMap&amp;"/>
   47                         </Get>
   48                         <Post>
   49                             <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://www2.demis.nl/wms/wms.asp?wms=WorldMap&amp;"/>
   50                         </Post>
   51                     </HTTP>
   52                 </DCPType>
   53             </GetCapabilities>
   54             <GetMap>
   55                 <Format>image/gif</Format>
   56                 <Format>image/png</Format>
   57                 <Format>image/jpeg</Format>
   58                 <Format>image/bmp</Format>
   59                 <Format>image/swf</Format>
   60                 <DCPType>
   61                     <HTTP>
   62                         <Get>
   63                             <!-- The URL here for invoking GetCapabilities using HTTP GET
   64             is only a prefix to which a query string is appended. -->
   65                             <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://www2.demis.nl/wms/wms.asp?wms=WorldMap&amp;"/>
   66                         </Get>
   67                     </HTTP>
   68                 </DCPType>
   69             </GetMap>
   70             <GetFeatureInfo>
   71                 <Format>text/xml</Format>
   72                 <Format>text/plain</Format>
   73                 <Format>text/html</Format>
   74                 <Format>text/swf</Format>
   75                 <DCPType>
   76                     <HTTP>
   77                         <Get>
   78                             <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://www2.demis.nl/wms/wms.asp?wms=WorldMap&amp;"/>
   79                         </Get>
   80                     </HTTP>
   81                 </DCPType>
   82             </GetFeatureInfo>
   83         </Request>
   84         <Exception>
   85             <Format>XML</Format>
   86             <Format>INIMAGE</Format>
   87             <Format>BLANK</Format>
   88         </Exception>
   89         <Layer>
   90         <Title>World Map</Title>
   91         <CRS>CRS:84</CRS>
   92         <!-- all layers are available in at least this CRS -->
   93         <EX_GeographicBoundingBox>
   94             <westBoundLongitude>-180</westBoundLongitude>
   95             <eastBoundLongitude>180</eastBoundLongitude>
   96             <southBoundLatitude>-90</southBoundLatitude>
   97             <northBoundLatitude>90</northBoundLatitude>
   98         </EX_GeographicBoundingBox>
   99         <BoundingBox CRS="CRS:84" minx="-184" miny="-90.0000000017335" maxx="180" maxy="90"/>
  100             <Layer queryable="1" opaque="1">
  101                 <Name>Layer_with_Abstract_in_Style</Name>
  102                 <Title>Layer with Abstract in Style</Title>
  103                 <Style>
  104                     <Name>default</Name>
  105                     <Title>default</Title>
  106                     <Abstract>Default Abstract</Abstract>
  107                     <LegendURL width="99" height="25">
  108                         <Format>image/png</Format>
  109                         <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://www.osgeo.org/sites/all/themes/osgeo/logo.png"/>
  110                     </LegendURL>
  111                 </Style>
  112             </Layer>
  113             <Layer queryable="1" opaque="1">
  114                 <Name>Layer_with_empty_Abstract_in_Style</Name>
  115                 <Title>Layer with empty Abstract in Style</Title>
  116                 <Style>
  117                     <Name>default</Name>
  118                     <Title>default</Title>
  119                     <Abstract/>
  120                     <LegendURL width="99" height="25">
  121                         <Format>image/png</Format>
  122                         <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://www.osgeo.org/sites/all/themes/osgeo/logo.png"/>
  123                     </LegendURL>
  124                 </Style>
  125             </Layer>
  126         </Layer>
  127     </Capability>
  128 </WMS_Capabilities>
  129