Interface Properties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Properties.Builder,Properties>,SdkBuilder<Properties.Builder,Properties>,SdkPojo
- Enclosing class:
- Properties
public static interface Properties.Builder extends SdkPojo, CopyableBuilder<Properties.Builder,Properties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Properties.BuildereoCloudCover(Float eoCloudCover)Estimate of cloud cover.Properties.BuilderlandsatCloudCoverLand(Float landsatCloudCoverLand)Land cloud cover for Landsat Data Collection.Properties.Builderplatform(String platform)Platform property.Properties.BuilderviewOffNadir(Float viewOffNadir)The angle from the sensor between nadir (straight down) and the scene center.Properties.BuilderviewSunAzimuth(Float viewSunAzimuth)The sun azimuth angle.Properties.BuilderviewSunElevation(Float viewSunElevation)The sun elevation angle.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eoCloudCover
Properties.Builder eoCloudCover(Float eoCloudCover)
Estimate of cloud cover.
- Parameters:
eoCloudCover- Estimate of cloud cover.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
landsatCloudCoverLand
Properties.Builder landsatCloudCoverLand(Float landsatCloudCoverLand)
Land cloud cover for Landsat Data Collection.
- Parameters:
landsatCloudCoverLand- Land cloud cover for Landsat Data Collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
Properties.Builder platform(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewOffNadir
Properties.Builder viewOffNadir(Float viewOffNadir)
The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).
- Parameters:
viewOffNadir- The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewSunAzimuth
Properties.Builder viewSunAzimuth(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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewSunElevation
Properties.Builder viewSunElevation(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-