Class LayerBinding

  • All Implemented Interfaces:
    Binding, SimpleBinding

    public class LayerBinding
    extends AbstractSimpleBinding
    Binding object for the element http://www.opengis.net/wmts/1.0:Layer.

      
      <?xml version="1.0" encoding="UTF-8"?>
         <element name="Layer" substitutionGroup="ows:DatasetDescriptionSummary" type="wmts:LayerType" xmlns="http://www.w3.org/2001/XMLSchema"/>
    
       
     
    • Constructor Detail

      • LayerBinding

        public LayerBinding​(wmtsv_1Factory factory)
    • Method Detail

      • getTarget

        public QName getTarget()
        Returns:
        The qualified name of the target for the binding.
      • getType

        public Class<LayerType> getType()
        Returns:
        The java type this binding maps to.
      • parse

        public Object parse​(ElementInstance instance,
                            Node node,
                            Object value)
                     throws Exception
        Throws:
        Exception