Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableZonalPoint
Packages that use ILcd2DEditableZonalPoint
Package
Description
All projection related aspects.
Three-dimensional shapes that can be changed in two dimensions.
-
Uses of ILcd2DEditableZonalPoint in com.luciad.projection
Methods in com.luciad.projection with parameters of type ILcd2DEditableZonalPointModifier and TypeMethodDescriptionvoid
ILcdCompositeProjection.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, int aZone, ILcdEllipsoid aEllipsoid, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.Transforms anILcd2DEditablePoint
into a zonal cartesian coordinate of the projection.void
ILcdCompositeProjection.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.Transforms anILcd2DEditablePoint
into a zonal cartesian coordinate of the projection.void
TLcdUTM.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, int aZone, ILcdEllipsoid aEllipsoid, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.void
TLcdUTM.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.void
ILcdCompositeProjection.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.Transforms anILcd2DEditablePoint
into a zonal cartesian coordinate of the projection.void
ILcdCompositeProjection.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, int aZone, double aRadius, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.Transforms aILcd2DEditablePoint
into a zonal cartesian coordinate of the projection of the given zone.void
TLcdUTM.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.void
TLcdUTM.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, int aZone, double aRadius, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated. -
Uses of ILcd2DEditableZonalPoint in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcd2DEditableZonalPointModifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableZonalPoint
in the geodetic space.class
This class provides an implementation ofILcd2DEditableZonalPoint
in the cartesian space.Constructors in com.luciad.shape.shape2D with parameters of type ILcd2DEditableZonalPointModifierConstructorDescriptionTLcdLonLatZonalPoint
(ILcd2DEditableZonalPoint a2DEditableZonalPoint) TLcdXYZonalPoint
(ILcd2DEditableZonalPoint a2DEditableZonalPoint)