Source Code Cross Referenced for SMIL20Schema.java in  » GIS » GeoTools-2.4.1 » org » geotools » gml3 » smil » 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 » GeoTools 2.4.1 » org.geotools.gml3.smil 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         *    GeoTools - OpenSource mapping toolkit
003:         *    http://geotools.org
004:         *    (C) 2002-2006, GeoTools Project Managment Committee (PMC)
005:         *
006:         *    This library is free software; you can redistribute it and/or
007:         *    modify it under the terms of the GNU Lesser General Public
008:         *    License as published by the Free Software Foundation;
009:         *    version 2.1 of the License.
010:         *
011:         *    This library is distributed in the hope that it will be useful,
012:         *    but WITHOUT ANY WARRANTY; without even the implied warranty of
013:         *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
014:         *    Lesser General Public License for more details.
015:         */
016:        package org.geotools.gml3.smil;
017:
018:        import org.geotools.feature.AttributeType;
019:        import org.geotools.feature.AttributeTypeFactory;
020:        import org.geotools.feature.type.SchemaImpl;
021:
022:        public class SMIL20Schema extends SchemaImpl {
023:            /**
024:             * <p>
025:             *  <pre>
026:             *   <code>
027:             *  &lt;complexType name="animateColorPrototype"&gt;
028:             *      &lt;attributeGroup ref="smil20:animNamedTargetAttrs"/&gt;
029:             *      &lt;attributeGroup ref="smil20:animAddAccumAttrs"/&gt;
030:             *      &lt;attributeGroup ref="smil20:animValuesAttrs"/&gt;
031:             *  &lt;/complexType&gt;
032:             *
033:             *    </code>
034:             *   </pre>
035:             * </p>
036:             *
037:             * @generated
038:             */
039:            public static final AttributeType ANIMATECOLORPROTOTYPE_TYPE = AttributeTypeFactory
040:                    .newAttributeType("animateColorPrototype",
041:                            java.lang.Object.class);
042:
043:            /**
044:             * <p>
045:             *  <pre>
046:             *   <code>
047:             *  &lt;simpleType name="fillDefaultType"&gt;
048:             *      &lt;restriction base="string"&gt;
049:             *          &lt;enumeration value="remove"/&gt;
050:             *          &lt;enumeration value="freeze"/&gt;
051:             *          &lt;enumeration value="hold"/&gt;
052:             *          &lt;enumeration value="auto"/&gt;
053:             *          &lt;enumeration value="inherit"/&gt;
054:             *          &lt;enumeration value="transition"/&gt;
055:             *      &lt;/restriction&gt;
056:             *  &lt;/simpleType&gt;
057:             *
058:             *    </code>
059:             *   </pre>
060:             * </p>
061:             *
062:             * @generated
063:             */
064:            public static final AttributeType FILLDEFAULTTYPE_TYPE = AttributeTypeFactory
065:                    .newAttributeType("fillDefaultType", java.lang.Object.class);
066:
067:            /**
068:             * <p>
069:             *  <pre>
070:             *   <code>
071:             *  &lt;complexType name="animatePrototype"&gt;
072:             *      &lt;attributeGroup ref="smil20:animNamedTargetAttrs"/&gt;
073:             *      &lt;attributeGroup ref="smil20:animAddAccumAttrs"/&gt;
074:             *      &lt;attributeGroup ref="smil20:animValuesAttrs"/&gt;
075:             *  &lt;/complexType&gt;
076:             *
077:             *    </code>
078:             *   </pre>
079:             * </p>
080:             *
081:             * @generated
082:             */
083:            public static final AttributeType ANIMATEPROTOTYPE_TYPE = AttributeTypeFactory
084:                    .newAttributeType("animatePrototype",
085:                            java.lang.Object.class);
086:
087:            /**
088:             * <p>
089:             *  <pre>
090:             *   <code>
091:             *  &lt;complexType name="setPrototype"&gt;
092:             *      &lt;attributeGroup ref="smil20:animNamedTargetAttrs"/&gt;
093:             *      &lt;attributeGroup ref="smil20:animSetValuesAttrs"/&gt;
094:             *  &lt;/complexType&gt;
095:             *
096:             *    </code>
097:             *   </pre>
098:             * </p>
099:             *
100:             * @generated
101:             */
102:            public static final AttributeType SETPROTOTYPE_TYPE = AttributeTypeFactory
103:                    .newAttributeType("setPrototype", java.lang.Object.class);
104:
105:            /**
106:             * <p>
107:             *  <pre>
108:             *   <code>
109:             *  &lt;simpleType name="syncBehaviorType"&gt;
110:             *      &lt;restriction base="string"&gt;
111:             *          &lt;enumeration value="canSlip"/&gt;
112:             *          &lt;enumeration value="locked"/&gt;
113:             *          &lt;enumeration value="independent"/&gt;
114:             *          &lt;enumeration value="default"/&gt;
115:             *      &lt;/restriction&gt;
116:             *  &lt;/simpleType&gt;
117:             *
118:             *    </code>
119:             *   </pre>
120:             * </p>
121:             *
122:             * @generated
123:             */
124:            public static final AttributeType SYNCBEHAVIORTYPE_TYPE = AttributeTypeFactory
125:                    .newAttributeType("syncBehaviorType",
126:                            java.lang.Object.class);
127:
128:            /**
129:             * <p>
130:             *  <pre>
131:             *   <code>
132:             *  &lt;simpleType name="nonNegativeDecimalType"&gt;
133:             *      &lt;restriction base="decimal"&gt;
134:             *          &lt;minInclusive value="0.0"/&gt;
135:             *      &lt;/restriction&gt;
136:             *  &lt;/simpleType&gt;
137:             *
138:             *    </code>
139:             *   </pre>
140:             * </p>
141:             *
142:             * @generated
143:             */
144:            public static final AttributeType NONNEGATIVEDECIMALTYPE_TYPE = AttributeTypeFactory
145:                    .newAttributeType("nonNegativeDecimalType",
146:                            java.lang.Object.class);
147:
148:            /**
149:             * <p>
150:             *  <pre>
151:             *   <code>
152:             *  &lt;simpleType name="restartDefaultType"&gt;
153:             *      &lt;restriction base="string"&gt;
154:             *          &lt;enumeration value="never"/&gt;
155:             *          &lt;enumeration value="always"/&gt;
156:             *          &lt;enumeration value="whenNotActive"/&gt;
157:             *          &lt;enumeration value="inherit"/&gt;
158:             *      &lt;/restriction&gt;
159:             *  &lt;/simpleType&gt;
160:             *
161:             *    </code>
162:             *   </pre>
163:             * </p>
164:             *
165:             * @generated
166:             */
167:            public static final AttributeType RESTARTDEFAULTTYPE_TYPE = AttributeTypeFactory
168:                    .newAttributeType("restartDefaultType",
169:                            java.lang.Object.class);
170:
171:            /**
172:             * <p>
173:             *  <pre>
174:             *   <code>
175:             *  &lt;simpleType name="fillTimingAttrsType"&gt;
176:             *      &lt;restriction base="string"&gt;
177:             *          &lt;enumeration value="remove"/&gt;
178:             *          &lt;enumeration value="freeze"/&gt;
179:             *          &lt;enumeration value="hold"/&gt;
180:             *          &lt;enumeration value="auto"/&gt;
181:             *          &lt;enumeration value="default"/&gt;
182:             *          &lt;enumeration value="transition"/&gt;
183:             *      &lt;/restriction&gt;
184:             *  &lt;/simpleType&gt;
185:             *
186:             *    </code>
187:             *   </pre>
188:             * </p>
189:             *
190:             * @generated
191:             */
192:            public static final AttributeType FILLTIMINGATTRSTYPE_TYPE = AttributeTypeFactory
193:                    .newAttributeType("fillTimingAttrsType",
194:                            java.lang.Object.class);
195:
196:            /**
197:             * <p>
198:             *  <pre>
199:             *   <code>
200:             *  &lt;simpleType name="restartTimingType"&gt;
201:             *      &lt;restriction base="string"&gt;
202:             *          &lt;enumeration value="never"/&gt;
203:             *          &lt;enumeration value="always"/&gt;
204:             *          &lt;enumeration value="whenNotActive"/&gt;
205:             *          &lt;enumeration value="default"/&gt;
206:             *      &lt;/restriction&gt;
207:             *  &lt;/simpleType&gt;
208:             *
209:             *    </code>
210:             *   </pre>
211:             * </p>
212:             *
213:             * @generated
214:             */
215:            public static final AttributeType RESTARTTIMINGTYPE_TYPE = AttributeTypeFactory
216:                    .newAttributeType("restartTimingType",
217:                            java.lang.Object.class);
218:
219:            /**
220:             * <p>
221:             *  <pre>
222:             *   <code>
223:             *  &lt;simpleType name="syncBehaviorDefaultType"&gt;
224:             *      &lt;restriction base="string"&gt;
225:             *          &lt;enumeration value="canSlip"/&gt;
226:             *          &lt;enumeration value="locked"/&gt;
227:             *          &lt;enumeration value="independent"/&gt;
228:             *          &lt;enumeration value="inherit"/&gt;
229:             *      &lt;/restriction&gt;
230:             *  &lt;/simpleType&gt;
231:             *
232:             *    </code>
233:             *   </pre>
234:             * </p>
235:             *
236:             * @generated
237:             */
238:            public static final AttributeType SYNCBEHAVIORDEFAULTTYPE_TYPE = AttributeTypeFactory
239:                    .newAttributeType("syncBehaviorDefaultType",
240:                            java.lang.Object.class);
241:
242:            /**
243:             * <p>
244:             *  <pre>
245:             *   <code>
246:             *  &lt;complexType name="animateMotionPrototype"&gt;
247:             *      &lt;attributeGroup ref="smil20:animAddAccumAttrs"/&gt;
248:             *      &lt;attributeGroup ref="smil20:animValuesAttrs"/&gt;
249:             *      &lt;attribute name="origin" type="string" use="optional"/&gt;
250:             *  &lt;/complexType&gt;
251:             *
252:             *    </code>
253:             *   </pre>
254:             * </p>
255:             *
256:             * @generated
257:             */
258:            public static final AttributeType ANIMATEMOTIONPROTOTYPE_TYPE = AttributeTypeFactory
259:                    .newAttributeType("animateMotionPrototype",
260:                            java.lang.Object.class);
261:
262:            public SMIL20Schema() {
263:                super ("http://www.w3.org/2001/SMIL20/");
264:
265:                put(new org.geotools.feature.Name(
266:                        "http://www.w3.org/2001/SMIL20/",
267:                        "animateColorPrototype"), ANIMATECOLORPROTOTYPE_TYPE);
268:                put(new org.geotools.feature.Name(
269:                        "http://www.w3.org/2001/SMIL20/", "fillDefaultType"),
270:                        FILLDEFAULTTYPE_TYPE);
271:                put(new org.geotools.feature.Name(
272:                        "http://www.w3.org/2001/SMIL20/", "animatePrototype"),
273:                        ANIMATEPROTOTYPE_TYPE);
274:                put(new org.geotools.feature.Name(
275:                        "http://www.w3.org/2001/SMIL20/", "setPrototype"),
276:                        SETPROTOTYPE_TYPE);
277:                put(new org.geotools.feature.Name(
278:                        "http://www.w3.org/2001/SMIL20/", "syncBehaviorType"),
279:                        SYNCBEHAVIORTYPE_TYPE);
280:                put(new org.geotools.feature.Name(
281:                        "http://www.w3.org/2001/SMIL20/",
282:                        "nonNegativeDecimalType"), NONNEGATIVEDECIMALTYPE_TYPE);
283:                put(
284:                        new org.geotools.feature.Name(
285:                                "http://www.w3.org/2001/SMIL20/",
286:                                "restartDefaultType"), RESTARTDEFAULTTYPE_TYPE);
287:                put(
288:                        new org.geotools.feature.Name(
289:                                "http://www.w3.org/2001/SMIL20/",
290:                                "fillTimingAttrsType"),
291:                        FILLTIMINGATTRSTYPE_TYPE);
292:                put(new org.geotools.feature.Name(
293:                        "http://www.w3.org/2001/SMIL20/", "restartTimingType"),
294:                        RESTARTTIMINGTYPE_TYPE);
295:                put(new org.geotools.feature.Name(
296:                        "http://www.w3.org/2001/SMIL20/",
297:                        "syncBehaviorDefaultType"),
298:                        SYNCBEHAVIORDEFAULTTYPE_TYPE);
299:                put(new org.geotools.feature.Name(
300:                        "http://www.w3.org/2001/SMIL20/",
301:                        "animateMotionPrototype"), ANIMATEMOTIONPROTOTYPE_TYPE);
302:            }
303:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.