Interface TimeAzEl.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TimeAzEl.Builder,,- TimeAzEl> - SdkBuilder<TimeAzEl.Builder,,- TimeAzEl> - SdkPojo
- Enclosing class:
- TimeAzEl
- 
Method SummaryModifier and TypeMethodDescriptionAzimuth angle at the specified time.Time offset in atomic seconds from the segment's reference epoch.Elevation angle at the specified time.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dtTime offset in atomic seconds from the segment's reference epoch. All dtvalues within a segment must be in ascending order with no duplicates.dtvalues may be:- 
 negative 
- 
 expressed as fractions of a second 
- 
 expressed in scientific notation 
 - Parameters:
- dt- Time offset in atomic seconds from the segment's reference epoch.- All - dtvalues within a segment must be in ascending order with no duplicates.- dtvalues may be:- 
        negative 
- 
        expressed as fractions of a second 
- 
        expressed in scientific notation 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
azAzimuth angle at the specified time. Valid ranges by unit: - 
 DEGREE_ANGLE: -180 to 360 degrees, measured clockwise from true north
- 
 RADIAN: -π to 2π radians, measured clockwise from true north
 - Parameters:
- az- Azimuth angle at the specified time.- Valid ranges by unit: - 
        DEGREE_ANGLE: -180 to 360 degrees, measured clockwise from true north
- 
        RADIAN: -π to 2π radians, measured clockwise from true north
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
elElevation angle at the specified time. Valid ranges by unit: - 
 DEGREE_ANGLE: -90 to 90 degrees, where 0 is the horizon, 90 is zenith, and negative values are below the horizon
- 
 RADIAN: -π/2 to π/2 radians, where 0 is the horizon, π/2 is zenith, and negative values are below the horizon
 - Parameters:
- el- Elevation angle at the specified time.- Valid ranges by unit: - 
        DEGREE_ANGLE: -90 to 90 degrees, where 0 is the horizon, 90 is zenith, and negative values are below the horizon
- 
        RADIAN: -π/2 to π/2 radians, where 0 is the horizon, π/2 is zenith, and negative values are below the horizon
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
 
-