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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the map name.Returns the map number ("set:subset").getName()
Returns the name of the subset.int
Returns the number of tiles.Returns the production date.getTitle()
Returns the title of the subset.getType()
Returns the type of the format ("GEOSPOT").void
setMapName
(String aMapName) Sets the map name.void
setMapNumber
(String aMapNumber) Sets the map number.void
Sets the name of the subset.void
setNoTiles
(int aNoTiles) Sets the number of tiles.void
setProductionDate
(String aProductionDate) Sets the production date.void
Sets the title of the subset.void
Sets 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
-
-