Class TLcdGeoSPOTRasterDescriptor

java.lang.Object
com.luciad.format.geospot.TLcdGeoSPOTRasterDescriptor

public class TLcdGeoSPOTRasterDescriptor extends Object
This descriptor contains information corresponding to GeoSPOT IMSPATIO.HDR and IMSPATIO.RSC fields for a given raster.

Note that the indices of the data components (scenes) start from 0, not from 1, as in the GeoSPOT files.

Since:
3.3
See Also:
  • "Spatiocartes Defense, Specification de produit numerique, Annexe B - Contenu des fichiers GeoSPOT, Edition 1.0"
  • Constructor Details

    • TLcdGeoSPOTRasterDescriptor

      public TLcdGeoSPOTRasterDescriptor()
  • Method Details

    • getPreprocessingLevel

      public String getPreprocessingLevel()
      Returns the rectification level.
    • getSheetRectDTMGrid

      public double getSheetRectDTMGrid()
      Returns the MNT step used for rectification.
    • getMaxLocError

      public double getMaxLocError()
      Returns the maximum planimetric error of the result.
    • getSceneCount

      public int getSceneCount()
      Returns the number of scenes components.
    • getSceneDescriptor

      public TLcdGeoSPOTSceneDescriptor getSceneDescriptor(int aSceneIndex)
      Returns the descriptor of a particular scene.
      Parameters:
      aSceneIndex - the index of the scene
      Returns:
      the scene descriptor