| Name | Description | Type | Package | Framework |
| Attribute | Defines the interface that every implementation of a GML attribute must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| AttributeImpl | Encapsulates an XML attribute. | Class | org.jscience.ml.gml.dom | JScience |
| Coord | Defines interface that every class representing the GML coord construct must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| CoordImpl | A DOM-based implementation of the Coord interface. | Class | org.jscience.ml.gml.dom | JScience |
| Coordinate | Defines the interface every GML coordinate must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| CoordinateImpl | A convenience class that implements the Coordinate interface. | Class | org.jscience.ml.gml.infoset | JScience |
| Coordinates | Defines the interface that every GML coordinates' construct must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| CoordinatesImpl | A DOM-based implementation of the Coordinates interface. | Class | org.jscience.ml.gml.dom | JScience |
| CoordinateTuple | Defines the interface that every GML coordinate tuple must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| CoordinateTupleImpl | Convenience class that implements the CoordinateTuple interface. | Class | org.jscience.ml.gml.infoset | JScience |
| CoordinateTupleIterator | Defines the interface that every coordinate tuple iterator must implement. | Interface | org.jscience.ml.gml.util | JScience |
| CoordinateTupleIteratorImpl | A sample implementation of the CoordinateTupleIterator i/f. | Class | org.jscience.ml.gml.dom | JScience |
| Feature | Defines the interface every feature must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| FeatureCollection | Defines the interface every FeatureCollection must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| FeatureCollectionImpl | A DOM-based implementation of the FeatureCollection interface. | Class | org.jscience.ml.gml.dom | JScience |
| FeatureImpl | A DOM-based implementation of the Feature interface. | Class | org.jscience.ml.gml.dom | JScience |
| FeatureIterator | Defines the interface every feature iterator must implement. | Interface | org.jscience.ml.gml.util | JScience |
| FeatureIteratorImpl | A sample implementation of the FeatureIterator interface. | Class | org.jscience.ml.gml.dom | JScience |
| FeatureOwner | Defines the interface that must be implemented by every class that owns features (e. | Interface | org.jscience.ml.gml.infoset | JScience |
| Geometry | Defines the interface every GML geometry must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| GeometryCollection | Defines the interface that every geometry collection must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| GeometryCollectionImpl | A DOM-based implementation of the GeometryCollection interface. | Class | org.jscience.ml.gml.dom | JScience |
| GeometryImpl | A DOM-based implementation of the Geometry interface. | Class | org.jscience.ml.gml.dom | JScience |
| GeometryIterator | Defines the interface every geometry iterator must implement. | Interface | org.jscience.ml.gml.util | JScience |
| GeometryIteratorImpl | A DOM-based implementation of the GeometryIterator interface. | Class | org.jscience.ml.gml.dom | JScience |
| GeometryOwner | Defines the interface that must be implemented by every class that "owns" geometries (e. | Interface | org.jscience.ml.gml.infoset | JScience |
| GMLConstruct | Defines the interface that represents an abstract GML construct. | Interface | org.jscience.ml.gml.infoset | JScience |
| GMLConstructImpl | DOM-based implementation of the GMLConstruct interface. | Class | org.jscience.ml.gml.dom | JScience |
| GMLConstructIterator | Defines an interface for an iterator on GML constructs. | Interface | org.jscience.ml.gml.util | JScience |
| GMLConstructIteratorImpl | A sample implementation of the GMLConstructIterator interface. | Class | org.jscience.ml.gml.dom | JScience |
| GMLConstructOwner | Defines the interface every owner of GML constructs must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| GMLDocument | Encapsulates a DOM-based GML document, i. | Class | org.jscience.ml.gml.dom | JScience |
| GMLException | Exception thrown in GML-related work. | Class | org.jscience.ml.gml | JScience |
| GMLSchema | Encapsulates the GML Schema as an XML application schema. | Class | org.jscience.ml.gml | JScience |
| NamespaceResolver | Helps in resolving namespaces. | Class | org.jscience.ml.gml.xml.schema | JScience |
| Property | Defines the interface every GML property must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| PropertyImpl | A DOM-based implementation of the Property interface. | Class | org.jscience.ml.gml.dom | JScience |
| PropertyIterator | Defines the interface every property iterator must implement. | Interface | org.jscience.ml.gml.util | JScience |
| PropertyIteratorImpl | A sample implementation of the PropertyIterator interface. | Class | org.jscience.ml.gml.dom | JScience |
| PropertyOwner | Defines the interface that must be implemented by every class that owns properties (e. | Interface | org.jscience.ml.gml.infoset | JScience |
| QName | Represents a qualified name, pair of (namespace, name). | Class | org.jscience.ml.gml.xml.schema | JScience |
| SchemaGraph | Represents a graph of schema data objects used by SchemaParser. | Class | org.jscience.ml.gml.xml.schema | JScience |
| SchemaLocator | Locates and retrieves a schema from the specified location. | Interface | org.jscience.ml.gml.xml.schema | JScience |
| SchemaNode | Represents a node in a schema graph. | Class | org.jscience.ml.gml.xml.schema | JScience |
| SchemaParser | Parses the schema and builds a schema graph. | Class | org.jscience.ml.gml.xml.schema | JScience |
| UnknownConstruct | Interface | org.jscience.ml.gml.infoset | JScience | |
| UnknownConstructImpl | Represents a GML construct that isn't of any familiar kind such as geometry or feature. | Class | org.jscience.ml.gml.dom | JScience |
| UnknownConstructIterator | Interface | org.jscience.ml.gml.util | JScience | |
| UnknownConstructIteratorImpl | A sample implementation of the UnknownConstructIterator interface. | Class | org.jscience.ml.gml.dom | JScience |
| UnknownConstructOwner | Defines the interface that an owner of unknown constructs must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| XLinkable | Interface | org.jscience.ml.gml.infoset | JScience | |
| XMLDescribable | Defines the interface that every GML object that has a corresponding XML element in the GML schema must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| XMLDescriptor | Defines the interface that every XML descriptor must implement. | Interface | org.jscience.ml.gml.infoset | JScience |
| XMLDescriptorImpl | A DOM-based implementation of the XMLDescriptor interface. | Class | org.jscience.ml.gml.dom | JScience |
| XMLException | An exception thrown in XML-related work. | Class | org.jscience.ml.gml.xml | JScience |
| XMLSchema | Encapsulates the XML schema but this version does not do much on its own. | Class | org.jscience.ml.gml.xml.schema | JScience |
| XMLUtils | Provides some utility methods. | Class | org.jscience.ml.gml.xml.util | JScience |