@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Properties extends Object implements Serializable, Cloneable, StructuredPojo
Properties associated with the Item.
Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
Properties |
clone() |
boolean |
equals(Object obj) |
Float |
getEoCloudCover()
Estimate of cloud cover.
|
Float |
getLandsatCloudCoverLand()
Land cloud cover for Landsat Data Collection.
|
String |
getPlatform()
Platform property.
|
Float |
getViewOffNadir()
The angle from the sensor between nadir (straight down) and the scene center.
|
Float |
getViewSunAzimuth()
The sun azimuth angle.
|
Float |
getViewSunElevation()
The sun elevation angle.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEoCloudCover(Float eoCloudCover)
Estimate of cloud cover.
|
void |
setLandsatCloudCoverLand(Float landsatCloudCoverLand)
Land cloud cover for Landsat Data Collection.
|
void |
setPlatform(String platform)
Platform property.
|
void |
setViewOffNadir(Float viewOffNadir)
The angle from the sensor between nadir (straight down) and the scene center.
|
void |
setViewSunAzimuth(Float viewSunAzimuth)
The sun azimuth angle.
|
void |
setViewSunElevation(Float viewSunElevation)
The sun elevation angle.
|
String |
toString()
Returns a string representation of this object.
|
Properties |
withEoCloudCover(Float eoCloudCover)
Estimate of cloud cover.
|
Properties |
withLandsatCloudCoverLand(Float landsatCloudCoverLand)
Land cloud cover for Landsat Data Collection.
|
Properties |
withPlatform(String platform)
Platform property.
|
Properties |
withViewOffNadir(Float viewOffNadir)
The angle from the sensor between nadir (straight down) and the scene center.
|
Properties |
withViewSunAzimuth(Float viewSunAzimuth)
The sun azimuth angle.
|
Properties |
withViewSunElevation(Float viewSunElevation)
The sun elevation angle.
|
public void setEoCloudCover(Float eoCloudCover)
Estimate of cloud cover.
eoCloudCover
- Estimate of cloud cover.public Float getEoCloudCover()
Estimate of cloud cover.
public Properties withEoCloudCover(Float eoCloudCover)
Estimate of cloud cover.
eoCloudCover
- Estimate of cloud cover.public void setLandsatCloudCoverLand(Float landsatCloudCoverLand)
Land cloud cover for Landsat Data Collection.
landsatCloudCoverLand
- Land cloud cover for Landsat Data Collection.public Float getLandsatCloudCoverLand()
Land cloud cover for Landsat Data Collection.
public Properties withLandsatCloudCoverLand(Float landsatCloudCoverLand)
Land cloud cover for Landsat Data Collection.
landsatCloudCoverLand
- Land cloud cover for Landsat Data Collection.public void setPlatform(String platform)
Platform property. Platform refers to the unique name of the specific platform the instrument is attached to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.
platform
- Platform property. Platform refers to the unique name of the specific platform the instrument is attached
to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.public String getPlatform()
Platform property. Platform refers to the unique name of the specific platform the instrument is attached to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.
public Properties withPlatform(String platform)
Platform property. Platform refers to the unique name of the specific platform the instrument is attached to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.
platform
- Platform property. Platform refers to the unique name of the specific platform the instrument is attached
to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.public void setViewOffNadir(Float viewOffNadir)
The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).
viewOffNadir
- The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).public Float getViewOffNadir()
The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).
public Properties withViewOffNadir(Float viewOffNadir)
The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).
viewOffNadir
- The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).public void setViewSunAzimuth(Float viewSunAzimuth)
The sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).
viewSunAzimuth
- The sun azimuth angle. From the scene center point on the ground, this is the angle between truth north
and the sun. Measured clockwise in degrees (0-360).public Float getViewSunAzimuth()
The sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).
public Properties withViewSunAzimuth(Float viewSunAzimuth)
The sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).
viewSunAzimuth
- The sun azimuth angle. From the scene center point on the ground, this is the angle between truth north
and the sun. Measured clockwise in degrees (0-360).public void setViewSunElevation(Float viewSunElevation)
The sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation of -10° means the data was captured during nautical twilight.
viewSunElevation
- The sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from
the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation
of -10° means the data was captured during nautical twilight.public Float getViewSunElevation()
The sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation of -10° means the data was captured during nautical twilight.
public Properties withViewSunElevation(Float viewSunElevation)
The sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation of -10° means the data was captured during nautical twilight.
viewSunElevation
- The sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from
the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation
of -10° means the data was captured during nautical twilight.public String toString()
toString
in class Object
Object.toString()
public Properties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.