Package org.geotools.geopkg.wps.xml
Class Geopkgtype_featuresBinding
- Object
-
- AbstractComplexBinding
-
- LayertypeBinding
-
- Geopkgtype_featuresBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class Geopkgtype_featuresBinding extends LayertypeBinding
Binding object for the type http://www.opengis.net/gpkg:geopkgtype_features.<?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 Summary
Constructors Constructor Description Geopkgtype_featuresBinding(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_featuresBinding
public Geopkgtype_featuresBinding(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
-
-