Package org.geotools.geopkg.wps.xml
Class Geopkgtype_tilesBinding
Object
AbstractComplexBinding
LayertypeBinding
Geopkgtype_tilesBinding
- All Implemented Interfaces:
Binding,ComplexBinding
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>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LayertypeBinding
getType, parseMethods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, getProperty, initialize, initializeChildContext
-
Constructor Details
-
Geopkgtype_tilesBinding
-
-
Method Details
-
getTarget
- Specified by:
getTargetin interfaceBinding- Overrides:
getTargetin 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:
parseLayerin classLayertypeBinding- Throws:
Exception
-