Class Abstract_URI_AuthorityFactory

    • Constructor Detail

      • Abstract_URI_AuthorityFactory

        public Abstract_URI_AuthorityFactory​(String hintsAuthority)
        Creates a default wrapper
        Parameters:
        hintsAuthority - the name used to reference thi factory in Hints.FORCE_AXIS_ORDER_HONORING.
      • Abstract_URI_AuthorityFactory

        public Abstract_URI_AuthorityFactory​(Hints userHints,
                                             String hintsAuthority)
        Creates a wrapper using the specified hints. For strict compliance with OGC definitions, the supplied hints should contains at least the FORCE_LONGITUDE_FIRST_AXIS_ORDER hint with value FALSE.
        Parameters:
        userHints - The hints to be given to backing factories.
        hintsAuthority - the name used to reference thi factory in Hints.FORCE_AXIS_ORDER_HONORING.
      • Abstract_URI_AuthorityFactory

        public Abstract_URI_AuthorityFactory​(AllAuthoritiesFactory factory)
        Creates a wrapper around the specified factory. The supplied factory is given unchanged to the super class constructor.