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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the grid reference.Returns the scene imaging date.Returns the scene imaging time.double
Returns the incidence angle.Returns the input level.Returns the mission identifier of the scene.getMode()
Returns the scene mode.int
Returns the number of bands used.getRSCBand
(int aBandIndex) Returns the description of a particular band.Returns the identifier of a scene.double
Returns the average altitude used for rectification.Returns the sensor type.double
Returns the sensor gain.double
Returns the sensor offset.int
Returns the shift value.double
Returns the azimuth of the sun.double
Returns the elevation of the sun.Returns the theoretical resolution of the sensor.void
setGridReference
(String aGridReference) Sets the grid reference.void
setImagingDate
(String aImagingDate) Sets the scene imaging date.void
setImagingTime
(String aImagingTime) Sets the scene imaging time.void
setIncidenceAngle
(double aIncidenceAngle) Sets the incidence angle.void
setInputLevel
(String aInputLevel) Sets the input level.void
setMission
(String aMission) Sets the mission identifier of the scene.void
Sets the scene mode.void
setRSCBand
(int aBandIndex, String aDescription) Sets the description of a particular band.void
setSceneID
(String aSceneID) Sets the identifier of a scene.void
setSceneRectElev
(double aSceneRectElev) Sets the average altitude used for rectification.void
Sets the sensor type.void
setSensorGains
(double aSensorGains) Sets the sensor gain.void
setSensorOffset
(double aSensorOffset) Sets the sensor offset.void
setShiftValue
(int aShiftValue) Sets the shift value.void
setSunAzimuth
(double aSunAzimuth) Sets the azimuth of the sun.void
setSunElevation
(double aSunElevation) Sets the elevation of the sun.void
setTheoreticalRes
(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.
-