public class TLcdGeoSPOTSubsetDescriptor
extends java.lang.Object
Currently only single-tile subsets are supported.
Constructor and Description |
---|
TLcdGeoSPOTSubsetDescriptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMapName()
Returns the map name.
|
java.lang.String |
getMapNumber()
Returns the map number ("set:subset").
|
java.lang.String |
getName()
Returns the name of the subset.
|
int |
getNoTiles()
Returns the number of tiles.
|
java.lang.String |
getProductionDate()
Returns the production date.
|
java.lang.String |
getTitle()
Returns the title of the subset.
|
java.lang.String |
getType()
Returns the type of the format ("GEOSPOT").
|
void |
setMapName(java.lang.String aMapName)
Sets the map name.
|
void |
setMapNumber(java.lang.String aMapNumber)
Sets the map number.
|
void |
setName(java.lang.String aName)
Sets the name of the subset.
|
void |
setNoTiles(int aNoTiles)
Sets the number of tiles.
|
void |
setProductionDate(java.lang.String aProductionDate)
Sets the production date.
|
void |
setTitle(java.lang.String aTitle)
Sets the title of the subset.
|
void |
setType(java.lang.String aType)
Sets the type of the format.
|
public java.lang.String getType()
public void setType(java.lang.String aType)
aType
- public java.lang.String getMapNumber()
public void setMapNumber(java.lang.String aMapNumber)
aMapNumber
- public java.lang.String getTitle()
public void setTitle(java.lang.String aTitle)
aTitle
- public java.lang.String getName()
public void setName(java.lang.String aName)
aName
- public java.lang.String getProductionDate()
public void setProductionDate(java.lang.String aProductionDate)
aProductionDate
- public java.lang.String getMapName()
public void setMapName(java.lang.String aMapName)
aMapName
- public int getNoTiles()
public void setNoTiles(int aNoTiles)
aNoTiles
-