Class TimeAzEl
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<TimeAzEl.Builder,- TimeAzEl> 
Time-tagged azimuth elevation pointing data.
Specifies the antenna pointing direction at a specific time offset from the segment's reference epoch.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal Doubleaz()Azimuth angle at the specified time.static TimeAzEl.Builderbuilder()final Doubledt()Time offset in atomic seconds from the segment's reference epoch.final Doubleel()Elevation angle at the specified time.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends TimeAzEl.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
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 
 - Returns:
- 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 
 
- 
         
 
- 
 
- 
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
 - Returns:
- 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
 
- 
         
 
- 
 
- 
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
 - Returns:
- 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
 
- 
         
 
- 
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<TimeAzEl.Builder,- TimeAzEl> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-