Class TLcdGeoSPOTModelDescriptor

All Implemented Interfaces:
ILcdImageModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdGeoSPOTModelDescriptor extends TLcdRasterModelDescriptor implements ILcdImageModelDescriptor
This TLcdRasterModelDescriptor contains additional information about GeoSPOT data.

If the input file of the model decoder is a ".REP" files, not a ".DSC", the subSetTitle and subsetName will be null.

Note that the indices of the data subsets 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"
  • Serialized Form
  • Constructor Details

    • TLcdGeoSPOTModelDescriptor

      public TLcdGeoSPOTModelDescriptor(String aSourceName, String aDisplayName)
      Creates a new TLcdGeoSPOTModelDescriptor with the given source name and display name.
  • Method Details

    • getGeoSPOTFormat

      public String getGeoSPOTFormat()
      Returns the GeoSPOTFormat, as described in the .DSC file.
    • getSubsetCount

      public int getSubsetCount()
      Returns the number of data subsets.
    • getSubsetDescriptor

      public TLcdGeoSPOTSubsetDescriptor getSubsetDescriptor(int aSubsetIndex)
      Returns a particular subset descriptor.
      Parameters:
      aSubsetIndex - the index of the subset.
      Returns:
      the subset descriptor.