org.geoserver.wfsv.xml.v1_1_0 |
|
Java Source File Name | Type | Comment |
AbstractVersionedFeatureTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfsv:AbstractVersionedFeatureType. |
DescribeVersionedFeatureTypeTypeBinding.java | Class | Binding object for the type
http://www.opengis.net/wfsv:DescribeFeatureTypeType. |
DifferenceQueryTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfsv:DifferenceQueryType.
<xsd:complexType name="DifferenceQueryType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="ogc:Filter">
<xsd:annotation>
<xsd:documentation>
The Filter element is used to define spatial and/or non-spatial
constraints on query. |
GetDiffTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfsv:GetDiffType.
<xsd:complexType name="GetDiffType">
<xsd:annotation>
<xsd:documentation>
A GetDiff element contains one or more DifferenceQuery elements
that describe a difference query operation on one feature type. |
GetLogTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfsv:GetLogType.
<xsd:complexType name="GetLogType">
<xsd:annotation>
<xsd:documentation>
A GetLog element contains one or more DifferenceQuery elements
that describe a diffence query operation on one feature type.
In response to a GetLog request, a Web Feature Service
must be able to generate a list of logs entries for features matched
by the DifferenceQuery parameters. |
GetVersionedFeatureTypeBinding.java | Class | Binding object for the type
http://www.opengis.net/wfsv:GetVersionedFeatureType. |
RollbackTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfsv:RollbackType.
<xsd:complexType name="RollbackType">
<xsd:complexContent>
<xsd:extension base="wfs:NativeType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" ref="wfsv:DifferenceQuery">
<xsd:annotation>
<xsd:documentation>
The difference filter will be used to compute a diff to be applied
in order to perform the rollback. |
VersionedDeleteElementTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfsv:VersionedDeleteElementType. |
VersionedFeatureCollectionTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfsv:VersionedFeatureCollectionType. |
VersionedFeaturePropertyExtractor.java | Class | Extracts the extra four properties out of a versioned data type. |
VersionedUpdateElementTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfsv:VersionedUpdateElementType.
<xsd:complexType name="VersionedUpdateElementType">
<xsd:complexContent>
<xsd:extension base="wfs:UpdateElementType">
<xsd:attribute name="featureVersion" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
The syntax and semantics is the same as featureVersion in Query. |
WFSV.java | Interface | This interface contains the qualified names of all the types,elements, and
attributes in the http://www.opengis.net/wfsv schema. |
WFSVBindingConfiguration.java | Class | Binding configuration for the http://www.opengis.net/wfsv schema. |
WFSVConfiguration.java | Class | Parser configuration for the http://www.opengis.net/wfsv schema. |
WFSVSchemaLocationResolver.java | Class | |
WfsvXmlReader.java | Class | (JD) TODO: This class shares too much code with the normal wfs xml reader. |
WfsXmlReader.java | Class | |