Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.04
-
Fix Version/s: None
-
Component/s: Referencing
-
Labels:
Description
The annotation of GeographicCRS caused the annotation of a few dependencies, but some of them may be incomplete:
- In org.geotoolkit.referencing.datum.DefaultEllipsoid, the inverseFlattening attribute is annotated inconditionnaly. In ISO 19111 at least, this attribute is conditional and is marshalled only if the semiMinor attribute is not definitive.
- In org.geotoolkit.internal.jaxb.referencing.AxisDirectionType, the codeSpace is hard-coded to "EPSG".
Patch for the first point: the ellipsoid. Marshalling on a DefaultEllipsoid object now provides ISO 19139 xml output.