WCS 1.1.1 XML GetCoverage wtih SDE datastore produces ParameterNotFoundException
--------------------------------------------------------------------------------
Key: GEOS-4591
URL: http://jira.codehaus.org/browse/GEOS-4591
Project: GeoServer
Issue Type: Bug
Components: ArcSDE
Affects Versions: 2.1.0
Environment: Oracle 11.2, SDE 10 - also Oracle 10.2, SDE 9.2 with GeoServer 2.0.3
Reporter: Aleda Freeman
Assignee: Andrea Aime
A GetCoverage XML request for 1.1.1 works against a GeoTiff datastore, but not an SDE data store.
This is with a 2.1 nightly I downloaded 5/27.
The 1.1.1 request (it works OK for 1.0.0 regardless of datastore type) is:
<?xml version="1.0" encoding="UTF-8"?>
<GetCoverage version="1.1.1" service="WCS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.opengis.net/wcs/1.1.1" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xsi:schemaLocation="http://www.opengis.net/wcs/1.1.1 http://schemas.opengis.net/wcs/1.1.1/wcsAll.xsd">
<ows:Identifier>massgis:GISDATA.IMG_COQ2001</ows:Identifier>
<DomainSubset>
<ows:BoundingBox crs="urn:ogc:def:crs:EPSG::26986">
<ows:LowerCorner>249986.0 875774.0</ows:LowerCorner>
<ows:UpperCorner>250155.0 875938.0</ows:UpperCorner>
</ows:BoundingBox>
</DomainSubset>
<Output store="true" format="image/png">
<GridCRS>
<GridBaseCRS>urn:ogc:def:crs:EPSG::26986</GridBaseCRS>
<GridType>urn:ogc:def:method:WCS:1.1:2dSimpleGrid</GridType>
<GridOffsets>0.30017761989342806 -0.30036630036630035</GridOffsets>
<GridCS>urn:ogc:def:cs:OGC:0.0:Grid2dSquareCS</GridCS>
</GridCRS>
</Output>
</GetCoverage>
The error we get is:
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.1.0"
xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://maps.massgis.state.ma.us/geoserver/schemas/ows/1.1.0/owsAll.xsd"
xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>org.opengis.parameter.ParameterNotFoundException: Parameter is mandatory and shall provide the extent and dimension to request
Parameter is mandatory and shall provide the extent and dimension to request</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Gabriel Roldan says 6/1/11: "Looks like a false expectation on the sde plugin for a grid parameter"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira