Package com.luciad.format.geospot
Class TLcdGeoSPOTModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdRasterModelDescriptor
com.luciad.format.geospot.TLcdGeoSPOTModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor
,ILcdModelDescriptor
,Serializable
public class TLcdGeoSPOTModelDescriptor
extends TLcdRasterModelDescriptor
implements ILcdImageModelDescriptor
This
TLcdRasterModelDescriptor
contains additional information
about GeoSPOT data.
If the input file of the model decoder is a ".REP" files, not a ".DSC", the
subSetTitle and subsetName will be null
.
Note that the indices of the data subsets start from 0, not from 1 as in the GeoSPOT files.
- Since:
- 3.3
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdGeoSPOTModelDescriptor
(String aSourceName, String aDisplayName) Creates a new TLcdGeoSPOTModelDescriptor with the given source name and display name. -
Method Summary
Modifier and TypeMethodDescriptionReturns the GeoSPOTFormat, as described in the .DSC file.int
Returns the number of data subsets.getSubsetDescriptor
(int aSubsetIndex) Returns a particular subset descriptor.Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
isElevation, setElevation
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Constructor Details
-
TLcdGeoSPOTModelDescriptor
Creates a new TLcdGeoSPOTModelDescriptor with the given source name and display name.
-
-
Method Details
-
getGeoSPOTFormat
Returns the GeoSPOTFormat, as described in the .DSC file. -
getSubsetCount
public int getSubsetCount()Returns the number of data subsets. -
getSubsetDescriptor
Returns a particular subset descriptor.- Parameters:
aSubsetIndex
- the index of the subset.- Returns:
- the subset descriptor.
-