Source Code Cross Referenced for IOValue.java in  » GIS » deegree » org » deegree » ogcwebservices » wps » execute » 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 » deegree » org.deegree.ogcwebservices.wps.execute 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        //$HeadURL: https://svn.wald.intevation.org/svn/deegree/base/trunk/src/org/deegree/ogcwebservices/wps/execute/IOValue.java $
002:        /*----------------    FILE HEADER  ------------------------------------------
003:
004:         This file is part of deegree.
005:         Copyright (C) 2001-2008 by:
006:         EXSE, Department of Geography, University of Bonn
007:         http://www.giub.uni-bonn.de/exse/
008:         lat/lon GmbH
009:         http://www.lat-lon.de
010:
011:         This library is free software; you can redistribute it and/or
012:         modify it under the terms of the GNU Lesser General Public
013:         License as published by the Free Software Foundation; either
014:         version 2.1 of the License, or (at your option) any later version.
015:
016:         This library is distributed in the hope that it will be useful,
017:         but WITHOUT ANY WARRANTY; without even the implied warranty of
018:         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
019:         Lesser General Public License for more details.
020:
021:         You should have received a copy of the GNU Lesser General Public
022:         License along with this library; if not, write to the Free Software
023:         Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
024:
025:         Contact:
026:
027:         Andreas Poth
028:         lat/lon GmbH
029:         Aennchenstraße 19
030:         53177 Bonn
031:         Germany
032:         E-Mail: poth@lat-lon.de
033:
034:         Prof. Dr. Klaus Greve
035:         Department of Geography
036:         University of Bonn
037:         Meckenheimer Allee 166
038:         53115 Bonn
039:         Germany
040:         E-Mail: greve@giub.uni-bonn.de
041:        
042:         ---------------------------------------------------------------------------*/
043:        package org.deegree.ogcwebservices.wps.execute;
044:
045:        import java.net.URI;
046:        import java.net.URL;
047:
048:        import org.deegree.datatypes.Code;
049:        import org.deegree.datatypes.values.TypedLiteral;
050:        import org.deegree.model.spatialschema.Envelope;
051:        import org.deegree.ogcwebservices.wps.WPSDescription;
052:
053:        /**
054:         * IOValue.java
055:         * 
056:         * Created on 24.03.2006. 16:33:24h
057:         * 
058:         * Value of one input to a process or one output from a process.
059:         * 
060:         * @author <a href="mailto:christian@kiehle.org">Christian Kiehle</a>
061:         * @author <a href="mailto:christian.heier@gmx.de">Christian Heier</a>
062:         * @author last edited by: $Author: apoth $
063:         *
064:         * @version $Revision: 9345 $, $Date: 2007-12-27 08:22:25 -0800 (Thu, 27 Dec 2007) $
065:         */
066:        public class IOValue extends WPSDescription {
067:
068:            /**
069:             * Identifies this input or output value as a web accessible resource, and references that
070:             * resource. For an input, this element may be used by a client for any process input coded as
071:             * ComplexData in the ProcessDescription. For an output, this element shall be used by a server
072:             * when "store" in the Execute request is "true".
073:             */
074:
075:            private ComplexValueReference complexValueReference;
076:
077:            /**
078:             * Identifies this input or output value as a complex value data structure encoded in XML (e.g.,
079:             * using GML), and provides that complex value data structure. For an input, this element may be
080:             * used by a client for any process input coded as ComplexData in the ProcessDescription. For an
081:             * output, this element shall be used by a server when "store" in the Execute request is
082:             * "false".
083:             */
084:            private ComplexValue complexValue;
085:
086:            /**
087:             * Identifies this input or output value as a literal value of a simple quantity (e.g., one
088:             * number), and provides that value.
089:             */
090:            private TypedLiteral literalValue;
091:
092:            /**
093:             * Identifies this input or output value as an ows:BoundingBox data structure, and provides that
094:             * ows:BoundingBox data structure.
095:             */
096:            private Envelope boundingBoxValue;
097:
098:            /**
099:             * 
100:             * @param identifier
101:             * @param title
102:             * @param _abstract
103:             * @param boundingBoxValue
104:             * @param complexValue
105:             * @param complexValueReference
106:             * @param literalValue
107:             */
108:            public IOValue(Code identifier, String title, String _abstract,
109:                    Envelope boundingBoxValue, ComplexValue complexValue,
110:                    ComplexValueReference complexValueReference,
111:                    TypedLiteral literalValue) {
112:                super (identifier, title, _abstract);
113:                this .boundingBoxValue = boundingBoxValue;
114:                this .complexValue = complexValue;
115:                this .complexValueReference = complexValueReference;
116:                this .literalValue = literalValue;
117:            }
118:
119:            /**
120:             * 
121:             * @return complexValueReference
122:             */
123:            public ComplexValueReference getComplexValueReference() {
124:                return complexValueReference;
125:            }
126:
127:            /**
128:             * 
129:             * @param value
130:             */
131:            public void setComplexValueReference(ComplexValueReference value) {
132:                this .complexValueReference = value;
133:            }
134:
135:            /**
136:             * 
137:             * @return complexValue
138:             */
139:            public ComplexValue getComplexValue() {
140:                return complexValue;
141:            }
142:
143:            /**
144:             * 
145:             * @param value
146:             */
147:            public void setComplexValue(ComplexValue value) {
148:                this .complexValue = value;
149:            }
150:
151:            /**
152:             * 
153:             * @return literalValue
154:             */
155:            public TypedLiteral getLiteralValue() {
156:                return literalValue;
157:            }
158:
159:            /**
160:             * 
161:             * @param value
162:             */
163:            public void setLiteralValue(TypedLiteral value) {
164:                this .literalValue = value;
165:            }
166:
167:            /**
168:             * 
169:             * @return boundingBoxValue
170:             */
171:            public Envelope getBoundingBoxValue() {
172:                return boundingBoxValue;
173:            }
174:
175:            /**
176:             * 
177:             * @return boundingBoxValueType
178:             */
179:            public boolean isBoundingBoxValueType() {
180:                boolean boundingBoxValueType = false;
181:                if (null != boundingBoxValue) {
182:                    boundingBoxValueType = true;
183:                }
184:                return boundingBoxValueType;
185:            }
186:
187:            /**
188:             * 
189:             * @return complexValueReferenceType
190:             */
191:            public boolean isComplexValueReferenceType() {
192:                boolean complexValueReferenceType = false;
193:                if (null != complexValueReference) {
194:                    complexValueReferenceType = true;
195:                }
196:                return complexValueReferenceType;
197:            }
198:
199:            /**
200:             * 
201:             * @return
202:             */
203:            public boolean isComplexValueType() {
204:                boolean complexValueType = false;
205:                if (null != complexValue) {
206:                    complexValueType = true;
207:                }
208:                return complexValueType;
209:            }
210:
211:            public boolean isLiteralValueType() {
212:                boolean literalValueType = false;
213:                if (null != literalValue) {
214:                    literalValueType = true;
215:                }
216:                return literalValueType;
217:            }
218:
219:            /**
220:             * 
221:             * @param value
222:             */
223:            public void setBoundingBoxValue(Envelope value) {
224:                this .boundingBoxValue = value;
225:            }
226:
227:            public static class ComplexValueReference extends
228:                    ComplexValueEncoding {
229:
230:                protected URL reference;
231:
232:                /**
233:                 * @param encoding
234:                 * @param format
235:                 * @param schema
236:                 */
237:                public ComplexValueReference(String format, URI encoding,
238:                        URL schema, URL reference) {
239:                    super (format, encoding, schema);
240:                    this .reference = reference;
241:                }
242:
243:                public URL getReference() {
244:                    return reference;
245:                }
246:
247:            }
248:
249:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.