#[non_exhaustive]pub struct RasterDataCollectionQueryWithBandFilterInput { /* private fields */ }
Expand description
This is a RasterDataCollectionQueryInput containing AreaOfInterest, Time Range filter and Property filters.
Implementations§
source§impl RasterDataCollectionQueryWithBandFilterInput
impl RasterDataCollectionQueryWithBandFilterInput
sourcepub fn time_range_filter(&self) -> Option<&TimeRangeFilterInput>
pub fn time_range_filter(&self) -> Option<&TimeRangeFilterInput>
sourcepub fn area_of_interest(&self) -> Option<&AreaOfInterest>
pub fn area_of_interest(&self) -> Option<&AreaOfInterest>
sourcepub fn property_filters(&self) -> Option<&PropertyFilters>
pub fn property_filters(&self) -> Option<&PropertyFilters>
sourcepub fn band_filter(&self) -> Option<&[String]>
pub fn band_filter(&self) -> Option<&[String]>
source§impl RasterDataCollectionQueryWithBandFilterInput
impl RasterDataCollectionQueryWithBandFilterInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RasterDataCollectionQueryWithBandFilterInput
.
Trait Implementations§
source§impl Clone for RasterDataCollectionQueryWithBandFilterInput
impl Clone for RasterDataCollectionQueryWithBandFilterInput
source§fn clone(&self) -> RasterDataCollectionQueryWithBandFilterInput
fn clone(&self) -> RasterDataCollectionQueryWithBandFilterInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<RasterDataCollectionQueryWithBandFilterInput> for RasterDataCollectionQueryWithBandFilterInput
impl PartialEq<RasterDataCollectionQueryWithBandFilterInput> for RasterDataCollectionQueryWithBandFilterInput
source§fn eq(&self, other: &RasterDataCollectionQueryWithBandFilterInput) -> bool
fn eq(&self, other: &RasterDataCollectionQueryWithBandFilterInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.