Java Doc for OwsFactory.java in  » GIS » GeoServer » net » opengis » ows » 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.ows 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.opengis.ows.OwsFactory

All known Subclasses:   net.opengis.ows.impl.OwsFactoryImpl,
OwsFactory
public interface OwsFactory 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.ows.OwsPackage


Field Summary
 OwsFactoryeINSTANCE
     The singleton instance of the factory.


Method Summary
 AcceptFormatsTypecreateAcceptFormatsType()
     Returns a new object of class 'Accept Formats Type'.
 AcceptVersionsTypecreateAcceptVersionsType()
     Returns a new object of class 'Accept Versions Type'.
 AddressTypecreateAddressType()
     Returns a new object of class 'Address Type'.
 BoundingBoxTypecreateBoundingBoxType()
     Returns a new object of class 'Bounding Box Type'.
 CapabilitiesBaseTypecreateCapabilitiesBaseType()
     Returns a new object of class 'Capabilities Base Type'.
 CodeTypecreateCodeType()
     Returns a new object of class 'Code Type'.
 ContactTypecreateContactType()
     Returns a new object of class 'Contact Type'.
 DCPTypecreateDCPType()
     Returns a new object of class 'DCP Type'.
 DescriptionTypecreateDescriptionType()
     Returns a new object of class 'Description Type'.
 DocumentRootcreateDocumentRoot()
     Returns a new object of class 'Document Root'.
 DomainTypecreateDomainType()
     Returns a new object of class 'Domain Type'.
 ExceptionReportTypecreateExceptionReportType()
     Returns a new object of class 'Exception Report Type'.
 ExceptionTypecreateExceptionType()
     Returns a new object of class 'Exception Type'.
 GetCapabilitiesTypecreateGetCapabilitiesType()
     Returns a new object of class 'Get Capabilities Type'.
 HTTPTypecreateHTTPType()
     Returns a new object of class 'HTTP Type'.
 IdentificationTypecreateIdentificationType()
     Returns a new object of class 'Identification Type'.
 KeywordsTypecreateKeywordsType()
     Returns a new object of class 'Keywords Type'.
 MetadataTypecreateMetadataType()
     Returns a new object of class 'Metadata Type'.
 OnlineResourceTypecreateOnlineResourceType()
     Returns a new object of class 'Online Resource Type'.
 OperationTypecreateOperationType()
     Returns a new object of class 'Operation Type'.
 OperationsMetadataTypecreateOperationsMetadataType()
     Returns a new object of class 'Operations Metadata Type'.
 RequestMethodTypecreateRequestMethodType()
     Returns a new object of class 'Request Method Type'.
 ResponsiblePartySubsetTypecreateResponsiblePartySubsetType()
     Returns a new object of class 'Responsible Party Subset Type'.
 ResponsiblePartyTypecreateResponsiblePartyType()
     Returns a new object of class 'Responsible Party Type'.
 SectionsTypecreateSectionsType()
     Returns a new object of class 'Sections Type'.
 ServiceIdentificationTypecreateServiceIdentificationType()
     Returns a new object of class 'Service Identification Type'.
 ServiceProviderTypecreateServiceProviderType()
     Returns a new object of class 'Service Provider Type'.
 TelephoneTypecreateTelephoneType()
     Returns a new object of class 'Telephone Type'.
 WGS84BoundingBoxTypecreateWGS84BoundingBoxType()
     Returns a new object of class 'WGS84 Bounding Box Type'.
 OwsPackagegetOwsPackage()
     Returns the package supported by this factory.

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





Method Detail
createAcceptFormatsType
AcceptFormatsType createAcceptFormatsType()(Code)
Returns a new object of class 'Accept Formats Type'. a new object of class 'Accept Formats Type'.



createAcceptVersionsType
AcceptVersionsType createAcceptVersionsType()(Code)
Returns a new object of class 'Accept Versions Type'. a new object of class 'Accept Versions Type'.



createAddressType
AddressType createAddressType()(Code)
Returns a new object of class 'Address Type'. a new object of class 'Address Type'.



createBoundingBoxType
BoundingBoxType createBoundingBoxType()(Code)
Returns a new object of class 'Bounding Box Type'. a new object of class 'Bounding Box Type'.



createCapabilitiesBaseType
CapabilitiesBaseType createCapabilitiesBaseType()(Code)
Returns a new object of class 'Capabilities Base Type'. a new object of class 'Capabilities Base Type'.



createCodeType
CodeType createCodeType()(Code)
Returns a new object of class 'Code Type'. a new object of class 'Code Type'.



createContactType
ContactType createContactType()(Code)
Returns a new object of class 'Contact Type'. a new object of class 'Contact Type'.



createDCPType
DCPType createDCPType()(Code)
Returns a new object of class 'DCP Type'. a new object of class 'DCP Type'.



createDescriptionType
DescriptionType createDescriptionType()(Code)
Returns a new object of class 'Description Type'. a new object of class 'Description Type'.



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



createDomainType
DomainType createDomainType()(Code)
Returns a new object of class 'Domain Type'. a new object of class 'Domain Type'.



createExceptionReportType
ExceptionReportType createExceptionReportType()(Code)
Returns a new object of class 'Exception Report Type'. a new object of class 'Exception Report Type'.



createExceptionType
ExceptionType createExceptionType()(Code)
Returns a new object of class 'Exception Type'. a new object of class 'Exception Type'.



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



createHTTPType
HTTPType createHTTPType()(Code)
Returns a new object of class 'HTTP Type'. a new object of class 'HTTP Type'.



createIdentificationType
IdentificationType createIdentificationType()(Code)
Returns a new object of class 'Identification Type'. a new object of class 'Identification Type'.



createKeywordsType
KeywordsType createKeywordsType()(Code)
Returns a new object of class 'Keywords Type'. a new object of class 'Keywords Type'.



createMetadataType
MetadataType createMetadataType()(Code)
Returns a new object of class 'Metadata Type'. a new object of class 'Metadata Type'.



createOnlineResourceType
OnlineResourceType createOnlineResourceType()(Code)
Returns a new object of class 'Online Resource Type'. a new object of class 'Online Resource Type'.



createOperationType
OperationType createOperationType()(Code)
Returns a new object of class 'Operation Type'. a new object of class 'Operation Type'.



createOperationsMetadataType
OperationsMetadataType createOperationsMetadataType()(Code)
Returns a new object of class 'Operations Metadata Type'. a new object of class 'Operations Metadata Type'.



createRequestMethodType
RequestMethodType createRequestMethodType()(Code)
Returns a new object of class 'Request Method Type'. a new object of class 'Request Method Type'.



createResponsiblePartySubsetType
ResponsiblePartySubsetType createResponsiblePartySubsetType()(Code)
Returns a new object of class 'Responsible Party Subset Type'. a new object of class 'Responsible Party Subset Type'.



createResponsiblePartyType
ResponsiblePartyType createResponsiblePartyType()(Code)
Returns a new object of class 'Responsible Party Type'. a new object of class 'Responsible Party Type'.



createSectionsType
SectionsType createSectionsType()(Code)
Returns a new object of class 'Sections Type'. a new object of class 'Sections Type'.



createServiceIdentificationType
ServiceIdentificationType createServiceIdentificationType()(Code)
Returns a new object of class 'Service Identification Type'. a new object of class 'Service Identification Type'.



createServiceProviderType
ServiceProviderType createServiceProviderType()(Code)
Returns a new object of class 'Service Provider Type'. a new object of class 'Service Provider Type'.



createTelephoneType
TelephoneType createTelephoneType()(Code)
Returns a new object of class 'Telephone Type'. a new object of class 'Telephone Type'.



createWGS84BoundingBoxType
WGS84BoundingBoxType createWGS84BoundingBoxType()(Code)
Returns a new object of class 'WGS84 Bounding Box Type'. a new object of class 'WGS84 Bounding Box Type'.



getOwsPackage
OwsPackage getOwsPackage()(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.