Interface CSFactory

All Superinterfaces:
Factory, ObjectFactory
All Known Implementing Classes:
ReferencingObjectFactory

public interface CSFactory extends ObjectFactory
Builds up complex coordinate systems from simpler objects or values. CSFactory allows applications to make coordinate systems that cannot be created by a CSAuthorityFactory. This factory is very flexible, whereas the authority factory is easier to use.

So CSAuthorityFactory can be used to make "standard" coordinate systems, and CSFactory can be used to make "special" coordinate systems.

Since:
GeoAPI 1.0
Author:
Martin Desruisseaux (IRD)
See Also: