Package com.luciad.format.geospot
Class TLcdGeoSPOTSceneDescriptor
java.lang.Object
com.luciad.format.geospot.TLcdGeoSPOTSceneDescriptor
This descriptor contains information corresponding to GeoSPOT IMSPATIO.RSC
fields for a given scene.
- Since:
- 3.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the grid reference.Returns the scene imaging date.Returns the scene imaging time.doubleReturns the incidence angle.Returns the input level.Returns the mission identifier of the scene.getMode()Returns the scene mode.intReturns the number of bands used.getRSCBand(int aBandIndex) Returns the description of a particular band.Returns the identifier of a scene.doubleReturns the average altitude used for rectification.Returns the sensor type.doubleReturns the sensor gain.doubleReturns the sensor offset.intReturns the shift value.doubleReturns the azimuth of the sun.doubleReturns the elevation of the sun.Returns the theoretical resolution of the sensor.voidsetGridReference(String aGridReference) Sets the grid reference.voidsetImagingDate(String aImagingDate) Sets the scene imaging date.voidsetImagingTime(String aImagingTime) Sets the scene imaging time.voidsetIncidenceAngle(double aIncidenceAngle) Sets the incidence angle.voidsetInputLevel(String aInputLevel) Sets the input level.voidsetMission(String aMission) Sets the mission identifier of the scene.voidSets the scene mode.voidsetRSCBand(int aBandIndex, String aDescription) Sets the description of a particular band.voidsetSceneID(String aSceneID) Sets the identifier of a scene.voidsetSceneRectElev(double aSceneRectElev) Sets the average altitude used for rectification.voidSets the sensor type.voidsetSensorGains(double aSensorGains) Sets the sensor gain.voidsetSensorOffset(double aSensorOffset) Sets the sensor offset.voidsetShiftValue(int aShiftValue) Sets the shift value.voidsetSunAzimuth(double aSunAzimuth) Sets the azimuth of the sun.voidsetSunElevation(double aSunElevation) Sets the elevation of the sun.voidsetTheoreticalRes(String aTheoreticalRes) Sets the theoretical sensor resolution.
-
Constructor Details
-
TLcdGeoSPOTSceneDescriptor
public TLcdGeoSPOTSceneDescriptor()
-
-
Method Details
-
getSceneID
Returns the identifier of a scene. -
setSceneID
Sets the identifier of a scene. -
getImagingDate
Returns the scene imaging date. -
setImagingDate
Sets the scene imaging date. -
getImagingTime
Returns the scene imaging time. -
setImagingTime
Sets the scene imaging time. -
getMission
Returns the mission identifier of the scene. -
setMission
Sets the mission identifier of the scene. -
getSensor
Returns the sensor type. -
setSensor
Sets the sensor type. -
getMode
Returns the scene mode. -
setMode
Sets the scene mode. -
getSceneRectElev
public double getSceneRectElev()Returns the average altitude used for rectification. -
setSceneRectElev
public void setSceneRectElev(double aSceneRectElev) Sets the average altitude used for rectification. -
getNoBandsUsed
public int getNoBandsUsed()Returns the number of bands used. -
getRSCBand
Returns the description of a particular band. -
setRSCBand
Sets the description of a particular band. -
getIncidenceAngle
public double getIncidenceAngle()Returns the incidence angle. -
setIncidenceAngle
public void setIncidenceAngle(double aIncidenceAngle) Sets the incidence angle. -
getGridReference
Returns the grid reference. -
setGridReference
Sets the grid reference. -
getShiftValue
public int getShiftValue()Returns the shift value. -
setShiftValue
public void setShiftValue(int aShiftValue) Sets the shift value. -
getInputLevel
Returns the input level. -
setInputLevel
Sets the input level. -
getTheoreticalRes
Returns the theoretical resolution of the sensor. -
setTheoreticalRes
Sets the theoretical sensor resolution. -
getSunAzimuth
public double getSunAzimuth()Returns the azimuth of the sun. -
setSunAzimuth
public void setSunAzimuth(double aSunAzimuth) Sets the azimuth of the sun. -
getSunElevation
public double getSunElevation()Returns the elevation of the sun. -
setSunElevation
public void setSunElevation(double aSunElevation) Sets the elevation of the sun. -
getSensorGains
public double getSensorGains()Returns the sensor gain. -
setSensorGains
public void setSensorGains(double aSensorGains) Sets the sensor gain. -
getSensorOffset
public double getSensorOffset()Returns the sensor offset. -
setSensorOffset
public void setSensorOffset(double aSensorOffset) Sets the sensor offset.
-