Package org.geotools.wmts.bindings
Class LayerBinding
- Object
-
- AbstractSimpleBinding
-
- 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 Summary
Constructors Constructor Description LayerBinding(wmtsv_1Factory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
Class<LayerType>
getType()
Object
parse(ElementInstance instance, Node node, Object value)
-
Methods inherited from class AbstractSimpleBinding
encode, getExecutionMode, parse
-
-
-
-
Constructor Detail
-
LayerBinding
public LayerBinding(wmtsv_1Factory factory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Returns:
- The qualified name of the target for the binding.
-
-