Package org.apache.sis.internal.jaxb.geometry


package org.apache.sis.internal.jaxb.geometry
JAXB adapters for geometries. This package regroups all adapters mapping GeoAPI interfaces to their SIS implementation. We must use adapters since JAXB cannot annotate interfaces. Consequently, the purpose of these adapters is to replace interfaces.

Every time JAXB tries to marshal or unmarshal an interface, the adapter will be substituted to that interface.

Since:
0.3
Version:
1.0
See Also:
  • Classes
    Class
    Description
    JAXB adapter for Geometry, in order to integrate the value in an element complying with OGC/ISO standard.
    A minimalist XML object factory for getting JAXB to work without throwing exceptions when there is no GML module in the classpath.