Uses of Enum Class
com.luciad.view.lightspeed.camera.ALspViewXYZWorldTransformation.LocationMode
-
Uses of ALspViewXYZWorldTransformation.LocationMode in com.luciad.view.lightspeed.camera
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ALspViewXYZWorldTransformation.LocationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ALspViewXYZWorldTransformation.toolkitPoint2WorldSFCT
(Point aToolkitPoint, ALspViewXYZWorldTransformation.LocationMode aLocationMode, ILcd3DEditablePoint aWorldPointSFCT) Returns the location, in world coordinates, of the point currently located underaViewPoint
, with the latter being a point in toolkit coordinates.void
ALspViewXYZWorldTransformation.viewAWTPoint2worldSFCT
(Point aViewPoint, ALspViewXYZWorldTransformation.LocationMode aLocationMode, ILcd3DEditablePoint aWorldPointSFCT) Deprecated.void
ALspViewXYZWorldTransformation.viewPoint2WorldSFCT
(Point aViewPoint, ALspViewXYZWorldTransformation.LocationMode aLocationMode, ILcd3DEditablePoint aWorldPointSFCT) Returns the location, in world coordinates, of the point currently located underaViewPoint
, with the latter being a point in view coordinates.
ALspViewXYZWorldTransformation.viewPoint2WorldSFCT(Point, LocationMode, ILcd3DEditablePoint)
orALspViewXYZWorldTransformation.toolkitPoint2WorldSFCT(Point, LocationMode, ILcd3DEditablePoint)
instead.