Class MD_Resolution.Since2014

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<MD_Resolution,org.opengis.metadata.identification.Resolution>
org.apache.sis.internal.jaxb.gco.PropertyType<MD_Resolution,org.opengis.metadata.identification.Resolution>
org.apache.sis.internal.jaxb.metadata.MD_Resolution
org.apache.sis.internal.jaxb.metadata.MD_Resolution.Since2014
Enclosing class:
MD_Resolution

public static final class MD_Resolution.Since2014 extends MD_Resolution
Wraps the value only if marshalling an element from the ISO 19115:2014 metadata model. Otherwise (i.e. if marshalling according legacy ISO 19115:2003 model), omits the element.
  • Constructor Details

    • Since2014

      public Since2014()
      Empty constructor used only by JAXB.
  • Method Details

    • wrap

      protected MD_Resolution wrap(org.opengis.metadata.identification.Resolution value)
      Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.
      Overrides:
      wrap in class MD_Resolution
      Parameters:
      value - the metadata element to marshal.
      Returns:
      a non-null value only if marshalling ISO 19115-3 or newer.