Struct stac::SpatialExtent
source · Expand description
The object describes the spatial extents of the Collection.
Fields§
§bbox: Vec<Vec<f64>>Potential spatial extents covered by the Collection.
Trait Implementations§
source§impl Clone for SpatialExtent
impl Clone for SpatialExtent
source§fn clone(&self) -> SpatialExtent
fn clone(&self) -> SpatialExtent
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 Debug for SpatialExtent
impl Debug for SpatialExtent
source§impl Default for SpatialExtent
impl Default for SpatialExtent
source§fn default() -> SpatialExtent
fn default() -> SpatialExtent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SpatialExtent
impl<'de> Deserialize<'de> for SpatialExtent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<SpatialExtent> for SpatialExtent
impl PartialEq<SpatialExtent> for SpatialExtent
source§fn eq(&self, other: &SpatialExtent) -> bool
fn eq(&self, other: &SpatialExtent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.