Class Property

    • Method Detail

      • eoCloudCover

        public final EoCloudCoverInput eoCloudCover()

        The structure representing EoCloudCover property filter containing a lower bound and upper bound.

        Returns:
        The structure representing EoCloudCover property filter containing a lower bound and upper bound.
      • landsatCloudCoverLand

        public final LandsatCloudCoverLandInput landsatCloudCoverLand()

        The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.

        Returns:
        The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
      • platform

        public final PlatformInput platform()

        The structure representing Platform property filter consisting of value and comparison operator.

        Returns:
        The structure representing Platform property filter consisting of value and comparison operator.
      • viewOffNadir

        public final ViewOffNadirInput viewOffNadir()

        The structure representing ViewOffNadir property filter containing a lower bound and upper bound.

        Returns:
        The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
      • viewSunAzimuth

        public final ViewSunAzimuthInput viewSunAzimuth()

        The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.

        Returns:
        The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
      • viewSunElevation

        public final ViewSunElevationInput viewSunElevation()

        The structure representing ViewSunElevation property filter containing a lower bound and upper bound.

        Returns:
        The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
      • 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)
      • fromEoCloudCover

        public static Property fromEoCloudCover​(EoCloudCoverInput eoCloudCover)
        Create an instance of this class with eoCloudCover() initialized to the given value.

        The structure representing EoCloudCover property filter containing a lower bound and upper bound.

        Parameters:
        eoCloudCover - The structure representing EoCloudCover property filter containing a lower bound and upper bound.
      • fromEoCloudCover

        public static Property fromEoCloudCover​(Consumer<EoCloudCoverInput.Builder> eoCloudCover)
        Create an instance of this class with eoCloudCover() initialized to the given value.

        The structure representing EoCloudCover property filter containing a lower bound and upper bound.

        Parameters:
        eoCloudCover - The structure representing EoCloudCover property filter containing a lower bound and upper bound.
      • fromLandsatCloudCoverLand

        public static Property fromLandsatCloudCoverLand​(LandsatCloudCoverLandInput landsatCloudCoverLand)
        Create an instance of this class with landsatCloudCoverLand() initialized to the given value.

        The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.

        Parameters:
        landsatCloudCoverLand - The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
      • fromLandsatCloudCoverLand

        public static Property fromLandsatCloudCoverLand​(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand)
        Create an instance of this class with landsatCloudCoverLand() initialized to the given value.

        The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.

        Parameters:
        landsatCloudCoverLand - The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
      • fromPlatform

        public static Property fromPlatform​(PlatformInput platform)
        Create an instance of this class with platform() initialized to the given value.

        The structure representing Platform property filter consisting of value and comparison operator.

        Parameters:
        platform - The structure representing Platform property filter consisting of value and comparison operator.
      • fromPlatform

        public static Property fromPlatform​(Consumer<PlatformInput.Builder> platform)
        Create an instance of this class with platform() initialized to the given value.

        The structure representing Platform property filter consisting of value and comparison operator.

        Parameters:
        platform - The structure representing Platform property filter consisting of value and comparison operator.
      • fromViewOffNadir

        public static Property fromViewOffNadir​(ViewOffNadirInput viewOffNadir)
        Create an instance of this class with viewOffNadir() initialized to the given value.

        The structure representing ViewOffNadir property filter containing a lower bound and upper bound.

        Parameters:
        viewOffNadir - The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
      • fromViewOffNadir

        public static Property fromViewOffNadir​(Consumer<ViewOffNadirInput.Builder> viewOffNadir)
        Create an instance of this class with viewOffNadir() initialized to the given value.

        The structure representing ViewOffNadir property filter containing a lower bound and upper bound.

        Parameters:
        viewOffNadir - The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
      • fromViewSunAzimuth

        public static Property fromViewSunAzimuth​(ViewSunAzimuthInput viewSunAzimuth)
        Create an instance of this class with viewSunAzimuth() initialized to the given value.

        The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.

        Parameters:
        viewSunAzimuth - The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
      • fromViewSunAzimuth

        public static Property fromViewSunAzimuth​(Consumer<ViewSunAzimuthInput.Builder> viewSunAzimuth)
        Create an instance of this class with viewSunAzimuth() initialized to the given value.

        The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.

        Parameters:
        viewSunAzimuth - The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
      • fromViewSunElevation

        public static Property fromViewSunElevation​(ViewSunElevationInput viewSunElevation)
        Create an instance of this class with viewSunElevation() initialized to the given value.

        The structure representing ViewSunElevation property filter containing a lower bound and upper bound.

        Parameters:
        viewSunElevation - The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
      • fromViewSunElevation

        public static Property fromViewSunElevation​(Consumer<ViewSunElevationInput.Builder> viewSunElevation)
        Create an instance of this class with viewSunElevation() initialized to the given value.

        The structure representing ViewSunElevation property filter containing a lower bound and upper bound.

        Parameters:
        viewSunElevation - The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
      • type

        public Property.Type type()
        Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will be Property.Type.UNKNOWN_TO_SDK_VERSION if the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will be Property.Type.UNKNOWN_TO_SDK_VERSION if zero members are set, and null if more than one member is set.