Class Position

    • Method Detail

      • elevation

        public final Double elevation()

        The elevation of the equipment at this position.

        Returns:
        The elevation of the equipment at this position.
      • elevationReferenceAsString

        public final String elevationReferenceAsString()

        The reference point from which elevation is reported.

        If the service returns an enum value that is not available in the current SDK version, elevationReference will return ElevationReference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from elevationReferenceAsString().

        Returns:
        The reference point from which elevation is reported.
        See Also:
        ElevationReference
      • elevationUnit

        public final ElevationUnit elevationUnit()

        The units used to measure the elevation of the position.

        If the service returns an enum value that is not available in the current SDK version, elevationUnit will return ElevationUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from elevationUnitAsString().

        Returns:
        The units used to measure the elevation of the position.
        See Also:
        ElevationUnit
      • elevationUnitAsString

        public final String elevationUnitAsString()

        The units used to measure the elevation of the position.

        If the service returns an enum value that is not available in the current SDK version, elevationUnit will return ElevationUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from elevationUnitAsString().

        Returns:
        The units used to measure the elevation of the position.
        See Also:
        ElevationUnit
      • latitude

        public final Double latitude()

        The latitude of the position.

        Returns:
        The latitude of the position.
      • longitude

        public final Double longitude()

        The longitude of the position.

        Returns:
        The longitude of the position.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)