Package org.geotools.geopkg.wps.xml
Class Geopkgtype_featuresBinding
Object
AbstractComplexBinding
LayertypeBinding
Geopkgtype_featuresBinding
- All Implemented Interfaces:
Binding
,ComplexBinding
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>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LayertypeBinding
getType, parse
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, getProperty, initialize, initializeChildContext
-
Constructor Details
-
Geopkgtype_featuresBinding
-
-
Method Details
-
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
-