Trait postgis::ewkb::EwkbRead [−][src]
Required methods
fn point_type() -> PointType[src]
Provided methods
Loading content...Implementors
impl EwkbRead for Point[src]
fn point_type() -> PointType[src]
fn read_ewkb_body<R: Read>(
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>[src]
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>
impl EwkbRead for PointM[src]
fn point_type() -> PointType[src]
fn read_ewkb_body<R: Read>(
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>[src]
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>
impl EwkbRead for PointZ[src]
fn point_type() -> PointType[src]
fn read_ewkb_body<R: Read>(
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>[src]
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>
impl EwkbRead for PointZM[src]
fn point_type() -> PointType[src]
fn read_ewkb_body<R: Read>(
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>[src]
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>
impl<P> EwkbRead for GeometryT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,
fn point_type() -> PointType[src]
fn read_ewkb<R: Read>(raw: &mut R) -> Result<Self, Error>[src]
fn read_ewkb_body<R: Read>(
_raw: &mut R,
_is_be: bool,
_srid: Option<i32>
) -> Result<Self, Error>[src]
_raw: &mut R,
_is_be: bool,
_srid: Option<i32>
) -> Result<Self, Error>
impl<P> EwkbRead for GeometryCollectionT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,
fn point_type() -> PointType[src]
fn read_ewkb_body<R: Read>(
raw: &mut R,
is_be: bool,
_srid: Option<i32>
) -> Result<Self, Error>[src]
raw: &mut R,
is_be: bool,
_srid: Option<i32>
) -> Result<Self, Error>
impl<P> EwkbRead for LineStringT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,
fn point_type() -> PointType[src]
fn read_ewkb_body<R: Read>(
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>[src]
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>
impl<P> EwkbRead for MultiLineStringT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,
fn point_type() -> PointType[src]
fn read_ewkb_body<R: Read>(
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>[src]
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>
impl<P> EwkbRead for MultiPointT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,
fn point_type() -> PointType[src]
fn read_ewkb_body<R: Read>(
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>[src]
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>
impl<P> EwkbRead for MultiPolygonT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,
fn point_type() -> PointType[src]
fn read_ewkb_body<R: Read>(
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>[src]
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>
impl<P> EwkbRead for PolygonT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,