org.geoserver.wfs.xml.v1_0_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_0_0 
org.geoserver.wfs.xml.v1_0_0
Java Source File NameTypeComment
AllSomeTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:AllSomeType.
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.
DescribeFeatureTypeBinding.javaClass 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.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.
EmptyTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:EmptyType.
FeatureCollectionBinding.javaClass Binding object for the element http://www.opengis.net/wfs:FeatureCollection.
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.
GetCapabilitiesBinding.javaClass 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.javaClass 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.javaClass 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.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.
GMLAbstractFeatureTypeBinding.javaClass
InsertElementTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:InsertElementType.
InsertResultTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:InsertResultType.
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.
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.
PropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/wfs:PropertyType.
QueryBinding.javaClass 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.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: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.javaClass Binding object for the type http://www.opengis.net/wfs:StatusType.
TransactionResultTypeBinding.javaClass 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.javaClass 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.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: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.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.
WFSBindingUtils.javaClass Utility class to be used by bindings.
WFSConfiguration.javaClass Parser configuration for wfs 1.0.
WFSSchemaLocationResolver.javaClass
WfsXmlReader.javaClass Xml reader for wfs 1.0.0 xml requests.
WFS_LockFeatureResponseTypeBinding.javaClass 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.javaClass 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.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.