Package com.luciad.view.gxy
Interface ILcdGXYViewXYWorldTransformationProvider
- All Known Subinterfaces:
ILcdGXYView,ILcdRotationCapableGXYView
- All Known Implementing Classes:
TLcdGXYViewBufferedImage,TLcdGXYViewCanvas,TLcdGXYViewJPanel,TLcdGXYViewJPanelLightWeight,TLcdGXYViewPanel,TLcdGXYViewPlanarImage,TLcdMapBufferedImage,TLcdMapCanvas,TLcdMapJPanel,TLcdMapJPanelLightWeight,TLcdMapPanel
public interface ILcdGXYViewXYWorldTransformationProvider
Provides a valid
ILcdGXYViewXYWorldTransformation for an ILcdGXYView.-
Method Summary
Modifier and TypeMethodDescriptionReturns a validILcdGXYViewXYWorldTransformationfor anILcdGXYView.
-
Method Details
-
getGXYViewXYWorldTransformation
ILcdGXYViewXYWorldTransformation getGXYViewXYWorldTransformation()Returns a validILcdGXYViewXYWorldTransformationfor anILcdGXYView. Users of the transformation should update their reference when the view'sworld origin,view origin,rotation, orscalechanges.- Returns:
- a valid
ILcdGXYViewXYWorldTransformation - Since:
- V 3.0
-