Package org.opengis.example.metadata


package org.opengis.example.metadata
Implementation of some interfaces from the org.opengis.metadata package. This package demonstrates that it is possible to implement all interfaces in the org.opengis.metadata package and sub-packages with minimal effort using Proxy. This implementation stores the metadata values in Map objects, but the same strategy can also be applied on a wide variety of storage mechanisms like JDBC connection or a LDAP protocol.

In addition to the proxy classes, this package provides an explicit implementation of the Citation interface because it is widely used by the referencing packages.

Every classes in this package are hereby placed into the Public Domain. This means anyone is free to do whatever they wish with those files.

Since:
3.1