org.geoserver.wfs.xml.v1_1_0

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » GeoServer » org.geoserver.wfs.xml.v1_1_0 
org.geoserver.wfs.xml.v1_1_0
Java Source File NameTypeComment
ActionTypeBinding.javaClass 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.javaClass Binding object for the type http://www.opengis.net/wfs:AllSomeType.
BaseRequestTypeBinding.javaClass 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.javaClass Binding object for the type http://www.opengis.net/wfs:Base_TypeNameListType.
DeleteElementTypeBinding.javaClass 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.javaClass 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.javaClass 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.javaClass Binding object for the type http://www.opengis.net/wfs:FeaturesLockedType.
FeaturesNotLockedTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:FeaturesNotLockedType.
FeatureTypeListTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:FeatureTypeListType.
FeatureTypeTypeBinding.javaClass 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.javaClass Binding object for the type http://www.opengis.net/wfs:GetCapabilitiesType.
GetFeatureTypeBinding.javaClass 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.javaClass 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.javaClass 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.javaClass Binding object for the type http://www.opengis.net/wfs:GMLObjectTypeListType.
GMLObjectTypeTypeBinding.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass Binding object for the type http://www.opengis.net/wfs:OperationsType.
OperationTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:OperationType.
OutputFormatListTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:OutputFormatListType.
PropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:PropertyType.
QueryTypeBinding.javaClass 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.javaClass 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.javaClass 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.javaClass Binding object for the type http://www.opengis.net/wfs:TransactionResultsType.
TransactionSummaryTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:TransactionSummaryType.
TransactionTypeBinding.javaClass 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.javaClass Binding object for the type http://www.opengis.net/wfs:TypeNameListType.
UpdateElementTypeBinding.javaClass 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.javaInterface This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/wfs schema.
WFSBindingConfiguration.javaClass Binding configuration for the http://www.opengis.net/wfs schema.
WFSConfiguration.javaClass
WFSSchemaLocationResolver.javaClass
WFSSchemaLocator.javaClass Schema locator which adds types defined in applications schemas to the wfs schema proper.
WfsXmlReader.javaClass Xml reader for wfs 1.1.0 xml requests.
WFS_CapabilitiesTypeBinding.javaClass 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.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.