Uses of Enum Class
com.luciad.view.lightspeed.camera.ALspViewXYZWorldTransformation.LocationMode
Packages that use ALspViewXYZWorldTransformation.LocationMode
-
Uses of ALspViewXYZWorldTransformation.LocationMode in com.luciad.view.lightspeed.camera
Methods in com.luciad.view.lightspeed.camera that return ALspViewXYZWorldTransformation.LocationModeModifier 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.Methods in com.luciad.view.lightspeed.camera with parameters of type ALspViewXYZWorldTransformation.LocationModeModifier and TypeMethodDescriptionvoidALspViewXYZWorldTransformation.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.voidALspViewXYZWorldTransformation.viewAWTPoint2worldSFCT(Point aViewPoint, ALspViewXYZWorldTransformation.LocationMode aLocationMode, ILcd3DEditablePoint aWorldPointSFCT) Deprecated.voidALspViewXYZWorldTransformation.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.