Package com.luciad.format.geospot
Class TLcdGeoSPOTSubsetDescriptor
java.lang.Object
com.luciad.format.geospot.TLcdGeoSPOTSubsetDescriptor
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the map name.Returns the map number ("set:subset").getName()Returns the name of the subset.intReturns the number of tiles.Returns the production date.getTitle()Returns the title of the subset.getType()Returns the type of the format ("GEOSPOT").voidsetMapName(String aMapName) Sets the map name.voidsetMapNumber(String aMapNumber) Sets the map number.voidSets the name of the subset.voidsetNoTiles(int aNoTiles) Sets the number of tiles.voidsetProductionDate(String aProductionDate) Sets the production date.voidSets the title of the subset.voidSets the type of the format.
-
Constructor Details
-
TLcdGeoSPOTSubsetDescriptor
public TLcdGeoSPOTSubsetDescriptor()
-
-
Method Details
-
getType
Returns the type of the format ("GEOSPOT").- Returns:
- "GEOSPOT"
-
setType
Sets the type of the format.- Parameters:
aType-
-
getMapNumber
Returns the map number ("set:subset").- Returns:
- the map number
-
setMapNumber
Sets the map number.- Parameters:
aMapNumber-
-
getTitle
Returns the title of the subset.- Returns:
- the subset title.
-
setTitle
Sets the title of the subset.- Parameters:
aTitle-
-
getName
Returns the name of the subset.- Returns:
- the subset name
-
setName
Sets the name of the subset.- Parameters:
aName-
-
getProductionDate
Returns the production date.- Returns:
- the production date
-
setProductionDate
Sets the production date.- Parameters:
aProductionDate-
-
getMapName
Returns the map name.- Returns:
- the map name
-
setMapName
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-
-