Interface | Description |
---|---|
HasCopy |
Tagging interface for all objects supporting copy.
|
HrefResolver | |
IDateTime |
Common interface for classes used to store a date/time epoch.
|
OgcProperty<ValueType> |
Class | Description |
---|---|
AbstractBindings |
Base for all bindings, provide utility methods.
|
AbstractXMLStreamBindings |
Base abstract class for all XML bindings using XML Stream API
|
DateTimeDouble |
Immutable implementation of IDateTime storing value directly as a double
representing julian time (numer of decimal seconds past the 1970-01-01T00:00:00 epoch)
|
DateTimePrecise |
Immutable implementation of a DateTime object
|
HrefResolverXML |
Implementation of xlink resolution and parsing for remote XML content
|
NamespaceRegister |
Generic namespace register used by all XML writers.
|
OgcPropertyImpl<ValueType extends java.io.Serializable> | |
OgcPropertyList<ValueType extends java.io.Serializable> |
List implementation for holding list of OgcProperty objects.
|