Class TLcdImageMeasureProviderFactory

java.lang.Object
com.luciad.util.measure.TLcdImageMeasureProviderFactory

public class TLcdImageMeasureProviderFactory extends Object

This image measure provider factory makes it possible to create an ALcdMeasureProvider for ALcdImage. The image needs a measurement band semantics. The following ALcdImage subtypes are supported:

It is possible to specify a different imaging engine than the default one using setImagingEngine.

Since:
2024.1
  • Constructor Details Link icon

    • TLcdImageMeasureProviderFactory Link icon

      public TLcdImageMeasureProviderFactory()
  • Method Details Link icon

    • getImagingEngine Link icon

      public ALcdImagingEngine getImagingEngine()
      Returns the imaging engine to use to retrieve the pixel values from the images. When this method returns null, a default imaging engine is used.
      Returns:
      the imaging engine. Can be null.
      See Also:
    • setImagingEngine Link icon

      public void setImagingEngine(ALcdImagingEngine aImagingEngine)
      Sets the imaging engine to use to retrieve the pixel values from the images. Can be null. In that case a default imaging engine is used.
      Parameters:
      aImagingEngine - the imaging engine to use to retrieve the pixel values. Can be null.
    • createMeasureProvider Link icon

      public ALcdMeasureProvider createMeasureProvider(ALcdImage aImage)
      Creates a new measure provider, based on the given image, or null if no measure provider can be created for the given image.
      Parameters:
      aImage - an image.
      Returns:
      a measure provider, or null if no measure provider can be created for the given image.