Interface CSFactory

All Superinterfaces:
Factory, Object­Factory
All Known Implementing Classes:
Geodetic­Object­Factory

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 CSAuthority­Factory. This factory is very flexible, whereas the authority factory is easier to use. So CSAuthority­Factory can be used to make "standard" coordinate systems, and CSFactory can be used to make "special" coordinate systems.
Since:
1.0
See Also: