Class 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>