Trait gdal::vector::ToGdal

source ·
pub trait ToGdal {
    fn to_gdal(&self) -> Result<Geometry>;
}
Expand description

Convert object to a GDAL geometry.

Required Methods

Implementations on Foreign Types

Implementors