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