Source Code Cross Referenced for GML.java in  » GIS » GeoTools-2.4.1 » org » geotools » gml2 » bindings » 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.gml2.bindings 
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.gml2.bindings;
017:
018:        import javax.xml.namespace.QName;
019:
020:        /**
021:         * This interface contains the qualified names of all the types in the
022:         * http://www.opengis.net/gml schema.
023:         *
024:         * @generated
025:         */
026:        public interface GML {
027:            /** @generated*/
028:            public static final String NAMESPACE = "http://www.opengis.net/gml";
029:
030:            /**
031:             * @generated
032:             * @deprecated
033:             */
034:            public static final QName ABSTRACTFEATURECOLLECTIONBASETYPE = new QName(
035:                    "http://www.opengis.net/gml",
036:                    "AbstractFeatureCollectionBaseType");
037:
038:            /**
039:             * @generated
040:             * @deprecated
041:             */
042:            public static final QName ABSTRACTFEATURECOLLECTIONTYPE = new QName(
043:                    "http://www.opengis.net/gml",
044:                    "AbstractFeatureCollectionType");
045:
046:            /**
047:             * @generated
048:             * @deprecated
049:             */
050:            public static final QName ABSTRACTFEATURETYPE = new QName(
051:                    "http://www.opengis.net/gml", "AbstractFeatureType");
052:
053:            /**
054:             * @generated
055:             * @deprecated
056:             */
057:            public static final QName BOUNDINGSHAPETYPE = new QName(
058:                    "http://www.opengis.net/gml", "BoundingShapeType");
059:
060:            /**
061:             * @generated
062:             * @deprecated
063:             */
064:            public static final QName FEATUREASSOCIATIONTYPE = new QName(
065:                    "http://www.opengis.net/gml", "FeatureAssociationType");
066:
067:            /**
068:             * @generated
069:             * @deprecated
070:             */
071:            public static final QName GEOMETRYPROPERTYTYPE = new QName(
072:                    "http://www.opengis.net/gml", "GeometryPropertyType");
073:
074:            /**
075:             * @generated
076:             * @deprecated
077:             */
078:            public static final QName LINESTRINGPROPERTYTYPE = new QName(
079:                    "http://www.opengis.net/gml", "LineStringPropertyType");
080:
081:            /**
082:             * @generated
083:             * @deprecated
084:             */
085:            public static final QName MULTIGEOMETRYPROPERTYTYPE = new QName(
086:                    "http://www.opengis.net/gml", "MultiGeometryPropertyType");
087:
088:            /**
089:             * @generated
090:             * @deprecated
091:             */
092:            public static final QName MULTILINESTRINGPROPERTYTYPE = new QName(
093:                    "http://www.opengis.net/gml", "MultiLineStringPropertyType");
094:
095:            /**
096:             * @generated
097:             * @deprecated
098:             */
099:            public static final QName MULTIPOINTPROPERTYTYPE = new QName(
100:                    "http://www.opengis.net/gml", "MultiPointPropertyType");
101:
102:            /**
103:             * @generated
104:             * @deprecated
105:             */
106:            public static final QName MULTIPOLYGONPROPERTYTYPE = new QName(
107:                    "http://www.opengis.net/gml", "MultiPolygonPropertyType");
108:
109:            /**
110:             * @generated
111:             * @deprecated
112:             */
113:            public static final QName NULLTYPE = new QName(
114:                    "http://www.opengis.net/gml", "NullType");
115:
116:            /**
117:             * @generated
118:             * @deprecated
119:             */
120:            public static final QName POINTPROPERTYTYPE = new QName(
121:                    "http://www.opengis.net/gml", "PointPropertyType");
122:
123:            /**
124:             * @generated
125:             * @deprecated
126:             */
127:            public static final QName POLYGONPROPERTYTYPE = new QName(
128:                    "http://www.opengis.net/gml", "PolygonPropertyType");
129:
130:            /**
131:             * @generated
132:             * @deprecated
133:             */
134:            public static final QName ABSTRACTGEOMETRYCOLLECTIONBASETYPE = new QName(
135:                    "http://www.opengis.net/gml",
136:                    "AbstractGeometryCollectionBaseType");
137:
138:            /**
139:             * @generated
140:             * @deprecated
141:             */
142:            public static final QName ABSTRACTGEOMETRYTYPE = new QName(
143:                    "http://www.opengis.net/gml", "AbstractGeometryType");
144:
145:            /**
146:             * @generated
147:             * @deprecated
148:             */
149:            public static final QName BOXTYPE = new QName(
150:                    "http://www.opengis.net/gml", "BoxType");
151:
152:            /**
153:             * @generated
154:             * @deprecated
155:             */
156:            public static final QName COORDINATESTYPE = new QName(
157:                    "http://www.opengis.net/gml", "CoordinatesType");
158:
159:            /**
160:             * @generated
161:             * @deprecated
162:             */
163:            public static final QName COORDTYPE = new QName(
164:                    "http://www.opengis.net/gml", "CoordType");
165:
166:            /**
167:             * @generated
168:             * @deprecated
169:             */
170:            public static final QName GEOMETRYASSOCIATIONTYPE = new QName(
171:                    "http://www.opengis.net/gml", "GeometryAssociationType");
172:
173:            /**
174:             * @generated
175:             * @deprecated
176:             */
177:            public static final QName GEOMETRYCOLLECTIONTYPE = new QName(
178:                    "http://www.opengis.net/gml", "GeometryCollectionType");
179:
180:            /**
181:             * @generated
182:             * @deprecated
183:             */
184:            public static final QName LINEARRINGMEMBERTYPE = new QName(
185:                    "http://www.opengis.net/gml", "LinearRingMemberType");
186:
187:            /**
188:             * @generated
189:             * @deprecated
190:             */
191:            public static final QName LINEARRINGTYPE = new QName(
192:                    "http://www.opengis.net/gml", "LinearRingType");
193:
194:            /**
195:             * @generated
196:             * @deprecated
197:             */
198:            public static final QName LINESTRINGMEMBERTYPE = new QName(
199:                    "http://www.opengis.net/gml", "LineStringMemberType");
200:
201:            /**
202:             * @generated
203:             * @deprecated
204:             */
205:            public static final QName LINESTRINGTYPE = new QName(
206:                    "http://www.opengis.net/gml", "LineStringType");
207:
208:            /**
209:             * @generated
210:             * @deprecated
211:             */
212:            public static final QName MULTILINESTRINGTYPE = new QName(
213:                    "http://www.opengis.net/gml", "MultiLineStringType");
214:
215:            /**
216:             * @generated
217:             * @deprecated
218:             */
219:            public static final QName MULTIPOINTTYPE = new QName(
220:                    "http://www.opengis.net/gml", "MultiPointType");
221:
222:            /**
223:             * @generated
224:             * @deprecated
225:             */
226:            public static final QName MULTIPOLYGONTYPE = new QName(
227:                    "http://www.opengis.net/gml", "MultiPolygonType");
228:
229:            /**
230:             * @generated
231:             * @deprecated
232:             */
233:            public static final QName POINTMEMBERTYPE = new QName(
234:                    "http://www.opengis.net/gml", "PointMemberType");
235:
236:            /**
237:             * @generated
238:             * @deprecated
239:             */
240:            public static final QName POINTTYPE = new QName(
241:                    "http://www.opengis.net/gml", "PointType");
242:
243:            /**
244:             * @generated
245:             * @deprecated
246:             */
247:            public static final QName POLYGONMEMBERTYPE = new QName(
248:                    "http://www.opengis.net/gml", "PolygonMemberType");
249:
250:            /**
251:             * @generated
252:             * @deprecated
253:             */
254:            public static final QName POLYGONTYPE = new QName(
255:                    "http://www.opengis.net/gml", "PolygonType");
256:
257:            /* Type Definitions */
258:            /** @generated */
259:            public static final QName AbstractFeatureCollectionBaseType = new QName(
260:                    "http://www.opengis.net/gml",
261:                    "AbstractFeatureCollectionBaseType");
262:
263:            /** @generated */
264:            public static final QName AbstractFeatureCollectionType = new QName(
265:                    "http://www.opengis.net/gml",
266:                    "AbstractFeatureCollectionType");
267:
268:            /** @generated */
269:            public static final QName AbstractFeatureType = new QName(
270:                    "http://www.opengis.net/gml", "AbstractFeatureType");
271:
272:            /** @generated */
273:            public static final QName AbstractGeometryCollectionBaseType = new QName(
274:                    "http://www.opengis.net/gml",
275:                    "AbstractGeometryCollectionBaseType");
276:
277:            /** @generated */
278:            public static final QName AbstractGeometryType = new QName(
279:                    "http://www.opengis.net/gml", "AbstractGeometryType");
280:
281:            /** @generated */
282:            public static final QName BoundingShapeType = new QName(
283:                    "http://www.opengis.net/gml", "BoundingShapeType");
284:
285:            /** @generated */
286:            public static final QName BoxType = new QName(
287:                    "http://www.opengis.net/gml", "BoxType");
288:
289:            /** @generated */
290:            public static final QName CoordinatesType = new QName(
291:                    "http://www.opengis.net/gml", "CoordinatesType");
292:
293:            /** @generated */
294:            public static final QName CoordType = new QName(
295:                    "http://www.opengis.net/gml", "CoordType");
296:
297:            /** @generated */
298:            public static final QName FeatureAssociationType = new QName(
299:                    "http://www.opengis.net/gml", "FeatureAssociationType");
300:
301:            /** @generated */
302:            public static final QName GeometryAssociationType = new QName(
303:                    "http://www.opengis.net/gml", "GeometryAssociationType");
304:
305:            /** @generated */
306:            public static final QName GeometryCollectionType = new QName(
307:                    "http://www.opengis.net/gml", "GeometryCollectionType");
308:
309:            /** @generated */
310:            public static final QName GeometryPropertyType = new QName(
311:                    "http://www.opengis.net/gml", "GeometryPropertyType");
312:
313:            /** @generated */
314:            public static final QName LinearRingMemberType = new QName(
315:                    "http://www.opengis.net/gml", "LinearRingMemberType");
316:
317:            /** @generated */
318:            public static final QName LinearRingType = new QName(
319:                    "http://www.opengis.net/gml", "LinearRingType");
320:
321:            /** @generated */
322:            public static final QName LineStringMemberType = new QName(
323:                    "http://www.opengis.net/gml", "LineStringMemberType");
324:
325:            /** @generated */
326:            public static final QName LineStringPropertyType = new QName(
327:                    "http://www.opengis.net/gml", "LineStringPropertyType");
328:
329:            /** @generated */
330:            public static final QName LineStringType = new QName(
331:                    "http://www.opengis.net/gml", "LineStringType");
332:
333:            /** @generated */
334:            public static final QName MultiGeometryPropertyType = new QName(
335:                    "http://www.opengis.net/gml", "MultiGeometryPropertyType");
336:
337:            /** @generated */
338:            public static final QName MultiLineStringPropertyType = new QName(
339:                    "http://www.opengis.net/gml", "MultiLineStringPropertyType");
340:
341:            /** @generated */
342:            public static final QName MultiLineStringType = new QName(
343:                    "http://www.opengis.net/gml", "MultiLineStringType");
344:
345:            /** @generated */
346:            public static final QName MultiPointPropertyType = new QName(
347:                    "http://www.opengis.net/gml", "MultiPointPropertyType");
348:
349:            /** @generated */
350:            public static final QName MultiPointType = new QName(
351:                    "http://www.opengis.net/gml", "MultiPointType");
352:
353:            /** @generated */
354:            public static final QName MultiPolygonPropertyType = new QName(
355:                    "http://www.opengis.net/gml", "MultiPolygonPropertyType");
356:
357:            /** @generated */
358:            public static final QName MultiPolygonType = new QName(
359:                    "http://www.opengis.net/gml", "MultiPolygonType");
360:
361:            /** @generated */
362:            public static final QName NullType = new QName(
363:                    "http://www.opengis.net/gml", "NullType");
364:
365:            /** @generated */
366:            public static final QName PointMemberType = new QName(
367:                    "http://www.opengis.net/gml", "PointMemberType");
368:
369:            /** @generated */
370:            public static final QName PointPropertyType = new QName(
371:                    "http://www.opengis.net/gml", "PointPropertyType");
372:
373:            /** @generated */
374:            public static final QName PointType = new QName(
375:                    "http://www.opengis.net/gml", "PointType");
376:
377:            /** @generated */
378:            public static final QName PolygonMemberType = new QName(
379:                    "http://www.opengis.net/gml", "PolygonMemberType");
380:
381:            /** @generated */
382:            public static final QName PolygonPropertyType = new QName(
383:                    "http://www.opengis.net/gml", "PolygonPropertyType");
384:
385:            /** @generated */
386:            public static final QName PolygonType = new QName(
387:                    "http://www.opengis.net/gml", "PolygonType");
388:
389:            /* Elements */
390:            /** @generated */
391:            public static final QName _Feature = new QName(
392:                    "http://www.opengis.net/gml", "_Feature");
393:
394:            /** @generated */
395:            public static final QName _FeatureCollection = new QName(
396:                    "http://www.opengis.net/gml", "_FeatureCollection");
397:
398:            /** @generated */
399:            public static final QName _Geometry = new QName(
400:                    "http://www.opengis.net/gml", "_Geometry");
401:
402:            /** @generated */
403:            public static final QName _GeometryCollection = new QName(
404:                    "http://www.opengis.net/gml", "_GeometryCollection");
405:
406:            /** @generated */
407:            public static final QName _geometryProperty = new QName(
408:                    "http://www.opengis.net/gml", "_geometryProperty");
409:
410:            /** @generated */
411:            public static final QName boundedBy = new QName(
412:                    "http://www.opengis.net/gml", "boundedBy");
413:
414:            /** @generated */
415:            public static final QName Box = new QName(
416:                    "http://www.opengis.net/gml", "Box");
417:
418:            /** @generated */
419:            public static final QName centerLineOf = new QName(
420:                    "http://www.opengis.net/gml", "centerLineOf");
421:
422:            /** @generated */
423:            public static final QName centerOf = new QName(
424:                    "http://www.opengis.net/gml", "centerOf");
425:
426:            /** @generated */
427:            public static final QName coord = new QName(
428:                    "http://www.opengis.net/gml", "coord");
429:
430:            /** @generated */
431:            public static final QName coordinates = new QName(
432:                    "http://www.opengis.net/gml", "coordinates");
433:
434:            /** @generated */
435:            public static final QName coverage = new QName(
436:                    "http://www.opengis.net/gml", "coverage");
437:
438:            /** @generated */
439:            public static final QName description = new QName(
440:                    "http://www.opengis.net/gml", "description");
441:
442:            /** @generated */
443:            public static final QName edgeOf = new QName(
444:                    "http://www.opengis.net/gml", "edgeOf");
445:
446:            /** @generated */
447:            public static final QName extentOf = new QName(
448:                    "http://www.opengis.net/gml", "extentOf");
449:
450:            /** @generated */
451:            public static final QName featureMember = new QName(
452:                    "http://www.opengis.net/gml", "featureMember");
453:
454:            /** @generated */
455:            public static final QName geometryMember = new QName(
456:                    "http://www.opengis.net/gml", "geometryMember");
457:
458:            /** @generated */
459:            public static final QName geometryProperty = new QName(
460:                    "http://www.opengis.net/gml", "geometryProperty");
461:
462:            /** @generated */
463:            public static final QName innerBoundaryIs = new QName(
464:                    "http://www.opengis.net/gml", "innerBoundaryIs");
465:
466:            /** @generated */
467:            public static final QName LinearRing = new QName(
468:                    "http://www.opengis.net/gml", "LinearRing");
469:
470:            /** @generated */
471:            public static final QName LineString = new QName(
472:                    "http://www.opengis.net/gml", "LineString");
473:
474:            /** @generated */
475:            public static final QName lineStringMember = new QName(
476:                    "http://www.opengis.net/gml", "lineStringMember");
477:
478:            /** @generated */
479:            public static final QName lineStringProperty = new QName(
480:                    "http://www.opengis.net/gml", "lineStringProperty");
481:
482:            /** @generated */
483:            public static final QName location = new QName(
484:                    "http://www.opengis.net/gml", "location");
485:
486:            /** @generated */
487:            public static final QName multiCenterLineOf = new QName(
488:                    "http://www.opengis.net/gml", "multiCenterLineOf");
489:
490:            /** @generated */
491:            public static final QName multiCenterOf = new QName(
492:                    "http://www.opengis.net/gml", "multiCenterOf");
493:
494:            /** @generated */
495:            public static final QName multiCoverage = new QName(
496:                    "http://www.opengis.net/gml", "multiCoverage");
497:
498:            /** @generated */
499:            public static final QName multiEdgeOf = new QName(
500:                    "http://www.opengis.net/gml", "multiEdgeOf");
501:
502:            /** @generated */
503:            public static final QName multiExtentOf = new QName(
504:                    "http://www.opengis.net/gml", "multiExtentOf");
505:
506:            /** @generated */
507:            public static final QName MultiGeometry = new QName(
508:                    "http://www.opengis.net/gml", "MultiGeometry");
509:
510:            /** @generated */
511:            public static final QName multiGeometryProperty = new QName(
512:                    "http://www.opengis.net/gml", "multiGeometryProperty");
513:
514:            /** @generated */
515:            public static final QName MultiLineString = new QName(
516:                    "http://www.opengis.net/gml", "MultiLineString");
517:
518:            /** @generated */
519:            public static final QName multiLineStringProperty = new QName(
520:                    "http://www.opengis.net/gml", "multiLineStringProperty");
521:
522:            /** @generated */
523:            public static final QName multiLocation = new QName(
524:                    "http://www.opengis.net/gml", "multiLocation");
525:
526:            /** @generated */
527:            public static final QName MultiPoint = new QName(
528:                    "http://www.opengis.net/gml", "MultiPoint");
529:
530:            /** @generated */
531:            public static final QName multiPointProperty = new QName(
532:                    "http://www.opengis.net/gml", "multiPointProperty");
533:
534:            /** @generated */
535:            public static final QName MultiPolygon = new QName(
536:                    "http://www.opengis.net/gml", "MultiPolygon");
537:
538:            /** @generated */
539:            public static final QName multiPolygonProperty = new QName(
540:                    "http://www.opengis.net/gml", "multiPolygonProperty");
541:
542:            /** @generated */
543:            public static final QName multiPosition = new QName(
544:                    "http://www.opengis.net/gml", "multiPosition");
545:
546:            /** @generated */
547:            public static final QName name = new QName(
548:                    "http://www.opengis.net/gml", "name");
549:
550:            /** @generated */
551:            public static final QName outerBoundaryIs = new QName(
552:                    "http://www.opengis.net/gml", "outerBoundaryIs");
553:
554:            /** @generated */
555:            public static final QName Point = new QName(
556:                    "http://www.opengis.net/gml", "Point");
557:
558:            /** @generated */
559:            public static final QName pointMember = new QName(
560:                    "http://www.opengis.net/gml", "pointMember");
561:
562:            /** @generated */
563:            public static final QName pointProperty = new QName(
564:                    "http://www.opengis.net/gml", "pointProperty");
565:
566:            /** @generated */
567:            public static final QName Polygon = new QName(
568:                    "http://www.opengis.net/gml", "Polygon");
569:
570:            /** @generated */
571:            public static final QName polygonMember = new QName(
572:                    "http://www.opengis.net/gml", "polygonMember");
573:
574:            /** @generated */
575:            public static final QName polygonProperty = new QName(
576:                    "http://www.opengis.net/gml", "polygonProperty");
577:
578:            /** @generated */
579:            public static final QName position = new QName(
580:                    "http://www.opengis.net/gml", "position");
581:
582:            /* Attributes */
583:
584:            /** @generated */
585:            public static final QName remoteSchema = new QName(
586:                    "http://www.opengis.net/gml", "remoteSchema");
587:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.