Uses of Class
com.luciad.format.geospot.TLcdGeoSPOTRasterDescriptor
Packages that use TLcdGeoSPOTRasterDescriptor
-
Uses of TLcdGeoSPOTRasterDescriptor in com.luciad.format.geospot
Methods in com.luciad.format.geospot that return TLcdGeoSPOTRasterDescriptorModifier and TypeMethodDescriptionTLcdGeoSPOTRaster.getGeoSPOTRasterDescriptor()
Returns the descriptor containing GeoSPOT metadata.Constructors in com.luciad.format.geospot with parameters of type TLcdGeoSPOTRasterDescriptorModifierConstructorDescriptionTLcdGeoSPOTRaster
(ILcdBounds aBounds, double aTileWidth, double aTileHeight, ILcdTile[][] aTiles, double aPixelDensity, int aDefaultValue, ColorModel aColorModel, TLcdGeoSPOTRasterDescriptor aRasterDescriptor, ILcdModelReference aModelReference) Creates a new TLcdGeoSPOTRaster.TLcdGeoSPOTRaster
(ILcdBounds aBounds, ILcdTile[][] aTiles, double aPixelDensity, int aDefaultValue, ColorModel aColorModel, TLcdGeoSPOTRasterDescriptor aRasterDescriptor, ILcdModelReference aModelReference) Creates a new TLcdGeoSPOTRaster with a regular tiling.