Package org.geotools.geopkg.wps.xml
Class Geopkgtype_tilesBinding
- Object
-
- AbstractComplexBinding
-
- LayertypeBinding
-
- Geopkgtype_tilesBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class Geopkgtype_tilesBinding extends LayertypeBinding
Binding object for the type http://www.opengis.net/gpkg:geopkgtype_tiles.<?xml version="1.0" encoding="UTF-8"?><xs:complexType name="geopkgtype_tiles" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexContent> <xs:extension base="layertype"> <xs:sequence> <xs:element name="layers" type="xs:string"/> <xs:choice> <xs:element name="styles" type="xs:string"/> <xs:element name="sld" type="xs:string"/> <xs:element name="sldbody" type="xs:string"/> </xs:choice> <xs:element name="format" type="xs:string"/> <xs:element name="bgcolor" type="xs:string"/> <xs:element name="transparent" type="xs:boolean"/> <xs:element name="gridset" type="gridsettype"/> <xs:element name="coverage" type="coveragetype"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
-
-
Constructor Summary
Constructors Constructor Description Geopkgtype_tilesBinding(NamespaceContext namespaceContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
GeoPackageProcessRequest.Layer
parseLayer(ElementInstance instance, Node node, Object value)
-
Methods inherited from class LayertypeBinding
getType, parse
-
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, getProperty, initialize, initializeChildContext
-
-
-
-
Constructor Detail
-
Geopkgtype_tilesBinding
public Geopkgtype_tilesBinding(NamespaceContext namespaceContext)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classLayertypeBinding
- Returns:
- The qualified name of the target for the binding.
-
parseLayer
public GeoPackageProcessRequest.Layer parseLayer(ElementInstance instance, Node node, Object value) throws Exception
- Specified by:
parseLayer
in classLayertypeBinding
- Throws:
Exception
-
-