Class DirectAuthorityFactory

    • Constructor Detail

      • DirectAuthorityFactory

        protected DirectAuthorityFactory​(ReferencingFactoryContainer factories,
                                         int priority)
        Constructs an instance using the specified set of factories.
        Parameters:
        factories - The low-level factories to use.
        priority - The priority for this factory, as a number between MINIMUM_PRIORITY and MAXIMUM_PRIORITY inclusive.
      • DirectAuthorityFactory

        protected DirectAuthorityFactory​(Hints hints,
                                         int priority)
        Constructs an instance using the specified hints. This constructor recognizes the CRS, CS, DATUM and MATH_TRANSFORM FACTORY hints.
        Parameters:
        hints - The hints, or null if none.
        priority - The priority for this factory, as a number between MINIMUM_PRIORITY and MAXIMUM_PRIORITY inclusive.