pub struct ZultiPoints<'a> { /* private fields */ }Implementations§
Source§impl<'a> ZultiPoints<'a>
impl<'a> ZultiPoints<'a>
pub fn new(bounding_box: &'a BoundingBox, coords: &'a Coords) -> Self
pub fn from_bytes(data: &'a [u8]) -> Self
pub fn write_from_geometry( writer: &mut impl Write, geometry: &MultiPoint<f64>, ) -> Result<(), Error>
pub fn bounding_box(&self) -> &'a BoundingBox
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn coords(&self) -> &'a Coords
pub fn to_geo(&self) -> MultiPoint<f64>
Trait Implementations§
Source§impl<'a> Clone for ZultiPoints<'a>
impl<'a> Clone for ZultiPoints<'a>
Source§fn clone(&self) -> ZultiPoints<'a>
fn clone(&self) -> ZultiPoints<'a>
Returns a duplicate 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<'a> Debug for ZultiPoints<'a>
impl<'a> Debug for ZultiPoints<'a>
Source§impl<'a> From<ZultiPoints<'a>> for Zerometry<'a>
impl<'a> From<ZultiPoints<'a>> for Zerometry<'a>
Source§fn from(points: ZultiPoints<'a>) -> Self
fn from(points: ZultiPoints<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> PartialEq<MultiPoint> for ZultiPoints<'a>
impl<'a> PartialEq<MultiPoint> for ZultiPoints<'a>
Source§impl<'a> RelationBetweenShapes<Zerometry<'a>> for ZultiPoints<'a>
impl<'a> RelationBetweenShapes<Zerometry<'a>> for ZultiPoints<'a>
fn relation( &self, other: &Zerometry<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<Zine<'a>> for ZultiPoints<'a>
impl<'a> RelationBetweenShapes<Zine<'a>> for ZultiPoints<'a>
fn relation(&self, _other: &Zine<'a>, relation: InputRelation) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<Zoint<'a>> for ZultiPoints<'a>
impl<'a> RelationBetweenShapes<Zoint<'a>> for ZultiPoints<'a>
fn relation( &self, _other: &Zoint<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<Zollection<'a>> for ZultiPoints<'a>
impl<'a> RelationBetweenShapes<Zollection<'a>> for ZultiPoints<'a>
fn relation( &self, other: &Zollection<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<Zolygon<'a>> for ZultiPoints<'a>
impl<'a> RelationBetweenShapes<Zolygon<'a>> for ZultiPoints<'a>
fn relation( &self, other: &Zolygon<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<ZultiLines<'a>> for ZultiPoints<'a>
impl<'a> RelationBetweenShapes<ZultiLines<'a>> for ZultiPoints<'a>
fn relation( &self, _other: &ZultiLines<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for Zerometry<'a>
impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for Zerometry<'a>
fn relation( &self, other: &ZultiPoints<'_>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for Zine<'a>
impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for Zine<'a>
fn relation( &self, _other: &ZultiPoints<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for Zoint<'a>
impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for Zoint<'a>
fn relation( &self, _other: &ZultiPoints<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for Zollection<'a>
impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for Zollection<'a>
fn relation( &self, other: &ZultiPoints<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for Zolygon<'a>
impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for Zolygon<'a>
fn relation( &self, other: &ZultiPoints<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for ZultiLines<'a>
impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for ZultiLines<'a>
fn relation( &self, _other: &ZultiPoints<'_>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for ZultiPoints<'a>
impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for ZultiPoints<'a>
fn relation( &self, _other: &ZultiPoints<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for ZultiPolygons<'a>
impl<'a> RelationBetweenShapes<ZultiPoints<'a>> for ZultiPolygons<'a>
fn relation( &self, other: &ZultiPoints<'_>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
Source§impl<'a> RelationBetweenShapes<ZultiPolygons<'a>> for ZultiPoints<'a>
impl<'a> RelationBetweenShapes<ZultiPolygons<'a>> for ZultiPoints<'a>
fn relation( &self, other: &ZultiPolygons<'a>, relation: InputRelation, ) -> OutputRelation
fn all_relation(&self, other: &Other) -> OutputRelation
fn any_relation(&self, other: &Other) -> OutputRelation
fn contains(&self, other: &Other) -> bool
fn strict_contains(&self, other: &Other) -> bool
fn contained(&self, other: &Other) -> bool
fn strict_contained(&self, other: &Other) -> bool
fn intersects(&self, other: &Other) -> bool
fn disjoint(&self, other: &Other) -> bool
impl<'a> Copy for ZultiPoints<'a>
Auto Trait Implementations§
impl<'a> Freeze for ZultiPoints<'a>
impl<'a> RefUnwindSafe for ZultiPoints<'a>
impl<'a> Send for ZultiPoints<'a>
impl<'a> Sync for ZultiPoints<'a>
impl<'a> Unpin for ZultiPoints<'a>
impl<'a> UnwindSafe for ZultiPoints<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more