Class OrderedAxisAuthorityFactory

All Implemented Interfaces:
Comparator<CoordinateSystemAxis>, AuthorityFactory, CRSAuthorityFactory, CSAuthorityFactory, Factory, Factory, OptionalFactory, RegistrableFactory

public class OrderedAxisAuthorityFactory extends OrderedAxisCRSAuthorityFactory implements CSAuthorityFactory
An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order. This factory is mostly used by application expecting geographic coordinates in (longitude, latitude) order, while most geographic CRS specified in the EPSG database use the opposite axis order.

See OrderedAxisCRSAuthorityFactory for details. This class also implements CSAuthorityFactory