Uses of Interface
com.luciad.shape.ILcdZonalPoint
Package
Description
All projection related aspects.
Three-dimensional shapes that can be changed in two dimensions.
-
Uses of ILcdZonalPoint in com.luciad.projection
Modifier and TypeMethodDescriptionboolean
ILcdCompositeProjection.inWorldBoundsOnEllipsoid
(ILcdZonalPoint aXYZonalPoint, ILcdEllipsoid aEllipsoid) Deprecated.Checks if anILcdPoint
is inside the valid cartesian area of the composite projection.boolean
TLcdUTM.inWorldBoundsOnEllipsoid
(ILcdZonalPoint aXYZonalPoint, ILcdEllipsoid aEllipsoid) Deprecated.boolean
ILcdCompositeProjection.inWorldBoundsOnSphere
(ILcdZonalPoint aXYZonalPoint, double aRadius) Deprecated.Checks if anILcdPoint
is inside the valid cartesian area of the composite projection.boolean
TLcdUTM.inWorldBoundsOnSphere
(ILcdZonalPoint aXYZonalPoint, double aRadius) Deprecated.void
ILcdCompositeProjection.world2lonlatOnEllipsoidSFCT
(ILcdZonalPoint aXYZonalPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint a2DEditablePointSFCT) Deprecated.Transforms aILcdZonalPoint
from the cartesian coordinate system of the projection into aILcd2DEditablePoint
on the ellipsoid.void
TLcdUTM.world2lonlatOnEllipsoidSFCT
(ILcdZonalPoint aXYZonalPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPOut) Deprecated.void
ILcdCompositeProjection.world2lonlatOnSphereSFCT
(ILcdZonalPoint aXYZonalPoint, double aRadius, ILcd2DEditablePoint a2DEditablePointSFCT) Deprecated.Transforms aILcdZonalPoint
from the cartesian coordinate system of the projection into aILcd2DEditablePoint
on the sphere.void
TLcdUTM.world2lonlatOnSphereSFCT
(ILcdZonalPoint aXYZonalPoint, double aRadius, ILcd2DEditablePoint aLLPOut) Deprecated. -
Uses of ILcdZonalPoint in com.luciad.shape.shape2D
Modifier and TypeInterfaceDescriptioninterface
Deprecated.This interface hes been deprecated.Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableZonalPoint
in the geodetic space.class
This class provides an implementation ofILcd2DEditableZonalPoint
in the cartesian space.