org.geoserver.wfs.xml.v1_1_0 |
|
Java Source File Name | Type | Comment |
ActionTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:ActionType.
<xsd:complexType name="ActionType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="Message" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
If an action fails, the message element may be used
to supply an exception message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="locator" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
The locator attribute is used to locate an action
within a <Transaction> element. |
AllSomeTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:AllSomeType. |
BaseRequestTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:BaseRequestType.
<xsd:complexType abstract="true" name="BaseRequestType">
<xsd:annotation>
<xsd:documentation>
XML encoded WFS operation request base, for all operations
except GetCapabilities.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute default="WFS" name="service" type="ows:ServiceType" use="optional">
<xsd:annotation>
<xsd:documentation>
The service attribute is included to support service
endpoints that implement more than one OGC service.
For example, a single CGI that implements WMS, WFS
and WCS services.
The endpoint can inspect the value of this attribute
to figure out which service should process the request.
The value WFS indicates that a web feature service should
process the request.
This parameter is somewhat redundant in the XML encoding
since the request namespace can be used to determine
which service should process any give request. |
Base_TypeNameListTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:Base_TypeNameListType. |
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. |
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. |
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. |
FeatureTypeListTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:FeatureTypeListType. |
FeatureTypeTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:FeatureTypeType.
<xsd:complexType name="FeatureTypeType">
<xsd:annotation>
<xsd:documentation>
An element of this type that describes a feature in an application
namespace shall have an xml xmlns specifier, e.g.
xmlns:bo="http://www.BlueOx.org/BlueOx"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Name" type="xsd:QName">
<xsd:annotation>
<xsd:documentation>
Name of this feature type, including any namespace prefix
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Title" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Title of this feature type, normally used for display
to a human.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Abstract" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Brief narrative description of this feature type, normally
used for display to a human.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ows:Keywords"/>
<xsd:choice>
<xsd:sequence>
<xsd:element name="DefaultSRS" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
The DefaultSRS element indicated which spatial
reference system shall be used by a WFS to
express the state of a spatial feature if not
otherwise explicitly identified within a query
or transaction request. |
GetCapabilitiesTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:GetCapabilitiesType. |
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. |
GetGmlObjectTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:GetGmlObjectType.
<xsd:complexType name="GetGmlObjectType">
<xsd:annotation>
<xsd:documentation>
A GetGmlObjectType element contains exactly one GmlObjectId.
The value of the gml:id attribute on that GmlObjectId is used
as a unique key to retrieve the complex element with a
gml:id attribute with the same value.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="wfs:BaseRequestType">
<xsd:sequence>
<xsd:element ref="ogc:GmlObjectId"/>
</xsd:sequence>
<xsd:attribute default="GML3" name="outputFormat"
type="xsd:string" use="optional"/>
<xsd:attribute name="traverseXlinkDepth" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute indicates the depth to which nested
property XLink linking element locator attribute
(href) XLinks are traversed and resolved if possible.
A value of "1" indicates that one linking element
locator attribute (href) XLink will be traversed
and the referenced element returned if possible, but
nested property XLink linking element locator attribute
(href) XLinks in the returned element are not traversed.
A value of "*" indicates that all nested property XLink
linking element locator attribute (href) XLinks will be
traversed and the referenced elements returned if
possible. |
GMLObjectTypeListTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:GMLObjectTypeListType. |
GMLObjectTypeTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:GMLObjectTypeType.
<xsd:complexType name="GMLObjectTypeType">
<xsd:annotation>
<xsd:documentation>
An element of this type that describes a GML object in an
application namespace shall have an xml xmlns specifier,
e.g. |
IdentifierGenerationOptionTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:IdentifierGenerationOptionType.
<xsd:simpleType name="IdentifierGenerationOptionType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="UseExisting">
<xsd:annotation>
<xsd:documentation>
The UseExsiting value indicates that WFS should not
generate a new feature identifier for the feature
being inserted into the repositry. |
InsertedFeatureTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:InsertedFeatureType.
<xsd:complexType name="InsertedFeatureType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" ref="ogc:FeatureId">
<xsd:annotation>
<xsd:documentation xml:lang="en">
This is the feature identifier for the newly created
feature. |
InsertElementTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:InsertElementType.
<xsd:complexType name="InsertElementType">
<xsd:annotation>
<xsd:documentation>
An Insert element may contain a feature collection or one
or more feature instances to be inserted into the
repository.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="gml:_FeatureCollection"/>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" ref="gml:_Feature"/>
</xsd:sequence>
</xsd:choice>
<xsd:attribute default="GenerateNew" name="idgen"
type="wfs:IdentifierGenerationOptionType" use="optional">
<xsd:annotation>
<xsd:documentation>
The idgen attribute control how a WFS generates identifiers
from newly created feature instances using the Insert action.
The default action is to have the WFS generate a new id for
the features. |
InsertResultTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:InsertResultType.
<xsd:complexType name="InsertResultsType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Reports the list of identifiers of all features created
by a transaction request. |
LockFeatureResponseTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:LockFeatureResponseType.
<xsd:complexType name="LockFeatureResponseType">
<xsd:annotation>
<xsd:documentation>
The 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 LockFeatureResponse includes a LockId element
that contains a lock identifier. |
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. |
MetadataURLTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:MetadataURLType.
<xsd:complexType name="MetadataURLType">
<xsd:annotation>
<xsd:documentation>
A Web Feature Server MAY use zero or more MetadataURL
elements to offer detailed, standardized metadata about
the data underneath a particular feature type. |
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. |
OperationsTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:OperationsType. |
OperationTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:OperationType. |
OutputFormatListTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:OutputFormatListType. |
PropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:PropertyType. |
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:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element ref="wfs:PropertyName">
<xsd:annotation>
<xsd:documentation>
The Property 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. |
ResultTypeTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:ResultTypeType.
<xsd:simpleType name="ResultTypeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="results">
<xsd:annotation>
<xsd:documentation>
Indicates that a complete response should be generated
by the WFS. |
TransactionResponseTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:TransactionResponseType.
<xsd:complexType name="TransactionResponseType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The response for a transaction request that was successfully
completed. |
TransactionResultsTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:TransactionResultsType. |
TransactionSummaryTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:TransactionSummaryType. |
TransactionTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:TransactionType.
<xsd:complexType name="TransactionType">
<xsd:annotation>
<xsd:documentation>
The TransactionType defines the Transaction operation. |
TypeNameListTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:TypeNameListType. |
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:annotation>
<xsd:documentation>
Changing or updating a feature instance means that
the current value of one or more properties of
the feature are replaced with new values. |
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. |
WFSConfiguration.java | Class | |
WFSSchemaLocationResolver.java | Class | |
WFSSchemaLocator.java | Class | Schema locator which adds types defined in applications schemas to the wfs schema proper. |
WfsXmlReader.java | Class | Xml reader for wfs 1.1.0 xml requests. |
WFS_CapabilitiesTypeBinding.java | Class | Binding object for the type http://www.opengis.net/wfs:WFS_CapabilitiesType.
<xsd:complexType name="WFS_CapabilitiesType">
<xsd:annotation>
<xsd:documentation>
XML encoded WFS GetCapabilities operation response. |
XmlSchemaEncoder.java | Class | |