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 Link icon

    • TLcdGeoSPOTSubsetDescriptor Link icon

      public TLcdGeoSPOTSubsetDescriptor()
  • Method Details Link icon

    • getType Link icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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