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 validILcdGXYViewXYWorldTransformation
for anILcdGXYView
.
-
Method Details
-
getGXYViewXYWorldTransformation
ILcdGXYViewXYWorldTransformation getGXYViewXYWorldTransformation()Returns a validILcdGXYViewXYWorldTransformation
for anILcdGXYView
. Users of the transformation should update their reference when the view'sworld origin
,view origin
,rotation
, orscale
changes.- Returns:
- a valid
ILcdGXYViewXYWorldTransformation
- Since:
- V 3.0
-