public class Geopkgtype_featuresBinding extends LayertypeBinding
<?xml version="1.0" encoding="UTF-8"?><xs:complexType name="geopkgtype_features" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent>
<xs:extension base="layertype">
<xs:sequence>
<xs:element name="featuretype" type="xs:string"/>
<xs:element minOccurs="0" name="propertynames" type="xs:string"/>
<xs:element minOccurs="0" name="filter" type="fes:FilterType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Constructor and Description |
---|
Geopkgtype_featuresBinding(NamespaceContext namespaceContext) |
Modifier and Type | Method and Description |
---|---|
QName |
getTarget() |
GeoPackageProcessRequest.Layer |
parseLayer(ElementInstance instance,
Node node,
Object value) |
getType, parse
encode, getExecutionMode, getProperties, getProperty, initialize, initializeChildContext
public Geopkgtype_featuresBinding(NamespaceContext namespaceContext)
public QName getTarget()
getTarget
in interface Binding
getTarget
in class LayertypeBinding
public GeoPackageProcessRequest.Layer parseLayer(ElementInstance instance, Node node, Object value) throws Exception
parseLayer
in class LayertypeBinding
Exception
Copyright © 1996–2023 Geotools. All rights reserved.