Interface CSFactory

All Superinterfaces:
Factory, ObjectFactory

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.

Default methods

All create(…) methods in this interface are optional. If a method is not overridden by the implementer, the default is to throw an UnimplementedServiceException with a message saying that the type or service is not supported.
Since:
1.0
See Also: