Class TLcdGeoSPOTSubsetDescriptor

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

public class TLcdGeoSPOTSubsetDescriptor extends Object
This descriptor contains information corresponding to GeoSPOT subset fields. It contains the title and the name fields from the DSC file, and the production date, map name, and the number of tiles from the REP file.

Currently only single-tile subsets are supported.

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

    • TLcdGeoSPOTSubsetDescriptor

      public TLcdGeoSPOTSubsetDescriptor()
  • Method Details

    • getType

      public String getType()
      Returns the type of the format ("GEOSPOT").
      Returns:
      "GEOSPOT"
    • setType

      public void setType(String aType)
      Sets the type of the format.
      Parameters:
      aType -
    • getMapNumber

      public String getMapNumber()
      Returns the map number ("set:subset").
      Returns:
      the map number
    • setMapNumber

      public void setMapNumber(String aMapNumber)
      Sets the map number.
      Parameters:
      aMapNumber -
    • getTitle

      public String getTitle()
      Returns the title of the subset.
      Returns:
      the subset title.
    • setTitle

      public void setTitle(String aTitle)
      Sets the title of the subset.
      Parameters:
      aTitle -
    • getName

      public String getName()
      Returns the name of the subset.
      Returns:
      the subset name
    • setName

      public void setName(String aName)
      Sets the name of the subset.
      Parameters:
      aName -
    • getProductionDate

      public String getProductionDate()
      Returns the production date.
      Returns:
      the production date
    • setProductionDate

      public void setProductionDate(String aProductionDate)
      Sets the production date.
      Parameters:
      aProductionDate -
    • getMapName

      public String getMapName()
      Returns the map name.
      Returns:
      the map name
    • setMapName

      public void setMapName(String aMapName)
      Sets the map name.
      Parameters:
      aMapName -
    • getNoTiles

      public int getNoTiles()
      Returns the number of tiles. Multiple tiles are currently not supported.
      Returns:
      the number of tiles.
    • setNoTiles

      public void setNoTiles(int aNoTiles)
      Sets the number of tiles. Multiple tiles are currently not supported.
      Parameters:
      aNoTiles -