org.geotools.gml3.bindings

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.bindings 
org.geotools.gml3.bindings
Java Source File NameTypeComment
AbstractFeatureCollectionTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:AbstractFeatureCollectionType.
AbstractFeatureCollectionTypeBindingTest.javaClass
AbstractFeatureTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:AbstractFeatureType.

 
 <complexType abstract="true" name="AbstractFeatureType">
 <annotation>
 <documentation>An abstract feature provides a set of common properties, including id, metaDataProperty, name and description inherited from AbstractGMLType, plus boundedBy.
AbstractFeatureTypeBindingTest.javaClass
AbstractGeometryTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:AbstractGeometryType.

 
 <complexType abstract="true" name="AbstractGeometryType">
 <annotation>
 <documentation>All geometry elements are derived directly or indirectly from this abstract supertype.
AbstractRingPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:AbstractRingPropertyType.
AbstractSurfaceTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:AbstractSurfaceType.

 
 <complexType name="AbstractSurfaceType">
 <annotation>
 <documentation>An abstraction of a surface to support the different levels of complexity.
BoundingShapeTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:BoundingShapeType.
CurveArrayPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:CurveArrayPropertyType.

 
 <complexType name="CurveArrayPropertyType">
 <annotation>
 <documentation>A container for an array of curves.
CurvePropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:CurvePropertyType.

 
 <complexType name="CurvePropertyType">
 <annotation>
 <documentation>A property that has a curve as its value domain can either be an appropriate geometry element encapsulated in an
 element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere
 in the same document).
CurvePropertyTypeBindingTest.javaClass
CurveSegmentArrayPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:CurveSegmentArrayPropertyType.
CurveTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:CurveType.

 
 <complexType name="CurveType">
 <annotation>
 <documentation>Curve is a 1-dimensional primitive.
CurveTypeBindingTest.javaClass
DirectPositionListTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:DirectPositionListType.

 
 <complexType name="DirectPositionListType">
 <annotation>
 <documentation>DirectPositionList instances hold the coordinates for a sequence of direct positions within the same coordinate
 reference system (CRS).</documentation>
 </annotation>
 <simpleContent>
 <extension base="gml:doubleList">
 <attributeGroup ref="gml:SRSReferenceGroup"/>
 <attribute name="count" type="positiveInteger" use="optional">
 <annotation>
 <documentation>"count" allows to specify the number of direct positions in the list.
DirectPositionListTypeBindingTest.javaClass
DirectPositionTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:DirectPositionType.

 
 <complexType name="DirectPositionType">
 <annotation>
 <documentation>DirectPosition instances hold the coordinates for a position within some coordinate reference system (CRS).
DirectPositionTypeBindingTest.javaClass
DoubleListBinding.javaClass Binding object for the type http://www.opengis.net/gml:doubleList.

 
 <simpleType name="doubleList">
 <annotation>
 <documentation>XML List based on XML Schema double type.
EnvelopeTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:EnvelopeType.

 
 <complexType name="EnvelopeType">
 <annotation>
 <documentation>Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions.
EnvelopeTypeBindingTest.javaClass
FeatureArrayPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:FeatureArrayPropertyType.
FeaturePropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:FeaturePropertyType.
GeometryPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:GeometryPropertyType.

 
 <complexType name="GeometryPropertyType">
 <annotation>
 <documentation>A geometric property can either be any geometry element encapsulated in an element of this type or an XLink reference
 to a remote geometry element (where remote includes geometry elements located elsewhere in the same document).
GeometryPropertyTypeBindingTest.javaClass
GML.javaInterface This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/gml schema.
GML3EncodingUtils.javaClass Utility class for gml3 encoding.
GML3MockData.javaClass Utility class for creating test xml data for gml3 bindings.
GML3ParsingUtils.javaClass Utility class for gml3 parsing.
GMLBindingConfiguration.javaClass Binding configuration for the http://www.opengis.net/gml schema.
GMLConfigurationTest.javaClass
GMLSchemaLocationResolver.javaClass
GMLSchemaLocator.javaClass
IntegerListBinding.javaClass Binding object for the type http://www.opengis.net/gml:integerList.

 
 <simpleType name="integerList">
 <annotation>
 <documentation>XML List based on XML Schema integer type.
LinearRingPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:LinearRingPropertyType.
LinearRingTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:LinearRingType.

 
 <complexType name="LinearRingType">
 <annotation>
 <documentation>A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.</documentation>
 </annotation>
 <complexContent>
 <extension base="gml:AbstractRingType">
 <sequence>
 <choice>
 <annotation>
 <documentation>GML supports two different ways to specify the control points of a linear ring.
 1.
LinearRingTypeBindingTest.javaClass
LineStringPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:LineStringPropertyType.

 
 <complexType name="LineStringPropertyType">
 <annotation>
 <documentation>This type is deprecated with GML 3 and shall not be used.
LineStringSegmentTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:LineStringSegmentType.

 
 <complexType name="LineStringSegmentType">
 <annotation>
 <documentation>A LineStringSegment is a curve segment that is defined by two or more coordinate tuples, with linear interpolation between them.
 Note: LineStringSegment implements GM_LineString of ISO 19107.</documentation>
 </annotation>
 <complexContent>
 <extension base="gml:AbstractCurveSegmentType">
 <sequence>
 <choice>
 <annotation>
 <documentation>GML supports two different ways to specify the control points of a curve segment.
 1.
LineStringTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:LineStringType.

 
 <complexType name="LineStringType">
 <annotation>
 <documentation>A LineString is a special curve that consists of a single segment with linear interpolation.
LineStringTypeBindingTest.javaClass
LocationPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:LocationPropertyType.
LocationPropertyTypeBindingTest.javaClass
MeasureTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MeasureType.

 
 <complexType name="MeasureType">
 <annotation>
 <documentation>Number with a scale.
 The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position scale.
MeasureTypeBindingTest.javaClass
MultiCurvePropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MultiCurvePropertyType.

 
 <complexType name="MultiCurvePropertyType">
 <annotation>
 <documentation>A property that has a collection of curves as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document).
MultiCurvePropertyTypeBindingTest.javaClass
MultiCurveTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MultiCurveType.

 
 <complexType name="MultiCurveType">
 <annotation>
 <documentation>A MultiCurve is defined by one or more Curves, referenced through curveMember elements.</documentation>
 </annotation>
 <complexContent>
 <extension base="gml:AbstractGeometricAggregateType">
 <sequence>
 <annotation>
 <documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style.
MultiCurveTypeBindingTest.javaClass
MultiLineStringPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MultiLineStringPropertyType.

 
 <complexType name="MultiLineStringPropertyType">
 <annotation>
 <documentation>This type is deprecated with GML 3 and shall not be used.
MultiLineStringTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MultiLineStringType.

 
 <complexType name="MultiLineStringType">
 <annotation>
 <documentation>A MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements.
MultiLineStringTypeBindingTest.javaClass
MultiPointPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MultiPointPropertyType.

 
 <complexType name="MultiPointPropertyType">
 <annotation>
 <documentation>A property that has a collection of points as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document).
MultiPointPropertyTypeBindingTest.javaClass
MultiPointTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MultiPointType.

 
 <complexType name="MultiPointType">
 <annotation>
 <documentation>A MultiPoint is defined by one or more Points, referenced through pointMember elements.</documentation>
 </annotation>
 <complexContent>
 <extension base="gml:AbstractGeometricAggregateType">
 <sequence>
 <annotation>
 <documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style.
MultiPointTypeBindingTest.javaClass
MultiPolygonPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MultiPolygonPropertyType.

 
 <complexType name="MultiPolygonPropertyType">
 <annotation>
 <documentation>This type is deprecated with GML 3 and shall not be used.
MultiPolygonTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MultiPolygonType.

 
 <complexType name="MultiPolygonType">
 <annotation>
 <documentation>A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.
MultiPolygonTypeBindingTest.javaClass
MultiSurfacePropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MultiSurfacePropertyType.

 
 <complexType name="MultiSurfacePropertyType">
 <annotation>
 <documentation>A property that has a collection of surfaces as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document).
MultiSurfacePropertyTypeBindingTest.javaClass
MultiSurfaceTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:MultiSurfaceType.

 
 <complexType name="MultiSurfaceType">
 <annotation>
 <documentation>A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.</documentation>
 </annotation>
 <complexContent>
 <extension base="gml:AbstractGeometricAggregateType">
 <sequence>
 <annotation>
 <documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style.
MultiSurfaceTypeBindingTest.javaClass
PointArrayPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:PointArrayPropertyType.

 
 <complexType name="PointArrayPropertyType">
 <annotation>
 <documentation>A container for an array of points.
PointPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:PointPropertyType.

 
 <complexType name="PointPropertyType">
 <annotation>
 <documentation>A property that has a point as its value domain can either be an appropriate geometry element encapsulated in an
 element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located
 elsewhere in the same document).
PointTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:PointType.

 
 <complexType name="PointType">
 <annotation>
 <documentation>A Point is defined by a single coordinate tuple.</documentation>
 </annotation>
 <complexContent>
 <extension base="gml:AbstractGeometricPrimitiveType">
 <sequence>
 <choice>
 <annotation>
 <documentation>GML supports two different ways to specify the direct poisiton of a point.
PointTypeBindingTest.javaClass
PolygonPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:PolygonPropertyType.

 
 <complexType name="PolygonPropertyType">
 <annotation>
 <documentation>This type is deprecated with GML 3 and shall not be used.
PolygonTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:PolygonType.

 
 <complexType name="PolygonType">
 <annotation>
 <documentation>A Polygon is a special surface that is defined by a single surface patch.
PolygonTypeBindingTest.javaClass
SurfaceArrayPropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:SurfaceArrayPropertyType.

 
 <complexType name="SurfaceArrayPropertyType">
 <annotation>
 <documentation>A container for an array of surfaces.
SurfacePropertyTypeBinding.javaClass Binding object for the type http://www.opengis.net/gml:SurfacePropertyType.

 
 <complexType name="SurfacePropertyType">
 <annotation>
 <documentation>A property that has a surface as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document).
SurfacePropertyTypeBindingTest.javaClass
TEST.javaInterface
TestConfiguration.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.