Issue Type: Bug Bug
Affects Versions: 2.3.2, 2.4-beta
Assignee: Andrea Aime
Components: WCS
Created: 16/May/13 5:22 PM
Description:

The problem is appears with Geoserver 2.3.0 & WCS 1.0.0.

The interpolation method is offered with the Describe Coverage method of a dataset, e.g.
?SERVICE=wcs&VERSION=1.0.0&REQUEST=DescribeCoverage&identifiers=
wcs:supportedInterpolations
wcs:interpolationMethodbilinear/wcs:interpolationMethod
wcs:interpolationMethodbicubic/wcs:interpolationMethod
/wcs:supportedInterpolations

But when the GetCoverage request is send:
?SERVICE=wcs&VERSION=1.0.0&REQUEST=GetCoverage&coverage=&BBOX=213372.0,5546300.0,563967.0,6095248.0&CRS=EPSG:32632&band=3&resy=250.03352&resx=250.03511&format=GeoTIFF&responsecrs=EPSG:32632&interpolationMethod=bilinear

the following exception is thrown:
<?xml version="1.0" encoding="UTF-8"?>

Failed to set property INTERPOLATIONMETHOD in request object using value bilinear of type class java.lang.String java.lang.String cannot be cast to net.opengis.wcs10.InterpolationMethodType

It does not matter whether bilinear or bicubic is chosen as an interpolation method.

Fix Versions: 2.4-beta, 2.3.3
Project: GeoServer
Priority: Minor Minor
Reporter: Simone Giannecchini
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to