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.
    • Method Detail

      • getImplementationHints

        public Map<RenderingHints.Key,​?> getImplementationHints()
        Returns the implementation hints for this factory. The returned map contains values for CRS, CS, DATUM and MATH_TRANSFORM FACTORY hints. Other values may be provided as well, at implementation choice.
        Specified by:
        getImplementationHints in interface Factory
        Overrides:
        getImplementationHints in class AbstractFactory
        Returns:
        The map of hints, or an empty map if none.