Class TLcdNoWarpMultilevelRasterPainter
- All Implemented Interfaces:
ILcdRasterPainter,ILcdCloneable,ILcdPropertyChangeSource,ILcdGXYPainter,ILcdGXYPainterProvider,Serializable,Cloneable
ILcdGXYPainter can paint ILcdMultilevelRaster
instances, applying only a scaling transformation. This requires that the
model reference is the same as the world reference of the view. For more
complex transformations, the TLcdWarpMultilevelRasterPainter should
be used.
The painter picks the raster level to be painted, based on the pixel density of the rasters and on the resolution of the view. It essentially picks the first level for which raster pixels are not projected across multiple view pixels is selected. This approach avoids pixelation effects. The levelSwitchFactor property allows to adjust this behavior.
The startResolutionFactor and stopResolutionFactor properties additionally allow to put limits on the number of raster pixels per screen pixel.
- See Also:
-
Field Summary
Fields inherited from class com.luciad.format.raster.ALcdRasterPainter
DENSITY_OK, DENSITY_TOO_HIGH, DENSITY_TOO_LOW, fBrightness, fColorModel, fContrast, fFillOutlineArea, fForcePainting, fMaxNumberOfOutlineTiles, fPaintOutline, fRGBImageFilter, fStartResolutionFactor, fStopResolutionFactor, fTransparencyFields inherited from class com.luciad.view.gxy.ALcdGXYPainter
defaultCreationFillStyle, defaultCreationLineStyle, defaultFillStyle, defaultLineStyle, fWorkBoundsFields inherited from interface com.luciad.view.gxy.ILcdGXYPainter
BODY, CREATING, DEFAULT, HANDLES, RESHAPING, SELECTED, SNAPS, TRANSLATING -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new TLcdNoWarpMultilevelRasterPainter, with a default name.TLcdNoWarpMultilevelRasterPainter(String aDisplayName) Creates a new TLcdNoWarpMultilevelRasterPainter. -
Method Summary
Modifier and TypeMethodDescriptionvoidboundsSFCT(Graphics aGraphics, int aMode, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Sets the supplied bounds (in view coordinates, pixels) so that it encompasses the representation of the object in the given mode taking into account the given context.clone()MakesObject.clone()public.getGXYPainter(Object aObject) Finds anILcdGXYPainterthat can be used to paint or locate the object passed.doubledouble[]Returns the Object for which the representation is currently being handled by this painter.booleanDeprecated.This method has been deprecated.booleanReturns whether this painter does not wait for tiles to be fully decoded before painting them.booleanReturns whether this painter caches images that have been created from raster subtiles.voidpaint(Graphics aGraphics, int aState, ILcdGXYContext aGXYContext) Displays the representation of the object in the given mode on the Graphics passed, taking into account the supplied context.voidsetLevelSwitchFactor(double aLevelSwitchFactor) Sets the factor that affects the scale point at which a raster level is selected.voidsetLevelSwitchScales(double[] aLevelSwitchScales) Sets the scales at which the painter will switch between raster levels.voidSets the Object for which the representation shall be handled by this painter.voidsetTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated.voidsetUseDeferredSubTileDecoding(boolean aDefer) Specifies whether this painter should not wait for tiles to be fully decoded before painting them.voidsetUseSubTileImageCaching(boolean aCaching) Specifies whether this painter should cache images that have been created from raster subtiles.intsuitableRasterLevel(ILcdMultilevelRaster aMultiLevelRaster, ILcdGXYContext aGXYContext) Computes the raster level in the given multi-level raster that is most suitable for processing or analysis, in the given context.intsuitableRasterLevel(ILcdMultilevelRaster aMultiLevelRaster, ILcdGXYContext aGXYContext, Graphics aGraphics) Computes the raster level in the given multi-level raster that is most suitable for display, in the given context.Methods inherited from class com.luciad.format.raster.ALcdRasterPainter
densityCheck, densityCheck, getBrightness, getColorModel, getContrast, getMaxNoOfOutlineTiles, getMaxNumberOfOutlineTiles, getOutlineAreaFillStyle, getOutlineColor, getOutlineStyle, getRGBImageFilter, getSnapIcon, getStartResolutionFactor, getStartScale, getStopResolutionFactor, getStopScale, getTransparency, idealPixelDensity, idealPixelDensity, idealPixelDensity, isFillOutlineArea, isForcePainting, isPaintOutline, isTouched, resolutionFactor, setBrightness, setColorModel, setContrast, setFillOutlineArea, setForcePainting, setMaxNoOfOutlineTiles, setMaxNumberOfOutlineTiles, setOutlineAreaFillStyle, setOutlineColor, setOutlineStyle, setPaintOutline, setRGBImageFilter, setSnapIcon, setStartResolutionFactor, setStartScale, setStopResolutionFactor, setStopScale, setTransparency, snapTarget, supportSnapMethods inherited from class com.luciad.view.gxy.ALcdGXYPainter
addPropertyChangeListener, anchorPointSFCT, firePropertyChangeEvent, firePropertyChangeEvent, getCursor, getDisplayName, removePropertyChangeListener, setClassTraceOn, setDisplayNameMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.view.gxy.ILcdGXYPainter
anchorPointSFCT, getCursor, getDisplayName, isTouched, snapTarget, supportSnapMethods inherited from interface com.luciad.util.ILcdPropertyChangeSource
addPropertyChangeListener, removePropertyChangeListenerMethods inherited from interface com.luciad.format.raster.ILcdRasterPainter
getBrightness, getColorModel, getMaxNoOfOutlineTiles, getMaxNumberOfOutlineTiles, getOutlineColor, getStartResolutionFactor, getStopResolutionFactor, getTransparency, isForcePainting, isPaintOutline, setBrightness, setColorModel, setForcePainting, setMaxNoOfOutlineTiles, setMaxNumberOfOutlineTiles, setOutlineColor, setPaintOutline, setStartResolutionFactor, setStopResolutionFactor, setTransparency
-
Constructor Details
-
TLcdNoWarpMultilevelRasterPainter
public TLcdNoWarpMultilevelRasterPainter()Creates a new TLcdNoWarpMultilevelRasterPainter, with a default name. -
TLcdNoWarpMultilevelRasterPainter
Creates a new TLcdNoWarpMultilevelRasterPainter.- Parameters:
aDisplayName- the displayName of the painter.
-
-
Method Details
-
setTraceOn
public void setTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for this class instance. Calling this method with eithertrueorfalseas argument automatically turns off tracing for all other class instances for whichsetTraceOnhas not been called. If the argument isfalsethen only the informative, warning and error log messages are recorded.- Overrides:
setTraceOnin classALcdGXYPainter- Parameters:
aTraceOn- if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
-
isTraceOn
public boolean isTraceOn()Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Returnstrueif tracing is enabled for this class.- Overrides:
isTraceOnin classALcdGXYPainter- Returns:
- true if tracing is enabled for this class, false otherwise.
-
setUseSubTileImageCaching
public void setUseSubTileImageCaching(boolean aCaching) Specifies whether this painter should cache images that have been created from raster subtiles. Setting this property totruehelps to avoid disk access during painting (due to lazy loading of raster tiles). It may also speed up the painting of rasters with non-standard color models, like 16 bit indexed color images. The default isfalse. -
isUseSubTileImageCaching
public boolean isUseSubTileImageCaching()Returns whether this painter caches images that have been created from raster subtiles.- See Also:
-
setUseDeferredSubTileDecoding
public void setUseDeferredSubTileDecoding(boolean aDefer) Specifies whether this painter should not wait for tiles to be fully decoded before painting them. Setting this property totruemeans that parts of the view may remain blank, but the display will update sooner. A proper complete display update will be triggered when there are no more tiles waiting to be decoded. The default isfalse.This property is only relevant if
isUseSubTileImageCaching()istrue.Note that this functionality is not needed for layers wrapped by ILcdGXYAsynchronousLayerWrapper. For best results, use the latter mechanism instead and set this property to false.
-
isUseDeferredSubTileDecoding
public boolean isUseDeferredSubTileDecoding()Returns whether this painter does not wait for tiles to be fully decoded before painting them.- See Also:
-
setLevelSwitchFactor
public void setLevelSwitchFactor(double aLevelSwitchFactor) Sets the factor that affects the scale point at which a raster level is selected. The default value is 1.0: as soon as a single raster pixel would project to several screen pixels, a higher resolution level is used. This way, the highest practical raster quality is chosen. A value smaller than 1.0 delays this switching: a single raster pixel may project to multiple screen pixels. Such a value may cause pixelating effects, but it can reduce the burden of loading, decoding, and caching rasters.An alternative way to specify the scales of the levels to be painted is
setLevelSwitchScales. -
getLevelSwitchFactor
public double getLevelSwitchFactor()- See Also:
-
setLevelSwitchScales
public void setLevelSwitchScales(double[] aLevelSwitchScales) Sets the scales at which the painter will switch between raster levels. The number of values must be equal to the number of raster levels minus 1. They should be specified in ascending order, corresponding to raster levels with increasing resolutions.If the scales are not set, the raster pixel density is used to automatically determine the level of the raster to be painted (also see
setLevelSwitchFactor). -
getLevelSwitchScales
public double[] getLevelSwitchScales()- See Also:
-
setObject
Description copied from interface:ILcdGXYPainterSets the Object for which the representation shall be handled by this painter.Setting the object on the painter may have an effect on the internal state of the painter, for example, the color to use.
When the object is set to a painter, the context parameter in subsequent calls to methods in this class must contain a layer that contains this object and for which the painter for this object is this painter.
- Specified by:
setObjectin interfaceILcdGXYPainter- Parameters:
aObject- the object for which the representation shall be handled by this painter.- See Also:
-
getObject
Description copied from interface:ILcdGXYPainterReturns the Object for which the representation is currently being handled by this painter.- Specified by:
getObjectin interfaceILcdGXYPainter- Returns:
- the Object for which the representation is currently being handled by this painter.
- See Also:
-
paint
Description copied from interface:ILcdGXYPainterDisplays the representation of the object in the given mode on the Graphics passed, taking into account the supplied context.The visual representation of an object depends on the context. Depending on the context (e.g. is the location covered by the view), an object may or may not have a representation. The context contains:
- transformations which allow to compute the location in view space of points and bounds given in model, space
- a pen which can connect points with a line or create arcs around a point,
- the view for which the object's representation must be painted. This can be useful when the painted object depends on the scale of the view, or the presence of other layers in the view.
- the current location(s) of the mouse or input device and the last location(s) the mouse or input device was pressed.
The mode passed in this method indicates what part of the object must be painted, whether it should be painted as selected or not, and whether user interaction (via mouse movements) must be taken into account.
When the mode passed contains either TRANSLATING, RESHAPING or CREATING, this method is also responsible for interpreting interaction on the representation of an object and modifying the representation of the object accordingly. The painter is not responsible for modifying the object itself, this is done by a corresponding
ILcdGXYEditor. Implementations ofILcdGXYPainterandILcdGXYEditorinterfaces must be consistent for an object: the painter must display the result of the user interaction on the object, while the editor is responsible for modifying the object as a result of the user interaction. A good practice to ensure a consistent implementation is to implement both theILcdGXYPainterandILcdGXYEditorinterfaces in a single class.When the mode passed includes SNAPS, the part of the representation which corresponds to the object returned as snap target by the method
snapTargetmust be painted in order to provide the user with a visual indication of the snap target.The Graphics passed in this method can be different from the Graphics returned by a view due to techniques such as double buffering (as applied in Swing). Basic drawing operations must always be performed on the Graphics passed as an argument in this method.
- Specified by:
paintin interfaceILcdGXYPainter- Overrides:
paintin classALcdRasterPainter- Parameters:
aGraphics- the Graphics on which the representation of the object is paintedaState- the mode the object is represented in (see class documentation).aGXYContext- theILcdGXYContextthe drawing depends on.
-
suitableRasterLevel
Computes the raster level in the given multi-level raster that is most suitable for processing or analysis, in the given context. The level is based on the pixel densities of the rasters compared to the scale of the view, taking into account the necessary transformations between the raster's model coordinates and the view coordinates.- Parameters:
aMultiLevelRaster- the multi-level raster from which a raster is to be selected for processing or analysis.aGXYContext- the context that contains the model of the raster, the model-to-world transformation, and the view-to-world transformation.- Returns:
- the suitable raster level.
- See Also:
-
suitableRasterLevel
public int suitableRasterLevel(ILcdMultilevelRaster aMultiLevelRaster, ILcdGXYContext aGXYContext, Graphics aGraphics) Computes the raster level in the given multi-level raster that is most suitable for display, in the given context. The level is based on the pixel densities of the rasters compared to the scale of the view and the Graphics, taking into account the necessary transformations between the raster's model coordinates and the view coordinates.- Parameters:
aMultiLevelRaster- the multi-level raster from which a raster is to be selected for display.aGXYContext- the context that contains the model of the raster, the model-to-world transformation, and the view-to-world transformation.aGraphics- the Graphics instance on which the raster is to be painted.- Returns:
- the suitable raster level.
- See Also:
-
boundsSFCT
public void boundsSFCT(Graphics aGraphics, int aMode, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) throws TLcdNoBoundsException Description copied from interface:ILcdGXYPainterSets the supplied bounds (in view coordinates, pixels) so that it encompasses the representation of the object in the given mode taking into account the given context.If this method returns without exception the bounds argument must encompass the representation of the object. A point outside the bounds will not be contained within the painted object.
The bounds returned in this method can be seen as the equivalent in the view space of the bounds in the model space for
ILcdBoundedobjects.- Specified by:
boundsSFCTin interfaceILcdGXYPainter- Parameters:
aGraphics- the Graphics on which the representation of the object is paintedaMode- the mode the object is represented in (see class documentation). For example, an object may be represented differently in SELECTED mode compared to DEFAULT mode. The returned bounds of the representation must take this different representation into account.aGXYContext- the context for which the representation of the object is painted. It contains amongst others the transformations from model to world and world to view.aBoundsSFCT- the bounds that must be adapted to encompass the representation of the object in the given mode and context. These bounds must not be taken into account when the method has thrown an exception.- Throws:
TLcdNoBoundsException- if no bounds can be determined for the representation of the object. This can happen when the object does not have a representation in the given context, for example when it is located in a part of the world which is not visible in the current view.- See Also:
-
getGXYPainter
Description copied from interface:ILcdGXYPainterProviderFinds anILcdGXYPainterthat can be used to paint or locate the object passed.The painter provider is responsible for setting the object to the painter before returning the painter. An implementation should therefore have the following structure:
public ILcdGXYPainter getGXYPainter(Object aObject) { ILcdGXYPainter painter = ... // find the painter for the object if (painter != null) { painter.setObject(aObject); } return painter; }- Specified by:
getGXYPainterin interfaceILcdGXYPainterProvider- Overrides:
getGXYPainterin classALcdGXYPainter- Parameters:
aObject- the object to find a painter for- Returns:
- a painter that can be used to paint or locate the object; or null if no painter could be found for the given object, or the object could not be set on the retrieved painter.
-
clone
Description copied from interface:ILcdCloneableMakes
When for example extending fromObject.clone()public.java.lang.Object, it can be implemented like this:public Object clone() { try { return super.clone(); } catch ( CloneNotSupportedException e ) { // Cannot happen: extends from Object and implements Cloneable (see also Object.clone) throw new RuntimeException( e ); } }- Specified by:
clonein interfaceILcdCloneable- Specified by:
clonein interfaceILcdGXYPainterProvider- Overrides:
clonein classALcdRasterPainter- Returns:
- a clone of this painter provider.
- See Also:
-