Class BufferedCoordinateOperationFactory

    • Constructor Detail

      • BufferedCoordinateOperationFactory

        public BufferedCoordinateOperationFactory()
        Creates a buffered factory wrapping the default one.
      • BufferedCoordinateOperationFactory

        public BufferedCoordinateOperationFactory​(Hints userHints)
        Creates a buffered factory wrapping an other factory selected according the specified hints.
        Parameters:
        userHints - The hints to use for choosing a backing factory.
      • BufferedCoordinateOperationFactory

        public BufferedCoordinateOperationFactory​(Hints userHints,
                                                  int priority)
        Creates a buffered factory wrapping an other factory selected according the specified hints.
        Parameters:
        userHints - The hints to use for choosing a backing factory.
        priority - The priority for this factory, as a number between MINIMUM_PRIORITY and MAXIMUM_PRIORITY inclusive.
      • BufferedCoordinateOperationFactory

        public BufferedCoordinateOperationFactory​(CoordinateOperationFactory factory,
                                                  int priority)
        Wraps the specified factory.
        Parameters:
        factory - The factory to wrap.
        priority - The priority for this factory, as a number between MINIMUM_PRIORITY and MAXIMUM_PRIORITY inclusive.