Java Doc for WfsFactory.java in  » GIS » GeoServer » net » opengis » wfs » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 » net.opengis.wfs 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.opengis.wfs.WfsFactory

All known Subclasses:   net.opengis.wfs.impl.WfsFactoryImpl,
WfsFactory
public interface WfsFactory extends EFactory(Code)
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:   net.opengis.wfs.WfsPackage


Field Summary
 WfsFactoryeINSTANCE
     The singleton instance of the factory.


Method Summary
 ActionTypecreateActionType()
     Returns a new object of class 'Action Type'.
 DeleteElementTypecreateDeleteElementType()
     Returns a new object of class 'Delete Element Type'.
 DescribeFeatureTypeTypecreateDescribeFeatureTypeType()
     Returns a new object of class 'Describe Feature Type Type'.
 DocumentRootcreateDocumentRoot()
     Returns a new object of class 'Document Root'.
 FeatureCollectionTypecreateFeatureCollectionType()
     Returns a new object of class 'Feature Collection Type'.
 FeatureTypeListTypecreateFeatureTypeListType()
     Returns a new object of class 'Feature Type List Type'.
 FeatureTypeTypecreateFeatureTypeType()
     Returns a new object of class 'Feature Type Type'.
 FeaturesLockedTypecreateFeaturesLockedType()
     Returns a new object of class 'Features Locked Type'.
 FeaturesNotLockedTypecreateFeaturesNotLockedType()
     Returns a new object of class 'Features Not Locked Type'.
 GMLObjectTypeListTypecreateGMLObjectTypeListType()
     Returns a new object of class 'GML Object Type List Type'.
 GMLObjectTypeTypecreateGMLObjectTypeType()
     Returns a new object of class 'GML Object Type Type'.
 GetCapabilitiesTypecreateGetCapabilitiesType()
     Returns a new object of class 'Get Capabilities Type'.
 GetFeatureTypecreateGetFeatureType()
     Returns a new object of class 'Get Feature Type'.
 GetFeatureWithLockTypecreateGetFeatureWithLockType()
     Returns a new object of class 'Get Feature With Lock Type'.
 GetGmlObjectTypecreateGetGmlObjectType()
     Returns a new object of class 'Get Gml Object Type'.
 InsertElementTypecreateInsertElementType()
     Returns a new object of class 'Insert Element Type'.
 InsertResultsTypecreateInsertResultsType()
     Returns a new object of class 'Insert Results Type'.
 InsertedFeatureTypecreateInsertedFeatureType()
     Returns a new object of class 'Inserted Feature Type'.
 LockFeatureResponseTypecreateLockFeatureResponseType()
     Returns a new object of class 'Lock Feature Response Type'.
 LockFeatureTypecreateLockFeatureType()
     Returns a new object of class 'Lock Feature Type'.
 LockTypecreateLockType()
     Returns a new object of class 'Lock Type'.
 MetadataURLTypecreateMetadataURLType()
     Returns a new object of class 'Metadata URL Type'.
 NativeTypecreateNativeType()
     Returns a new object of class 'Native Type'.
 NoSRSTypecreateNoSRSType()
     Returns a new object of class 'No SRS Type'.
 OperationsTypecreateOperationsType()
     Returns a new object of class 'Operations Type'.
 OutputFormatListTypecreateOutputFormatListType()
     Returns a new object of class 'Output Format List Type'.
 PropertyTypecreatePropertyType()
     Returns a new object of class 'Property Type'.
 QueryTypecreateQueryType()
     Returns a new object of class 'Query Type'.
 TransactionResponseTypecreateTransactionResponseType()
     Returns a new object of class 'Transaction Response Type'.
 TransactionResultsTypecreateTransactionResultsType()
     Returns a new object of class 'Transaction Results Type'.
 TransactionSummaryTypecreateTransactionSummaryType()
     Returns a new object of class 'Transaction Summary Type'.
 TransactionTypecreateTransactionType()
     Returns a new object of class 'Transaction Type'.
 UpdateElementTypecreateUpdateElementType()
     Returns a new object of class 'Update Element Type'.
 WFSCapabilitiesTypecreateWFSCapabilitiesType()
     Returns a new object of class 'WFS Capabilities Type'.
 XlinkPropertyNameTypecreateXlinkPropertyNameType()
     Returns a new object of class 'Xlink Property Name Type'.
 WfsPackagegetWfsPackage()
     Returns the package supported by this factory.

Field Detail
eINSTANCE
WfsFactory eINSTANCE(Code)
The singleton instance of the factory.





Method Detail
createActionType
ActionType createActionType()(Code)
Returns a new object of class 'Action Type'. a new object of class 'Action Type'.



createDeleteElementType
DeleteElementType createDeleteElementType()(Code)
Returns a new object of class 'Delete Element Type'. a new object of class 'Delete Element Type'.



createDescribeFeatureTypeType
DescribeFeatureTypeType createDescribeFeatureTypeType()(Code)
Returns a new object of class 'Describe Feature Type Type'. a new object of class 'Describe Feature Type Type'.



createDocumentRoot
DocumentRoot createDocumentRoot()(Code)
Returns a new object of class 'Document Root'. a new object of class 'Document Root'.



createFeatureCollectionType
FeatureCollectionType createFeatureCollectionType()(Code)
Returns a new object of class 'Feature Collection Type'. a new object of class 'Feature Collection Type'.



createFeatureTypeListType
FeatureTypeListType createFeatureTypeListType()(Code)
Returns a new object of class 'Feature Type List Type'. a new object of class 'Feature Type List Type'.



createFeatureTypeType
FeatureTypeType createFeatureTypeType()(Code)
Returns a new object of class 'Feature Type Type'. a new object of class 'Feature Type Type'.



createFeaturesLockedType
FeaturesLockedType createFeaturesLockedType()(Code)
Returns a new object of class 'Features Locked Type'. a new object of class 'Features Locked Type'.



createFeaturesNotLockedType
FeaturesNotLockedType createFeaturesNotLockedType()(Code)
Returns a new object of class 'Features Not Locked Type'. a new object of class 'Features Not Locked Type'.



createGMLObjectTypeListType
GMLObjectTypeListType createGMLObjectTypeListType()(Code)
Returns a new object of class 'GML Object Type List Type'. a new object of class 'GML Object Type List Type'.



createGMLObjectTypeType
GMLObjectTypeType createGMLObjectTypeType()(Code)
Returns a new object of class 'GML Object Type Type'. a new object of class 'GML Object Type Type'.



createGetCapabilitiesType
GetCapabilitiesType createGetCapabilitiesType()(Code)
Returns a new object of class 'Get Capabilities Type'. a new object of class 'Get Capabilities Type'.



createGetFeatureType
GetFeatureType createGetFeatureType()(Code)
Returns a new object of class 'Get Feature Type'. a new object of class 'Get Feature Type'.



createGetFeatureWithLockType
GetFeatureWithLockType createGetFeatureWithLockType()(Code)
Returns a new object of class 'Get Feature With Lock Type'. a new object of class 'Get Feature With Lock Type'.



createGetGmlObjectType
GetGmlObjectType createGetGmlObjectType()(Code)
Returns a new object of class 'Get Gml Object Type'. a new object of class 'Get Gml Object Type'.



createInsertElementType
InsertElementType createInsertElementType()(Code)
Returns a new object of class 'Insert Element Type'. a new object of class 'Insert Element Type'.



createInsertResultsType
InsertResultsType createInsertResultsType()(Code)
Returns a new object of class 'Insert Results Type'. a new object of class 'Insert Results Type'.



createInsertedFeatureType
InsertedFeatureType createInsertedFeatureType()(Code)
Returns a new object of class 'Inserted Feature Type'. a new object of class 'Inserted Feature Type'.



createLockFeatureResponseType
LockFeatureResponseType createLockFeatureResponseType()(Code)
Returns a new object of class 'Lock Feature Response Type'. a new object of class 'Lock Feature Response Type'.



createLockFeatureType
LockFeatureType createLockFeatureType()(Code)
Returns a new object of class 'Lock Feature Type'. a new object of class 'Lock Feature Type'.



createLockType
LockType createLockType()(Code)
Returns a new object of class 'Lock Type'. a new object of class 'Lock Type'.



createMetadataURLType
MetadataURLType createMetadataURLType()(Code)
Returns a new object of class 'Metadata URL Type'. a new object of class 'Metadata URL Type'.



createNativeType
NativeType createNativeType()(Code)
Returns a new object of class 'Native Type'. a new object of class 'Native Type'.



createNoSRSType
NoSRSType createNoSRSType()(Code)
Returns a new object of class 'No SRS Type'. a new object of class 'No SRS Type'.



createOperationsType
OperationsType createOperationsType()(Code)
Returns a new object of class 'Operations Type'. a new object of class 'Operations Type'.



createOutputFormatListType
OutputFormatListType createOutputFormatListType()(Code)
Returns a new object of class 'Output Format List Type'. a new object of class 'Output Format List Type'.



createPropertyType
PropertyType createPropertyType()(Code)
Returns a new object of class 'Property Type'. a new object of class 'Property Type'.



createQueryType
QueryType createQueryType()(Code)
Returns a new object of class 'Query Type'. a new object of class 'Query Type'.



createTransactionResponseType
TransactionResponseType createTransactionResponseType()(Code)
Returns a new object of class 'Transaction Response Type'. a new object of class 'Transaction Response Type'.



createTransactionResultsType
TransactionResultsType createTransactionResultsType()(Code)
Returns a new object of class 'Transaction Results Type'. a new object of class 'Transaction Results Type'.



createTransactionSummaryType
TransactionSummaryType createTransactionSummaryType()(Code)
Returns a new object of class 'Transaction Summary Type'. a new object of class 'Transaction Summary Type'.



createTransactionType
TransactionType createTransactionType()(Code)
Returns a new object of class 'Transaction Type'. a new object of class 'Transaction Type'.



createUpdateElementType
UpdateElementType createUpdateElementType()(Code)
Returns a new object of class 'Update Element Type'. a new object of class 'Update Element Type'.



createWFSCapabilitiesType
WFSCapabilitiesType createWFSCapabilitiesType()(Code)
Returns a new object of class 'WFS Capabilities Type'. a new object of class 'WFS Capabilities Type'.



createXlinkPropertyNameType
XlinkPropertyNameType createXlinkPropertyNameType()(Code)
Returns a new object of class 'Xlink Property Name Type'. a new object of class 'Xlink Property Name Type'.



getWfsPackage
WfsPackage getWfsPackage()(Code)
Returns the package supported by this factory. the package supported by this factory.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.