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 SummaryConstructors Constructor Description LayerBinding(wmtsv_1Factory factory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetTarget()Class<LayerType>getType()Objectparse(ElementInstance instance, Node node, Object value)- 
Methods inherited from class AbstractSimpleBindingencode, getExecutionMode, parse
 
- 
 
- 
- 
- 
Constructor Detail- 
LayerBindingpublic LayerBinding(wmtsv_1Factory factory) 
 
- 
 - 
Method Detail- 
getTargetpublic QName getTarget() - Returns:
- The qualified name of the target for the binding.
 
 
- 
 
-