Package rasj

Class RasFastScale

java.lang.Object
rasj.RasFastScale
All Implemented Interfaces:
RasGlobalDefs

public class RasFastScale extends Object implements RasGlobalDefs
class for fast scaling
  • Constructor Details

    • RasFastScale

      public RasFastScale(String collection, OQLQuery queryObject)
      Default constructor. This constructor gets the name of the image collection and and an OQLQuery object as parameters.

      Important:This class does not open its own connection to the database nor start or commit any transactions. This has to be done by the application using FastScale.

      Parameters:
      collection - the name of the collection containing the image(s)
      queryObject - the OQLQuery object for connecting to the database
  • Method Details