Hello all

JAXB annotations have been added to the following classes in order to
support GML 3.2.1 reading and writing:

  * DefaultParameterValue
  * DefaultParameterValueGroup
  * DefaultParameterDescriptor
  * DefaultParameterDescriptorGroup

A tricky issue is that our ParameterDescriptor API requires the Java
class of the parameter value (typically Double, Integer, Boolean,
String, URI, double[] or int[]), but this information is not provided in
GML documents. So we infer this information by checking the class of the
value associated to the enclosing ParameterValue object.

This work will allow us to complete JAXB annotations on
CoordinateOperation classes, which will allow us to complete JAXB
annotations on DefaultProjectedCRS class. At this point, I think we
could propose an RC.

    Martin


Reply via email to