|
Interface Summary |
| Attribute |
Defines the interface that every implementation of a GML attribute must
implement. |
| Coord |
Defines interface that every class representing the GML coord construct must
implement. |
| Coordinate |
Defines the interface every GML coordinate must implement. |
| Coordinates |
Defines the interface that every GML coordinates' construct must implement. |
| CoordinateTuple |
Defines the interface that every GML coordinate tuple must implement. |
| Feature |
Defines the interface every feature must implement. |
| FeatureCollection |
Defines the interface every FeatureCollection must implement. |
| FeatureOwner |
Defines the interface that must be implemented by every class that owns
features (e.g. properties, feature collections). |
| Geometry |
Defines the interface every GML geometry must implement. |
| GeometryCollection |
Defines the interface that every geometry collection must implement. |
| GeometryOwner |
Defines the interface that must be implemented by every class that "owns"
geometries (e.g. properties, geometry collections). |
| GMLConstruct |
Defines the interface that represents an abstract GML construct. |
| GMLConstructOwner |
Defines the interface every owner of GML constructs must implement. |
| Property |
Defines the interface every GML property must implement. |
| PropertyOwner |
Defines the interface that must be implemented by every class that owns
properties (e.g. features, geometries). |
| UnknownConstruct |
This interface symbolizes an XML element that cannot be mapped to a GML
construct. |
| UnknownConstructOwner |
Defines the interface that an owner of unknown constructs must implement. |
| XLinkable |
Defines the interface that every GML construct, which can use XLink links,
must implement. |
| XMLDescribable |
Defines the interface that every GML object that has a corresponding XML
element in the GML schema must implement. |
| XMLDescriptor |
Defines the interface that every XML descriptor must implement. |