URL
Description
Expected result
Requests on Vector Data
.../vector/debug?request=debug&cmd=getlist
WFS Providers list
HTML
.../vector/ATLANTA_VECTOR?version=1.0.0&service=WFS&request=GetCapabilities
WFS Capabilities
XML
.../vector/ATLANTA_VECTOR?version=1.0.0&service=WFS&request=DescribeFeatureType&typename=roads
Describe Atlanta's roads
feature type
GML, do a View Source in your browser
.../vector/ATLANTA_VECTOR?version=1.0.0&service=WFS&request=GetFeature&typename=buildings&maxfeatures=20
Get a set of 20 building features
GML, do a View Source in your browser
.../vector/ATLANTA_VECTOR?version=1.0.0&service=WFS&request=GetFeature&typename=buildings&maxfeatures=2&outputFormat=RSS
Get a couple of building features in GeoRSS
GeoRSS, do a View Source in your browser
.../vector/ATLANTA_VECTOR?VERSION=1.1.1&REQUEST=
GetMap&SRS=EPSG%3A2240&BBOX=2222926.108095789,1379988.546350313,2224114.7177958614,1380594.241484961
&WIDTH=887&HEIGHT=452&LAYERS=roads,buildings&STYLES=default,building_classification
&FORMAT=image/gif&BGCOLOR=0xFFFFFF&TRANSPARENT=FALSE&EXCEPTIONS=application/vnd.ogc.se_inimage
Atlanta features portrayed
GIF
.../vector/ATLANTA_VECTOR?VERSION=1.1.1&REQUEST=GetFeatureInfo&
SRS=EPSG%3A2240&BBOX=2218759.4024645602,1367699.8301179772,2219559.1134678377,1368107.3491410678
&WIDTH=887&HEIGHT=452&LAYERS=roads,buildings&STYLES=default,building_classification
&FORMAT=image/gif&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&QUERY_LAYERS=buildings%2Croads&x=228&y=259
&INFO_FORMAT=text/html&EXCEPTIONS=application/vnd.ogc.se_inimage
Get features info
HTML
.../vector/ATLGML3_SHAPE?version=1.1.0&service=WFS&request=GetCapabilities
WFS 1.1.0 Capabilities
XML
.../vector/ATLGML3_SHAPE?version=1.1.0&service=WFS&request=GetFeature&typename=roads&maxfeatures=10
Get 10 roads features
GML 3.1.1, do a View Source in your browser
.../vector/ATLANTA_VECTOR?version=1.1.1&service=WMS&request=GetMap&
SRS=EPSG%3A4326&BBOX=-84.42276975763062,33.75953535642077,-84.42013512996046,33.760877917533406&WIDTH=887&HEIGHT=452&
LAYERS=roads,buildings&STYLES=default,building_classification&
FORMAT=application/vnd.google-earth.kml%2Bxml&BGCOLOR=0xFFFFFF&
TRANSPARENT=FALSE&EXCEPTIONS=application/vnd.ogc.se_xml
Get a vector Map in KML
KML 2.1, load it in Google Earth (it could be necessary to save the file and rename it with the .kml extention before it loads into Google Earth)
Requests on Map and Proxies Data
.../map/MAPDRESSING?version=1.3.0&service=WMS&request=GetCapabilities
WMS Capabilities (version 1.3.0)
XML
.../map/MAPDRESSING?VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&SRS=EPSG%3A4326&BBOX=10,10,90,90
&WIDTH=400&HEIGHT=400&LAYERS=grid,northarrow,scalebar,border&
STYLES=wgs84,round,miles,thin&FORMAT=image/png&BGCOLOR=0xFFFFFF&
TRANSPARENT=FALSE&EXCEPTIONS=application/vnd.ogc.se_xml&DIM_GRIDSTEP=5&
DIM_ARROWXPOSITION=50&DIM_ARROWYPOSITION=50&DIM_SCALEXPOSITION=350&
DIM_SCALEYPOSITION=350&DIM_SCALEBACKGROUNDCOLOR=255,255,0&
DIM_SCALEFOREGROUNDCOLOR=255,0,0&DIM_BORDERCOLOR=0,0,255&DIM_BORDERWIDTH=3
Map Presentation with custom parameters
PNG
Requests on Raster Data
.../coverage/debug?request=debug&cmd=getlist
WCS Providers list
HTML
.../coverage/ATLANTA_SINGLE?VERSION=1.0.0&SERVICE=WCS&request=GetCapabilities
WCS Capabilities
XML
.../map/PORTRAY?VERSION=1.0.0&SERVICE=WMS&request=GetCapabilities
CPS/FPS Capabilities
XML
.../coverage/ATLANTA_SINGLE?version=1.0.0&service=WCS&request=DescribeCoverage
Describe Atlanta Simple Geotiff Coverage
XML
.../coverage/ATLANTA_SINGLE?request=GetCoverage&service=WCS&version=1.0.0&coverage=atl_tiles_1_1&CRS=EPSG:2240&...
Get a Geotiff Coverage output
Geotiff, open in an Image Editor
.../CPS_Form.html
Map of Atlanta using the PORTRAY service
PNG
.../coverage/ATLANTA_SINGLE?VERSION=1.1.1&REQUEST=
GetMap&VERSION=1.1.1&HEIGHT=452&EXCEPTIONS=application/vnd.ogc.se_inimage&FORMAT=image/png
&BBOX=2211371.168739733,1378251.7743589773,2215897.045324665,1380558.0835093597&SRS=EPSG:2240
&WIDTH=887&LAYERS=atl_tiles_1_1&STYLES=default&SERVICE=WMS&BGCOLOR=0xFFFFFF
Atlanta coverage output as map
PNG
.../coverage/ATLANTA_LIST?version=1.0.0&service=WCS&request=DescribeCoverage
Describe Atlanta Multi-Simple Ecw Coverage
XML
.../coverage/ATLANTA_MOSAIC?version=1.0.0&service=WCS&request=DescribeCoverage
Describe Atlanta Indexed Ecw Coverage
XML
.../coverage/ATLANTA_MOSAIC?request=GetCoverage&service=WCS&version=1.0.0&coverage=ECW&CRS=EPSG:2240&...
Get a Geotiff Coverage output from Indexed Service
Geotiff, open in an Image Editor
.../coverage/ATLANTA_MOSAIC?VERSION=1.1.1&REQUEST=
GetMap&HEIGHT=452&EXCEPTIONS=application/vnd.ogc.se_inimage&FORMAT=image/png
&BBOX=2211891.7528572506,1371884.763010457,2226745.622227985,1379454.040299715&SRS=EPSG:2240
&WIDTH=887&LAYERS=ECW&STYLES=normalize&SERVICE=WMS&BGCOLOR=0xFFFFFF
Atlanta indexed coverage output as map
PNG
coverage/ATLANTA_SINGLE?TRANSPARENT=TRUE&VERSION=1.1.1&HEIGHT=256&EXCEPTIONS=application/vnd.ogc.se_inimage&
FORMAT=application/vnd.google-earth.kmz&BBOX=-84.45326603843458, 33.78549047181785, -84.42671868938854, 33.7981467661305&REQUEST=GetMap&
SRS=EPSG:4326&WIDTH=256&LAYERS=atl_tiles_1_1&STYLES=default&SERVICE=WMS&BGCOLOR=0xFFFFFF
Get a raster Map in KMZ
KML 2.1, load it in Google Earth (it could be necessary to save the file and rename it with the .kmz extention before it loads into Google Earth)
.../coverage/ATLANTA_IMAGE?VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&SRS=EPSG%3A4269&BBOX=
-84.53279462614432,33.68705999709054,-84.31670459741457,33.85993202007434&WIDTH=500&HEIGHT=400&LAYERS=40379914
&STYLES=default&FORMAT=image/gif&BGCOLOR=0xFFFFFF&TRANSPARENT=FALSE
&EXCEPTIONS=application/vnd.ogc.se_inimage
Atlanta image (no WCS interface enabled)
GIF
Requests on Web Processing Service (APOLLO Professional only)
.../process/ISMS?&REQUEST=GetCapabilities&VERSION=1.0.0&SERVICE=WPS
List of web processes
XML
...process/ISMS?&REQUEST=DescribeProcess&VERSION=1.0.0&SERVICE=WPS&IDENTIFIER=IMAGINE
Describe Process for IMAGINE WPS
XML
Catalog Requests through CS-W Interface
Please first make sure the Catalog is filled with the sample services before executing catalog queries.
This can be done using the two harvesting requests below.
.../catalog/csw?service=CSW-ebRIM&request=GetCapabilities
CSW Capabilities
XML
.../catalog/csw?service=CSW-ebRIM&request=Harvest&resourceType=WFS&source=http://geocatalogo.mma.gov.br:80/erdas-apollo/vector/ATLANTA_VECTOR
The first time you invoke a Harvesting request, you are requested to login.
Harvest a WFS Service
XML (upon success, the response root element is a HarvestResponse, not an ExceptionReport)
.../catalog/csw?service=CSW-ebRIM&request=Harvest&resourceType=WMS&source=http://geocatalogo.mma.gov.br:80/erdas-apollo/vector/ATLANTA_VECTOR
Harvest a WMS Service
XML (upon success, the response root element is a HarvestResponse, not an ExceptionReport)
.../catalog/csw?service=CSW-ebRIM&request=DescribeRecord&typeName=Service
DescribeRecord on Service Type
XML (upon success, the response root elements is a DescribeRecordResponse, with 3 pages describing complexTypes)
.../catalog/csw?service=CSW-ebRIM&request=GetRecords&resultType=results&typename=Service&outputSchema=OGCCORE
DublinCore-encoded Records
XML (a GetRecordsResponse element with several csw:SummaryRecord children)
.../catalog/csw?service=CSW-ebRIM&request=GetRecords&resultType=results&typename=Service&outputSchema=EBRIM
ebRIM-encoded Records
XML (a GetRecordsResponse element with several rim:Service children)
Click on "Edit Request" to see the XML request. Warning: Clicking on "Post Request" will display the response in a popup window, as soon as popup windows are allowed by your browser.
POST GetRecords : find services by Name
XML
[Edit Request ]
POST GetRecords : find layers by name and BBOX
XML
[Edit Request ]
POST GetRecords : find layers by keywords
XML
[Edit Request ]
POST GetRecords : find service published after ...
XML
Catalog Requests through REST Interface
.../catalog/content/services.html
OGC Services
HTML
.../catalog/content/services/WMS.html?orderBy=registrationDate
Map services, ordered by registration date
HTML
.../catalog/content/services/WMS/resources.html?intersect=BBOX(-85+30%2C-70+40)
Map layers within BBOX(-85 30,-70 40)
HTML
.../catalog/content/services/WMS.kml
Map services in KML
KML (it could be necessary to save the file and rename it with the .kml extention before it loads into Google Earth)