Package org.apache.sis.internal.jaxb.cat


package org.apache.sis.internal.jaxb.cat
Base classes for code lists and enumerations. ISO 19115-3:2016 defines them in the "http://standards.iso.org/iso/19115/-3/cat/1.0" namespace.
Since:
1.0
Version:
1.1
  • Classes
    Class
    Description
    CodeListAdapter<ValueType extends CodeListAdapter<ValueType,BoundType>,BoundType extends org.opengis.util.CodeList<BoundType>>
    An adapter for CodeList, in order to implement the ISO 19115-3 standard.
    Stores information about CodeList in order to marshal in the way defined by ISO 19115-3.
    EnumAdapter<ValueType extends EnumAdapter<ValueType,BoundType>,BoundType extends Enum<BoundType>>
    An adapter for Enum, in order to implement the ISO 19115-3 standard.