Uses of Class
com.luciad.util.TLcdOutOfBoundsException
Package
Description
Provides representations, decoders, and encoders for rasters.
This package provides a new, highly configurable data format.
Contains a broad range of classes related to the visual represention of a map.
Provides classes to deal with the models ( that store the actual data ) behind a map.
All projection related aspects.
Contains all classes for terrain elevation analysis.
Handles all transformations between model coordinates and world coordinates.
Basic utilities.
General interfaces and implementations to retrieve heights from data, for
instance, elevation rasters.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Contains view world transformations.
Provides layering support for
ILspView
.Contains utility classes related to Lightspeed views.
Utilities for making maps.
Classes to work with rectangular axis aligned grids consisting of multiple uniform levels, called multilevel grids.
-
Uses of TLcdOutOfBoundsException in com.luciad.format.raster
Modifier and TypeMethodDescriptionvoid
TLcdRasterOffsetModelXYZWorldTransformation.modelPoint2worldSFCT
(ILcdPoint aILcdPoint, ILcd3DEditablePoint aILcd3DEditablePoint) void
TLcdRasterOffsetModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aILcd3DEditableBounds) void
TLcdRasterOffsetModelXYZWorldTransformation.worldPoint2modelSFCT
(ILcdPoint aILcdPoint, ILcd3DEditablePoint aILcd3DEditablePoint) -
Uses of TLcdOutOfBoundsException in com.luciad.lucy.addons.drawing.format
Modifier and TypeMethodDescriptionabstract void
ALcyShapeCodec.restoreState
(ILcdShape aShapeSFCT, ILcdModel aTargetModel, Map aMap) Restores the state of anILcdShape
to the state it was when thestoreState
method was called with the shape. -
Uses of TLcdOutOfBoundsException in com.luciad.lucy.map
Modifier and TypeMethodDescriptionvoid
TLcyGenericMapUtil.centerOnBounds
(ILcdView aView, ILcdBounds aBounds, ILcdGeoReference aReference) CenteraView
on the specified bounds.void
TLcyGenericMapUtil.centerOnObjects
(ILcdView aView, ILcdLayer aLayer, Object... aDomainObjects) CenteraView
on all of the specified domain objects.void
TLcyGenericMapUtil.fitOnBounds
(ILcdView aView, ILcdBounds aBounds, ILcdGeoReference aReference) FitaView
on the specified bounds.void
TLcyGenericMapUtil.fitOnObjects
(ILcdView aView, ILcdLayer aLayer, Object... aDomainObjects) FitaView
on all of the specified domain objects. -
Uses of TLcdOutOfBoundsException in com.luciad.lucy.model
Modifier and TypeMethodDescriptionALcyDomainObjectConverter.convert
(Object aDomainObject, ILcdModel aSourceModel, ILcdModel aTargetModel) The default implementation of this method calls theconvert
method where the parameteraCanAdaptToClass
is set toObject.class
.abstract Object
ALcyDomainObjectConverter.convert
(Object aDomainObject, ILcdModel aSourceModel, ILcdModel aTargetModel, Class aCanAdaptToClass) Converts a domain objectaDomainObject
ofaSourceModel
into a domain object for the modelaTargetModel
.TLcyCompositeDomainObjectConverter.convert
(Object aDomainObject, ILcdModel aSourceModel, ILcdModel aTargetModel, Class aCanAdaptToClass) -
Uses of TLcdOutOfBoundsException in com.luciad.projection
Modifier and TypeMethodDescriptionvoid
ALcdProjection.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) Default implementation callslonlatheight2worldOnEllipsoidSFCT
withaEllipsoid.getAuxRadius()
as sphere radius.void
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
ILcdProjection.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) Transforms anILcdPoint
on anILcdEllipsoid
into the cartesian coordinate system of the projection.void
TLcdAlbersEqualAreaConic.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdAzimuthalEquidistant.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aWorldPoint) void
TLcdCassiniSoldner.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdDutchStereographic.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aWorldPoint) void
TLcdEllipsoidalEquidistantCylindrical.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdEllipsoidalLambertAzimuthalEqualArea.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdGeneralPerspective.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aWorldPoint) void
TLcdKrovak.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aWorldPoint) void
TLcdLambertConformal.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdMercator.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdObliqueMercator.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdOrthographic.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdOrthorectifiedProjection.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdPerspectiveProjection.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdPolarStereographic.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aWorldPoint) void
TLcdPolyconic.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdPseudoMercator.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdStereographic.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aWorldPoint) void
TLcdSwissObliqueMercator.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) void
TLcdTransverseMercator.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) The Gauss-Krüger projection is determined by three conditions: conformality, symmetrical around central meridian, and preservation of linear scale along the central meridian.void
TLcdTransverseMercatorSPCS.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aXYPointSFCT) Deprecated.void
TLcdUTM.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, int aZone, ILcdEllipsoid aEllipsoid, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.void
TLcdUTM.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.void
TLcdVerticalPerspective.lonlatheight2worldOnEllipsoidSFCT
(ILcdPoint aLLHP, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aWorldPoint) 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
ILcdProjection.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) Transforms anILcd2DEditablePoint
on a sphere into the cartesian coordinate system of the projection.void
TLcdAlbersEqualAreaConic.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdAzimuthalEquidistant.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aWorldPoint) void
TLcdCassini.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdDutchStereographic.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aWorldPoint) void
TLcdEckertIV.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdEckertVI.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdEllipsoidalEquidistantCylindrical.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdEllipsoidalLambertAzimuthalEqualArea.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aWorldPoint) void
TLcdEquidistantCylindrical.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdGeneralPerspective.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aWorldPoint) void
TLcdGeodetic.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdGnomonic.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdKrovak.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aWorldPoint) void
TLcdLambertAzimuthalEqualArea.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aWorldPoint) void
TLcdLambertConformal.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdMercator.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdMillerCylindrical.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdMollweide.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdObliqueMercator.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdOrthographic.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdOrthorectifiedProjection.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdPerspectiveProjection.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdPolarStereographic.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aWorldPoint) void
TLcdPolyconic.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdRPCProjection.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdSimpleRectangular.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) Deprecated.void
TLcdStereographic.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aWorldPoint) void
TLcdSwissObliqueMercator.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) void
TLcdTransverseMercator.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) For the spherical case the transverse mercator projection is a simple Gauss-Lambert projection.void
TLcdTransverseMercatorSPCS.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aXYPointSFCT) Deprecated.For the spherical case the transverse mercator projection is a simple Gauss-Lambert projection.void
TLcdUTM.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.void
TLcdUTM.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, int aZone, double aRadius, ILcd2DEditableZonalPoint aZonalPointSFCT) Deprecated.void
TLcdVerticalPerspective.lonlatheight2worldOnSphereSFCT
(ILcdPoint aLLHP, double aRadius, ILcd2DEditablePoint aWorldPoint) protected void
TLcdRectifiedPolynomialProjection.mapPointBackward
(ILcdPoint aTargetPoint, ILcd2DEditablePoint aSourcePointSFCT) Applies the inverse of the polynomial transformation to the target point, to obtain the source point.protected void
TLcdRectifiedProjectiveProjection.mapPointBackward
(ILcdPoint aTargetPoint, ILcd2DEditablePoint aSourcePointSFCT) Applies the inverse of the projective transformation to the target point, to obtain the source point.protected void
TLcdRectifiedRationalProjection.mapPointBackward
(ILcdPoint aTargetPoint, ILcd2DEditablePoint aSourcePointSFCT) Applies the inverse of the rational transformation to the target point, to obtain the source point.protected void
TLcdRectifiedPolynomialProjection.mapPointForward
(ILcdPoint aSourcePoint, ILcd2DEditablePoint aTargetPointSFCT) Applies the polynomial transformation to the source point to obtain the target point.protected void
TLcdRectifiedProjectiveProjection.mapPointForward
(ILcdPoint aSourcePoint, ILcd2DEditablePoint aTargetPointSFCT) Applies the projective transformation to the source point, to obtain the target point.protected void
TLcdRectifiedRationalProjection.mapPointForward
(ILcdPoint aSourcePoint, ILcd2DEditablePoint aTargetPointSFCT) Applies the rational transformation to the source point, to obtain the target point.int
ILcdCompositeProjection.retrieveZone
(ILcdPoint aLLP) Deprecated.Return the zone id for the given model point.int
TLcdUTM.retrieveZone
(ILcdPoint aLLP) Deprecated.void
ALcdProjection.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPointSFCT) Default implementation callsworld2lonlatOnSphereSFCT
withaEllipsoid.getAuxRadius()
as sphere radius.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
ILcdProjection.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPointSFCT) Transforms anILcdPoint
from the cartesian coordinate system of the projection into anILcd2DEditablePoint
onto anILcdEllipsoid
.void
TLcdAlbersEqualAreaConic.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdAzimuthalEquidistant.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdCassiniSoldner.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPointSFCT) void
TLcdDutchStereographic.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdEllipsoidalEquidistantCylindrical.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPointSFCT) void
TLcdEllipsoidalLambertAzimuthalEqualArea.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPointSFCT) void
TLcdGeneralPerspective.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) Transforms a world point to a LonLatHeightPoint.void
TLcdKrovak.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdLambertConformal.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdMercator.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdObliqueMercator.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdOrthographic.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPointSFCT) void
TLcdOrthorectifiedProjection.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPointSFCT) void
TLcdPerspectiveProjection.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPointSFCT) void
TLcdPolarStereographic.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdPolyconic.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPointSFCT) void
TLcdPseudoMercator.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdStereographic.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdSwissObliqueMercator.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPointSFCT) void
TLcdTransverseMercator.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) void
TLcdTransverseMercatorSPCS.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) Deprecated.void
TLcdUTM.world2lonlatOnEllipsoidSFCT
(ILcdZonalPoint aXYZonalPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPOut) Deprecated.void
TLcdVerticalPerspective.world2lonlatOnEllipsoidSFCT
(ILcdPoint aXYPoint, ILcdEllipsoid aEllipsoid, ILcd2DEditablePoint aLLPSFCT) Transforms a world point to a LonLatHeightPoint.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
ILcdProjection.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) Transforms anILcdPoint
from the cartesian coordinate system of the projection into anILcd2DEditablePoint
onto a sphere.void
TLcdAlbersEqualAreaConic.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdAzimuthalEquidistant.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdCassini.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdDutchStereographic.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdEckertIV.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) void
TLcdEckertVI.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) void
TLcdEllipsoidalEquidistantCylindrical.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) void
TLcdEllipsoidalLambertAzimuthalEqualArea.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdEquidistantCylindrical.world2lonlatOnSphereSFCT
(ILcdPoint cp, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdGeneralPerspective.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdGeodetic.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdGnomonic.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdKrovak.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdLambertAzimuthalEqualArea.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdLambertConformal.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdMercator.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdMillerCylindrical.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) void
TLcdMollweide.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) void
TLcdObliqueMercator.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdOrthographic.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdOrthorectifiedProjection.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) void
TLcdPerspectiveProjection.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) void
TLcdPolarStereographic.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdPolyconic.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) void
TLcdRPCProjection.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) void
TLcdSimpleRectangular.world2lonlatOnSphereSFCT
(ILcdPoint cp, double aRadius, ILcd2DEditablePoint aLLPSFCT) Deprecated.void
TLcdStereographic.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdSwissObliqueMercator.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPointSFCT) void
TLcdTransverseMercator.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) void
TLcdTransverseMercatorSPCS.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) Deprecated.void
TLcdUTM.world2lonlatOnSphereSFCT
(ILcdZonalPoint aXYZonalPoint, double aRadius, ILcd2DEditablePoint aLLPOut) Deprecated.void
TLcdVerticalPerspective.world2lonlatOnSphereSFCT
(ILcdPoint aXYPoint, double aRadius, ILcd2DEditablePoint aLLPSFCT) -
Uses of TLcdOutOfBoundsException in com.luciad.tea
Modifier and TypeMethodDescriptionTLcdAltitudeMatrixViewFactory.createAreaAltitudeMatrixView
(ILcdShape aShape, ILcdGeoReference aShapeReference, ILcdAltitudeProvider aAltitudeProvider, double aStepSize, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified shape that can be used to compute a visibility.TLcdAltitudeMatrixViewFactory.createAreaAltitudeMatrixView
(ILcdShape aShape, ILcdGeoReference aShapeReference, ILcdAltitudeProvider aAltitudeProvider, ILcdRaster aRaster, ILcdGeoReference aRasterReference, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified shape that can be used to compute a visibility.TLcdAltitudeMatrixViewFactory.createInterpolatedPathAltitudeMatrixView
(ILcdPolyline aPolyline, ILcdGeoReference aPolylineReference, double aStepSize, TLcdLineType aLineType, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified polyline that can be used to compute a visibility.final ILcdAltitudeMatrixView
TLcdAltitudeMatrixViewFactory.createPathAltitudeMatrixView
(ILcdCurve aCurve, ILcdGeoReference aCurveReference, double aStepSize, TLcdCoverageAltitudeMode aAltitudeMode, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified curve using the height values of the points of the curve.TLcdAltitudeMatrixViewFactory.createPathAltitudeMatrixView
(ILcdCurve aCurve, ILcdGeoReference aCurveReference, ILcdAltitudeProvider aAltitudeProvider, double aStepSize, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified curve that can be used to compute a visibility.TLcdAltitudeMatrixViewFactory.createPathAltitudeMatrixView
(ILcdPolyline aPolyline, ILcdGeoReference aPolylineReference, ILcdAltitudeProvider aAltitudeProvider, double aStepSize, TLcdLineType aLineType, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified polyline that can be used to compute a visibility.TLcdAltitudeMatrixViewFactory.createPointAltitudeMatrixView
(ILcdPoint aPoint, ILcdGeoReference aPointReference, double aPointAltitude, TLcdCoverageAltitudeMode aPointAltitudeMode, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified point that can be used to compute a visibility.void
TLcdProfileGenerator.modelPoint2ScanPoint
(ILcdPoint aModelPoint, ILcd3DEditablePoint aScanPointSFCT) Utility method to transform a point from the model reference of the current layer to the current scan reference.void
TLcdTerrainProfileUtil.modelPointSFCT
(int aXScreen, int aYScreen, ILcdGXYLayer aGXYLayer, ILcdGXYView aGXYView, ILcd3DEditablePoint aModelPoint) Deprecated.Updates the given model point to the model point corresponding to the specified screen coordinates.void
TLcdTerrainProfileUtil.modelPointSFCT
(int aXScreen, int aYScreen, ILcdGXYView aGXYView, ILcd3DEditablePoint aModelPoint) Deprecated.Updates the given model point to the model point corresponding to the specified screen coordinates.void
TLcdTerrainProfileUtil.modelPointSFCT
(MouseEvent aMouseEvent, ILcdGXYLayer aGXYLayer, ILcdGXYView aGXYView, ILcd3DEditablePoint aModelPoint) Deprecated.Calls the methodTLcdTerrainProfileUtil.modelPointSFCT(int, int, ILcdGXYLayer, ILcdGXYView, ILcd3DEditablePoint)
and updates the given model point to the model point corresponding to the specified mouse event point.void
TLcdProfileGenerator.scanPoint2ModelPoint
(ILcdPoint aScanPoint, ILcd3DEditablePoint aModelPointSFCT) -
Uses of TLcdOutOfBoundsException in com.luciad.transformation
Modifier and TypeMethodDescriptionvoid
ILcdModelModelTransformation.destinationPoint2sourceSFCT
(ILcdPoint aDestinationPoint, ILcd3DEditablePoint aSourcePointSFCT) Moves a point of the source reference to the location of a point of the destination reference.void
TLcdDefaultModelModelTransformation.destinationPoint2sourceSFCT
(ILcdPoint aDestinationPoint, ILcd3DEditablePoint aSourcePointSFCT) void
TLcdGeoReference2GeoReference.destinationPoint2sourceSFCT
(ILcdPoint aDestinationPoint, ILcd3DEditablePoint aSourcePointSFCT) Transforms a point from the destinationILcdGeoReference
to the sourceILcdGeoReference
.void
TLcdGeoReference2GeoReference.destPoint2sourceSFCT
(ILcdPoint aDestinationPoint, ILcd3DEditablePoint aSourcePointSFCT) Deprecated.void
TLcdGridReferenceUtil.grid2lonlatSFCT
(double aX, double aY, ILcd2DEditablePoint a2DEditablePointSFCT) Transformation of a grid coordinate to a lonLatHeight coordinate.void
TLcdGridReferenceUtil.grid2lonlatSFCT
(ILcdPoint aXYPoint, ILcd2DEditablePoint a2DEditablePointSFCT) Transformation of a grid coordinate to a lonLatHeight coordinate.void
TLcdGridReferenceUtil.lonlat2gridSFCT
(double aLon, double aLat, ILcd2DEditablePoint aXYPointSFCT) Transformation of a lon-lat coordinate to a grid coordinate.void
TLcdGridReferenceUtil.lonlatheight2gridSFCT
(ILcdPoint aLLHPoint, ILcd2DEditablePoint aXYPointSFCT) Transformation of a lon-lat coordinate to a grid coordinate.void
ILcdModelXYWorldTransformation.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint aWorldPointSFCT) Transforms a model point into a world point.void
ILcdModelXYZWorldTransformation.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd3DEditablePoint aWorldPointSFCT) Transforms a model point into a world point.void
TLcdCompositeModelXYZWorldTransformation.modelPoint2worldSFCT
(ILcdPoint aPoint, ILcd3DEditablePoint aEditablePoint) void
TLcdDefaultModelXYWorldTransformation.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint aWorldPointSFCT) void
TLcdDefaultModelXYZWorldTransformation.modelPoint2worldSFCT
(ILcdPoint aPoint, ILcd3DEditablePoint aEditablePoint) void
TLcdGeocentric2Grid.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint aWorldPoint) Transforms a model point into a world point.void
TLcdGeodetic2Geocentric.modelPoint2worldSFCT
(ILcdPoint aPoint, ILcd3DEditablePoint aPointSFCT) void
TLcdGeodetic2Grid.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint aWorldPoint) Transforms a model point into a world point.void
TLcdGeoid2Grid.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint aWorldPoint) Deprecated.void
TLcdGrid2Geocentric.modelPoint2worldSFCT
(ILcdPoint aPoint, ILcd3DEditablePoint aPointSFCT) void
TLcdGrid2Grid.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint aWorldPointSFCT) void
TLcdIdentityModelXYWorldTransformation.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint aWorldPointSFCT) Transforms a model point into a world point.void
TLcdIdentityModelXYZWorldTransformation.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd3DEditablePoint a3DWorldPointSFCT) void
TLcdModelXYWorldTransformation.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint aWorldPointSFCT) Deprecated.Transforms a model point into a world point.void
TLcdModelXYZWorldTransformation.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd3DEditablePoint a3DWorldPointSFCT) Deprecated.void
TLcdTopocentric2Grid.modelPoint2worldSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint aWorldPoint) Transforms a model point into a world point.void
ILcdModelModelTransformation.sourcePoint2destinationSFCT
(ILcdPoint aSourcePoint, ILcd3DEditablePoint aDestinationPointSFCT) Moves a point of the destination reference to the location of a point of the source reference.void
TLcdDefaultModelModelTransformation.sourcePoint2destinationSFCT
(ILcdPoint aSourcePoint, ILcd3DEditablePoint aDestinationPointSFCT) void
TLcdGeoReference2GeoReference.sourcePoint2destinationSFCT
(ILcdPoint aSourcePoint, ILcd3DEditablePoint aDestinationPointSFCT) Transforms a point from the sourceILcdGeoReference
to the destinationILcdGeoReference
.void
TLcdGeoReference2GeoReference.sourcePoint2destSFCT
(ILcdPoint aSourcePoint, ILcd3DEditablePoint aDestinationPointSFCT) void
ILcdXYWorldXYWorldTransformation.sourceWorldBounds2DestWorldSFCT
(ILcdBounds aSourceXYBounds, ILcd2DEditableBounds aDestXYBounds) Transforms world bounds from the source coordinate system to the destination coordinate system.void
TLcdMapWorldMapWorldTransformation.sourceWorldBounds2DestWorldSFCT
(ILcdBounds aSourceXYBounds, ILcd2DEditableBounds aDestXYBounds) void
ILcdXYWorldXYWorldTransformation.sourceWorldPoint2DestWorldSFCT
(ILcdPoint aSourceXYPoint, ILcd2DEditablePoint aDestXYPoint) Transforms a world point from the source coordinate system to the destination coordinate system.void
TLcdMapWorldMapWorldTransformation.sourceWorldPoint2DestWorldSFCT
(ILcdPoint aSourceXYPoint, ILcd2DEditablePoint aDestXYPoint) void
ILcdModelXYWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) Transforms world bounds into model bounds.void
ILcdModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) Transforms world bounds into model bounds.void
TLcdCompositeModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aEditableBounds) void
TLcdDefaultModelXYWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdDefaultModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aEditableBounds) void
TLcdGeocentric2Grid.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdGeodetic2Geocentric.worldBounds2modelSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aBoundsSFCT) void
TLcdGeodetic2Grid.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdGeoid2Grid.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) Deprecated.void
TLcdGrid2Geocentric.worldBounds2modelSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aBoundsSFCT) void
TLcdGrid2Grid.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdIdentityModelXYWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdIdentityModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aXYZBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdModelXYWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) Deprecated.void
TLcdModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aXYZBounds, ILcd3DEditableBounds aModelBoundsSFCT) Deprecated.void
TLcdTopocentric2Grid.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
ILcdModelXYWorldTransformation.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) Transforms a world point into a model point.void
ILcdModelXYZWorldTransformation.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) Transforms a world point into a model point.void
TLcdCompositeModelXYZWorldTransformation.worldPoint2modelSFCT
(ILcdPoint aPoint, ILcd3DEditablePoint aEditablePoint) void
TLcdDefaultModelXYWorldTransformation.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) void
TLcdDefaultModelXYZWorldTransformation.worldPoint2modelSFCT
(ILcdPoint aPoint, ILcd3DEditablePoint aEditablePoint) void
TLcdGeocentric2Grid.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) void
TLcdGeodetic2Geocentric.worldPoint2modelSFCT
(ILcdPoint aPoint, ILcd3DEditablePoint aPointSFCT) void
TLcdGeodetic2Grid.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) void
TLcdGeoid2Grid.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) Deprecated.void
TLcdGrid2Geocentric.worldPoint2modelSFCT
(ILcdPoint aPoint, ILcd3DEditablePoint aPointSFCT) void
TLcdGrid2Grid.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) void
TLcdIdentityModelXYWorldTransformation.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) void
TLcdIdentityModelXYZWorldTransformation.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) void
TLcdModelXYWorldTransformation.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) Deprecated.void
TLcdModelXYZWorldTransformation.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) Deprecated.void
TLcdTopocentric2Grid.worldPoint2modelSFCT
(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) -
Uses of TLcdOutOfBoundsException in com.luciad.util
Modifier and TypeMethodDescriptionstatic TLcdOutOfBoundsException
TLcdOutOfBoundsException.getSharedInstance()
Utility method that returns a shared out of bounds exception. -
Uses of TLcdOutOfBoundsException in com.luciad.util.height
Modifier and TypeMethodDescriptionprotected void
ALcdModelHeightProviderFactory.transformProperties
(ILcdModel aModel, ILcdGeoReference aFromReference, ILcdGeoReference aToReference, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalPropertiesSFCT) Transforms the properties in theTLcdHeightProviderProperties
.protected void
ALcdRasterModelHeightProviderFactory.transformProperties
(ILcdModel aModel, ILcdGeoReference aFromReference, ILcdGeoReference aToReference, Map<String, Object> aRequiredProperties, Map<String, Object> aOptionalProperties) -
Uses of TLcdOutOfBoundsException in com.luciad.view.gxy
Modifier and TypeMethodDescriptionvoid
ALcdGXYPen.accumulateArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) void
ILcdGXYPen.accumulateArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Accumulates a polyline approximation of the given arc to the internally stored path.void
ALcdGXYPen.accumulateHorizontalLineTo
(double aDeltaX, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) void
ILcdGXYPen.accumulateHorizontalLineTo
(double aDeltaX, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Accumulates a horizontal line starting from the current position to the internally stored path.void
ALcdGXYPen.accumulateLineTo
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) void
ILcdGXYPen.accumulateLineTo
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Accumulates a line from the current position to the given model point to the internally stored path.void
ALcdGXYPen.accumulatePointList
(ILcdPointList aPointList, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) void
ILcdGXYPen.accumulatePointList
(ILcdPointList aPointList, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Accumulates a polyline to the internally stored path.void
ALcdGXYPen.accumulateVerticalLineTo
(double aDeltaY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) void
ILcdGXYPen.accumulateVerticalLineTo
(double aDeltaY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Accumulates a vertical line starting from the current position to the internally stored path.void
ILcdGXYPen.appendArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGeneralPath aGeneralPathSFCT) Appends a polyline approximation of the given arc to the givenILcdGeneralPath
.void
ILcdGXYPen.appendArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, ILcdAWTPath aAWTPathSFCT) Appends a polyline approximation of the given arc to the givenILcdAWTPath
.void
TLcdGXYPen.appendArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGeneralPath aGeneralPathSFCT) void
TLcdGXYPen.appendArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, ILcdAWTPath aAWTPathSFCT) protected double
ALcdGXYPen.cartesianModelDistance
(double aX1, double aY1, double aX2, double aY2, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Calculates an approximation of the model distance between the two given points expressed in AWT coordinates.void
ALcdGXYPen.drawArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ILcdGXYPen.drawArc
(double aCenterX, double aCenterY, double aStartX, double aStartY, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a circular arc onto the givenGraphics
.void
ILcdGXYPen.drawArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws an arc onto the givenGraphics
.void
TLcdGXYPen.drawArc
(double aCenterX, double aCenterY, double aStartX, double aStartY, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) protected void
ALcdGXYPen.drawCartesianArc
(double aCenterX, double aCenterY, double aStartX, double aStartY, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a circular arc onto the givenGraphics
.void
ALcdGXYPen.drawHorizontalLineTo
(double aDeltaX, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ILcdGXYPen.drawHorizontalLineTo
(double aDeltaX, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a horizontal line from the current position to the given model point onto the givenGraphics
.void
TLcdGXYPen.drawHorizontalLineTo
(double aDeltaX, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ALcdGXYPen.drawHotPoint
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ALcdGXYPen.drawHotPoint
(ILcdPoint aPoint, String aReference, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a hot point at the given model point and a string next to this point.void
ILcdGXYPen.drawHotPoint
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a hot point at the given model point.void
ALcdGXYPen.drawLine
(int aFromX, int aFromY, int aToX, int aToY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Deprecated.This method is deprecated to support HiDPI displays, which requires additional coordinate precision to accurately apply dpi scaling.void
ALcdGXYPen.drawLine
(ILcdPoint aPoint1, ILcdPoint aPoint2, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ILcdGXYPen.drawLine
(ILcdPoint aFromPoint, ILcdPoint aToPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a line between the two given model points onto the givenGraphics
.void
ALcdGXYPen.drawLineTo
(double aX, double aY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ALcdGXYPen.drawLineTo
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ALcdGXYPen.drawLineTo
(Point aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a line from the current position to the given AWT point onto the givenGraphics
.void
ILcdGXYPen.drawLineTo
(double aX, double aY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a line from the current position to the given AWT point onto the givenGraphics
.void
ILcdGXYPen.drawLineTo
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a line from the current position to the given model point onto the givenGraphics
.void
TLcdGXYPen.drawLineTo
(double aX, double aY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
TLcdGXYPen.drawLineTo
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
TLcdGXYPen.drawLineTo
(Point aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a line from the current position to the given AWT point onto the givenGraphics
.void
ALcdGXYPen.drawLineWithArrow
(ILcdPoint aPoint1, ILcdPoint aPoint2, int aLength, double aAngle, int aArrowType, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a line between the two given model points onto the givenGraphics
with arrows at either end or in the middle.void
ALcdGXYPen.drawPolygon
(ILcdPointList aPointList, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ILcdGXYPen.drawPolygon
(ILcdPointList aPointList, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a polygon onto the givenGraphics
.void
ALcdGXYPen.drawPolyline
(ILcdPointList aPointList, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ILcdGXYPen.drawPolyline
(ILcdPointList aPointList, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a polyline onto the givenGraphics
.void
ALcdGXYPen.drawVerticalLineTo
(double aDeltaY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ILcdGXYPen.drawVerticalLineTo
(double aDeltaY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a vertical line from the current position to the given model point onto the givenGraphics
.void
TLcdGXYPen.drawVerticalLineTo
(double aDeltaY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ALcdGXYPen.fillPolygon
(ILcdPointList aPointList, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
ILcdGXYPen.fillPolygon
(ILcdPointList aPointList, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) Draws a filled polygon onto the givenGraphics
.double
ILcdGXYPen.modelDistance
(double aX1, double aY1, double aX2, double aY2, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Calculates the model distance between the two given points expressed in AWT coordinates.double
TLcdGXYPen.modelDistance
(double aX1, double aY1, double aX2, double aY2, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) void
ILcdGXYViewModelTransformation.modelPoint2viewAWTPointSFCT
(ILcdPoint aModelPoint, Point aSFCTPoint) Converts aILcdPoint
in model coordinates to a Point in view coordinates.void
TLcdGXYViewModelTransformation.modelPoint2viewAWTPointSFCT
(ILcdPoint aModelPoint, Point aPointSFCT) void
ILcdGXYViewModelTransformation.modelPoint2viewXYPointSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint aSFCT2DEditablePoint) void
TLcdGXYViewModelTransformation.modelPoint2viewXYPointSFCT
(ILcdPoint aModelPoint, ILcd2DEditablePoint a2DEditablePointSFCT) final void
ALcdGXYPen.moveTo
(double aX, double aY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) final void
ALcdGXYPen.moveTo
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation) final void
ALcdGXYPen.moveTo
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) void
ILcdGXYPen.moveTo
(double aX, double aY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Moves the current position by setting its AWT coordinates to the given AWT point.void
ILcdGXYPen.moveTo
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation) Moves the current position by setting its model coordinates to the given model point.void
ILcdGXYPen.moveTo
(ILcdPoint aPoint, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Moves the current position by setting its model coordinates to the given model point.void
ALcdGXYPen.translateOf
(double aDeltaX, double aDeltaY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) void
ILcdGXYPen.translateOf
(double aDeltaX, double aDeltaY, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Translates the AWT coordinates of the current position.void
ILcdGXYViewModelTransformation.viewAWTPoint2modelSFCT
(Point aViewPoint, ILcd3DEditablePoint aModelPointSFCT) Converts aPoint
in view coordinates to aILcdPoint
in model coordinates.void
TLcdGXYViewModelTransformation.viewAWTPoint2modelSFCT
(Point aViewPoint, ILcd3DEditablePoint aModelPointSFCT) void
ILcdGXYViewModelTransformation.viewXYPoint2modelSFCT
(int x, int y, ILcd3DEditablePoint aModelPointSFCT) void
ILcdGXYViewModelTransformation.viewXYPoint2modelSFCT
(ILcdPoint aViewPoint, ILcd3DEditablePoint aModelPointSFCT) void
TLcdGXYViewModelTransformation.viewXYPoint2modelSFCT
(int x, int y, ILcd3DEditablePoint aModelPointSFCT) void
TLcdGXYViewModelTransformation.viewXYPoint2modelSFCT
(ILcdPoint aViewPoint, ILcd3DEditablePoint aModelPointSFCT) -
Uses of TLcdOutOfBoundsException in com.luciad.view.lightspeed.camera
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) 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. -
Uses of TLcdOutOfBoundsException in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionALspLayer.getBounds
(TLspContext aContext) Returns the bounds of the layer in world coordinates.ILspLayer.getBounds
(TLspContext aContext) Returns the bounds of the layer in world coordinates.TLspLayer.getBounds
(TLspContext aContext) -
Uses of TLcdOutOfBoundsException in com.luciad.view.lightspeed.util
Modifier and TypeMethodDescriptionTLspViewNavigationUtil.animatedCenter
(ILcdBounds aBounds, ILcdGeoReference aGeoReference) Starts an animation that moves the view to the middle of the specified bounds.TLspViewNavigationUtil.animatedCenter
(ILspLayer... aLayers) Starts an animation that moves the view to the middle of data of the specified layers.TLspViewNavigationUtil.animatedCenterOnModelBounds
(ILcdBounds aBounds, ILcdModelReference aReference) Starts an animation that moves the view to the middle of the specified bounds.TLspViewNavigationUtil.animatedFit
(ILcdBounds aBounds, ILcdGeoReference aBoundsReference) Starts an animation that fits the view on the specified bounds.TLspViewNavigationUtil.animatedFit
(Collection<ILspLayer> aLayers) Returns an animation that fits the view on the specified layers.TLspViewNavigationUtil.animatedFitOnModelBounds
(ILcdBounds aBounds, ILcdModelReference aBoundsReference) Returns an animation that fits the view on the specified bounds.void
TLspViewNavigationUtil.center
(ILcdBounds aBounds, ILcdGeoReference aGeoReference) Moves the view to the middle of the specified bounds.void
Moves the view to the middle of data of the specified layers.void
TLspViewNavigationUtil.centerOnModelBounds
(ILcdBounds aBounds, ILcdModelReference aReference) Moves the view to the middle of the specified bounds.void
TLspViewNavigationUtil.fit
(ILcdBounds aBounds, ILcdGeoReference aGeoReference) Fits the view on the specified bounds.void
Fits the view on the specified layers.void
TLspViewNavigationUtil.fit
(Collection<ILspLayer> aLayers) Fits the view on the specified layers.void
TLspViewNavigationUtil.fitOnModelBounds
(ILcdBounds aBounds, ILcdModelReference aReference) Fits the view on the specified bounds. -
Uses of TLcdOutOfBoundsException in com.luciad.view.map
Modifier and TypeMethodDescriptionvoid
TLcdGeodeticPen.appendArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGeneralPath aGeneralPathSFCT) void
TLcdGeodeticPen.appendArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, ILcdAWTPath aAWTPathSFCT) void
TLcdGridPen.appendArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGeneralPath aGeneralPathSFCT) void
TLcdGridPen.appendArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, ILcdAWTPath aAWTPathSFCT) void
TLcdProjectionPen.appendArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGeneralPath aGeneralPathSFCT) void
TLcdProjectionPen.appendArc
(ILcdPoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, ILcdAWTPath aAWTPathSFCT) Transforms a grid point in the BNG reference system into BNG notation.void
TLcdUTMZone.calculateXBoundsSFCT
(double aY, double[] aLimitSFCT) Deprecated.use the method with the hemisphere parameter.void
TLcdUTMZone.calculateXBoundsSFCT
(double aY, double[] aLimitSFCT, int aHemiSphere) Calculates the west and east bounds of thisTLcdUTMZone
at the northing aY.void
TLcdUTMZone.calculateXBoundsSFCT
(double aX, double aY, double[] aLimitSFCT) Deprecated.void
TLcdUTMZone.calculateXBoundsSFCT
(double aX, double aY, double[] aLimitSFCT, int aHemiSphere) Given a northing aY, calculates the west and east bounds of thisTLcdUTMZone
in grid coordinates.boolean
TLcdUTMZone.contains
(double aX, double aY) Deprecated.use the method with the hemisphere.boolean
TLcdUTMZone.contains
(double aX, double aY, int aHemiSphere) Returns true if the coordinate is within the UTM zone, false otherwise..void
TLcdGeodeticPen.drawArc
(double aCenterX, double aCenterY, double aStartX, double aStartY, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
TLcdGridPen.drawArc
(double aCenterX, double aCenterY, double aStartX, double aStartY, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) void
TLcdProjectionPen.drawArc
(double aCenterX, double aCenterY, double aStartX, double aStartY, double aArcAngle, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation, Graphics aGraphics) TLcdUPSGridSystem.getUPSGrid
(ILcdPoint aLLP) Returns theTLcdUPSGrid
for the given lon lat point.TLcdUTMGridSystem.getUTMGrid
(ILcdPoint aLLP) Returns theTLcdUTMGrid
for the given lon lat point.void
TLcdUTMZone.grid2lonlatSFCT
(double aX, double aY, int aHemiSphere, ILcd3DEditablePoint a3DEditablePointSFCT) Transformation of grid coordinate to LonLatHeight coordinate.void
TLcdUTMZone.grid2lonlatSFCT
(double aX, double aY, ILcd3DEditablePoint a3DEditablePointSFCT) Deprecated.use the method with the hemisphere parameter.void
TLcdUTMZone.grid2worldSFCT
(double aX, double aY, int aHemiSphere, ILcd3DEditablePoint a3DEditablePointSFCT) Transformation of grid coordinate to world coordinate.void
TLcdUTMZone.grid2worldSFCT
(double aX, double aY, ILcd3DEditablePoint a3DEditablePointSFCT) Deprecated.double
TLcdGridPen.gridModelDistance
(double aX1, double aY1, double aX2, double aY2, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) Calculates the model distance between the AWT view points defined by(aX1, aY1)
and(aX2, aY2)
, applying the givenILcdModelXYWorldTransformation
andILcdGXYViewXYWorldTransformation
.TLcdBNGUtil.lonLat2Bng
(ILcdPoint aLonLatPoint, int aNumberOfDigits, boolean aIncludeSpaces) Converts a lon-lat point (WGS84) into BNG notation.void
TLcdUTMZone.lonlat2gridSFCT
(double aLon, double aLat, int aHemiSphere, ILcd2DEditablePoint aXYPointSFCT) Transformation of lon-lat coordinate to grid coordinate.void
TLcdUTMZone.lonlat2gridSFCT
(double aLon, double aLat, ILcd2DEditablePoint aXYPointSFCT) Deprecated.TLcdUPSUtil.lonLat2Ups
(ILcdPoint aLonLatPoint) This method converts the given lon lat point to a UPS String.TLcdUpsMgrsUtil.lonLat2UpsMgrs
(ILcdPoint aLonLatPoint, int aNumberOfDigits) Converts a lon-lat point (WGS84) into Military GridSystem
coordinates for a UPS projection.TLcdUTMUtil.lonLat2Utm
(ILcdPoint aLonLatPoint) This method converts the given lon lat point to a UTM String.TLcdUtmMgrsUtil.lonLat2UtmMgrs
(ILcdPoint aLLP, int aNumberOfDigits) Converts a lon-lat point into Military GridSystem
coordinates for a UTM projection.double
TLcdGeodeticPen.modelDistance
(double aX1, double aY1, double aX2, double aY2, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) double
TLcdGridPen.modelDistance
(double aX1, double aY1, double aX2, double aY2, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) double
TLcdProjectionPen.modelDistance
(double aX1, double aY1, double aX2, double aY2, ILcdModelXYWorldTransformation aModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation aGXYViewXYWorldTransformation) static boolean
TLcdUPSGridSystem.retrieveZone
(ILcdPoint aLLP) Returns the UPS zone for the given point.static int
TLcdUTMGridSystem.retrieveZone
(ILcdPoint aLLP) Returns the UTM zone for the given point.TLcdUPSUtil.upsXY2Ups
(double aEasting, double aNorthing, boolean aNorthPole) Returns the formatted notation for a given coordinate within the Universal Polar Stereographic grid system.TLcdUpsMgrsUtil.upsXY2UpsMgrs
(double aEasting, double aNorthing, boolean aNorthernHemisphere, int aNumberOfDigits) Returns the MGRS formatted notation for a given coordinate within the Universal Polar Stereographic grid system.TLcdUTMUtil.utmXY2Utm
(double aEasting, double aNorthing, int aZone, boolean aNorthernHemisphere) Converts an utm point into UTM format coordinates.TLcdUtmMgrsUtil.utmXY2UtmMgrs
(double aEasting, double aNorthing, int aZone, boolean aNorthernHemisphere, int aNumberOfDigits) Converts an utm point into Military GridSystem
coordinates for a UTM projection.void
TLcdUTMZone.world2gridSFCT
(ILcdPoint aWorldPoint, int aHemiSphere, ILcd2DEditablePoint aXYPointSFCT) Transformation of world coordinate to grid coordinate.void
TLcdUTMZone.world2gridSFCT
(ILcdPoint aWorldPoint, ILcd2DEditablePoint aXYPointSFCT) Deprecated. -
Uses of TLcdOutOfBoundsException in com.luciad.view.map.multilevelgrid
Modifier and TypeMethodDescriptionstatic void
TLcdMultilevelGridUtil.multilevelCoordinateAtSFCT
(ILcdPoint aPoint, int aNumberOfLevels, ILcdMultilevelGrid aMultilevelGrid, ILcdGeoReference aGeoReference, ILcdEditableMultilevelGridCoordinate aEditableMultilevelCoordinateSFCT) Finds the multilevel coordinate with the given number of levels specified that covers the point passed.static void
TLcdMultilevelGridUtil.pointAtSFCT
(ILcdMultilevelGridCoordinate aMultilevelGridCoordinate, ILcdMultilevelGrid aMultilevelGrid, int aRelativeLocation, ILcd2DEditablePoint aPointSFCT) Moves a point to the lower left corner of theILcdMultilevelGridCoordinate
passed.
TLcdGeoReference2GeoReference.destinationPoint2sourceSFCT(com.luciad.shape.ILcdPoint, com.luciad.shape.shape3D.ILcd3DEditablePoint)
.