Package com.luciad.transformation
Class TLcdGridRefUtil
java.lang.Object
com.luciad.transformation.TLcdGridReferenceUtil
com.luciad.transformation.TLcdGridRefUtil
Deprecated.
Utility class to transform between grid coordinates and lon-lat coordinates.
-
Constructor Summary
ConstructorDescriptionDeprecated.Constructor ofnull
ILcdGridReference
.TLcdGridRefUtil
(ILcdGridReference aGridReference) Deprecated.Constructor ofTLcdGridRefUtil
with a givenILcdGridReference
aModelRefGrid
. -
Method Summary
Methods inherited from class com.luciad.transformation.TLcdGridReferenceUtil
getGridReference, getModelRefGrid, grid2lonlatSFCT, grid2lonlatSFCT, grid2worldSFCT, lonlat2gridSFCT, lonlatheight2gridSFCT, setGridReference, setModelRefGrid, world2gridSFCT
-
Constructor Details
-
TLcdGridRefUtil
public TLcdGridRefUtil()Deprecated.Constructor ofnull
ILcdGridReference
. -
TLcdGridRefUtil
Deprecated.Constructor ofTLcdGridRefUtil
with a givenILcdGridReference
aModelRefGrid
.- Parameters:
aGridReference
- the grid reference to use.
-
TLcdGridReferenceUtil