org.geoserver.wfs.xml.v1_0_0 |
|
Java Source File Name | Type | Comment |
AllSomeTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:AllSomeType. |
DeleteElementTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:DeleteElementType.
<xsd:complexType name="DeleteElementType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" ref="ogc:Filter">
<xsd:annotation>
<xsd:documentation>
The Filter element is used to constrain the scope
of the delete operation to those features identified
by the filter. |
DescribeFeatureTypeBinding.java | Class | Binding object for the element http://www.opengis.net/wfs:DescribeFeatureType.
<xsd:element name="DescribeFeatureType"
type="wfs:DescribeFeatureTypeType"> <xsd:annotation>
<xsd:documentation> The DescribeFeatureType
element is used to request that a Web Feature
Service generate a document describing one or more
feature types. |
DescribeFeatureTypeTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:DescribeFeatureTypeType.
<xsd:complexType name="DescribeFeatureTypeType">
<xsd:annotation>
<xsd:documentation> The DescribeFeatureType
operation allows a client application to request
that a Web Feature Service describe one or more
feature types. |
EmptyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:EmptyType. |
FeatureCollectionBinding.java | Class | Binding object for the element http://www.opengis.net/wfs:FeatureCollection. |
FeatureCollectionTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:FeatureCollectionType.
<xsd:complexType name="FeatureCollectionType"> <xsd:annotation>
<xsd:documentation> This type defines a
container for the response to a GetFeature or
GetFeatureWithLock request. |
FeaturesLockedTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:FeaturesLockedType. |
FeaturesNotLockedTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:FeaturesNotLockedType. |
GetCapabilitiesBinding.java | Class | Binding object for the element http://www.opengis.net/wfs:GetCapabilities.
<xsd:element name="GetCapabilities" type="wfs:GetCapabilitiesType">
<xsd:annotation> <xsd:documentation> The
GetCapapbilities element is used to request that a Web
Feature Service generate an XML document
describing the organization providing the
service, the WFS operations that the service
supports, a list of feature types that the service can
operate on and list of filtering capabilities
that the service support. |
GetCapabilitiesTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:GetCapabilitiesType.
<xsd:complexType name="GetCapabilitiesType"> <xsd:annotation>
<xsd:documentation> This type defines the
GetCapabilities operation. |
GetFeatureBinding.java | Class | Binding object for the element http://www.opengis.net/wfs:GetFeature.
<xsd:element name="GetFeature" type="wfs:GetFeatureType">
<xsd:annotation> <xsd:documentation> The
GetFeature element is used to request that a Web Feature
Service return feature instances of one or more feature
types. |
GetFeatureTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:GetFeatureType.
<xsd:complexType name="GetFeatureType"> <xsd:annotation>
<xsd:documentation> A GetFeature element
contains one or more Query elements that
describe a query operation on one feature type. |
GetFeatureWithLockTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:GetFeatureWithLockType.
<xsd:complexType name="GetFeatureWithLockType">
<xsd:annotation>
<xsd:documentation>
A GetFeatureWithLock request operates identically to a
GetFeature request expect that it attempts to lock the
feature instances in the result set and includes a lock
identifier in its response to a client. |
GMLAbstractFeatureTypeBinding.java | Class | |
InsertElementTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:InsertElementType. |
InsertResultTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:InsertResultType. |
LockFeatureTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:LockFeatureType.
<xsd:complexType name="LockFeatureType">
<xsd:annotation>
<xsd:documentation>
This type defines the LockFeature operation. |
LockTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:LockType.
<xsd:complexType name="LockType">
<xsd:annotation>
<xsd:documentation>
This type defines the Lock element. |
NativeTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:NativeType.
<xsd:complexType name="NativeType">
<xsd:attribute name="vendorId" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
The vendorId attribute is used to specify the name of
vendor who's vendor specific command the client
application wishes to execute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="safeToIgnore" type="xsd:boolean" use="required">
<xsd:annotation>
<xsd:documentation>
In the event that a Web Feature Service does not recognize
the vendorId or does not recognize the vendor specific command,
the safeToIgnore attribute is used to indicate whether the
exception can be safely ignored. |
PropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:PropertyType. |
QueryBinding.java | Class | Binding object for the element http://www.opengis.net/wfs:Query.
<xsd:element name="Query" type="wfs:QueryType"> <xsd:annotation>
<xsd:documentation> The Query element is used to
describe a single query. |
QueryTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:QueryType.
<xsd:complexType name="QueryType">
<xsd:annotation>
<xsd:documentation>
The Query element is of type
QueryType.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element
maxOccurs="unbounded" minOccurs="0" ref="ogc:PropertyName">
<xsd:annotation> <xsd:documentation>
The PropertyName element is used to specify one or
more properties of a feature whose
values are to be retrieved by a Web
Feature Service.
While a Web Feature Service should endeavour to
satisfy the exact request specified,
in some instance this may not be
possible. |
StatusTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:StatusType. |
TransactionResultTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:TransactionResultType.
<xsd:complexType name="TransactionResultType">
<xsd:sequence>
<xsd:element name="Status" type="wfs:StatusType">
<xsd:annotation>
<xsd:documentation>
The Status element contains an element indicating the
completion status of a transaction. |
TransactionTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:TransactionType.
<xsd:complexType name="TransactionType">
<xsd:annotation>
<xsd:documentation>
The TranactionType defines the Transaction operation. |
UpdateElementTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:UpdateElementType.
<xsd:complexType name="UpdateElementType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" ref="wfs:Property"/>
<xsd:element maxOccurs="1" minOccurs="0" ref="ogc:Filter">
<xsd:annotation>
<xsd:documentation>
The Filter element is used to constrain the scope
of the update operation to those features identified
by the filter. |
WFS.java | Interface | This interface contains the qualified names of all the types,elements, and
attributes in the http://www.opengis.net/wfs schema. |
WFSBindingConfiguration.java | Class | Binding configuration for the http://www.opengis.net/wfs schema. |
WFSBindingUtils.java | Class | Utility class to be used by bindings. |
WFSConfiguration.java | Class | Parser configuration for wfs 1.0. |
WFSSchemaLocationResolver.java | Class | |
WfsXmlReader.java | Class | Xml reader for wfs 1.0.0 xml requests. |
WFS_LockFeatureResponseTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:WFS_LockFeatureResponseType.
<xsd:complexType name="WFS_LockFeatureResponseType">
<xsd:annotation>
<xsd:documentation>
The WFS_LockFeatureResponseType is used to define an
element to contains the response to a LockFeature
operation.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="wfs:LockId">
<xsd:annotation>
<xsd:documentation>
The WFS_LockFeatureResponse includes a LockId element
that contains a lock identifier. |
WFS_TransactionResponseTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:WFS_TransactionResponseType.
<xsd:complexType name="WFS_TransactionResponseType">
<xsd:annotation>
<xsd:documentation>
The WFS_TransactionResponseType defines the format of
the XML document that a Web Feature Service generates
in response to a Transaction request. |
XmlSchemaEncoder.java | Class | |