Package com.luciad.format.geospot
Class TLcdGeoSPOTRasterDescriptor
java.lang.Object
com.luciad.format.geospot.TLcdGeoSPOTRasterDescriptor
This descriptor contains information corresponding to GeoSPOT IMSPATIO.HDR
and IMSPATIO.RSC fields for a given raster.
Note that the indices of the data components (scenes) start from 0, not from 1, as in the GeoSPOT files.
- Since:
- 3.3
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the maximum planimetric error of the result.Returns the rectification level.int
Returns the number of scenes components.getSceneDescriptor
(int aSceneIndex) Returns the descriptor of a particular scene.double
Returns the MNT step used for rectification.
-
Constructor Details
-
TLcdGeoSPOTRasterDescriptor
public TLcdGeoSPOTRasterDescriptor()
-
-
Method Details
-
getPreprocessingLevel
Returns the rectification level. -
getSheetRectDTMGrid
public double getSheetRectDTMGrid()Returns the MNT step used for rectification. -
getMaxLocError
public double getMaxLocError()Returns the maximum planimetric error of the result. -
getSceneCount
public int getSceneCount()Returns the number of scenes components. -
getSceneDescriptor
Returns the descriptor of a particular scene.- Parameters:
aSceneIndex
- the index of the scene- Returns:
- the scene descriptor
-