Trait TmsExtensions

Source
pub trait TmsExtensions {
    // Required methods
    fn id(&self) -> &str;
    fn srid(&self) -> i32;
    fn xyz_extent(&self, xyz: &Xyz) -> Result<QueryExtent, TileSourceError>;
}

Required Methods§

Source

fn id(&self) -> &str

Source

fn srid(&self) -> i32

Source

fn xyz_extent(&self, xyz: &Xyz) -> Result<QueryExtent, TileSourceError>

Implementations on Foreign Types§

Source§

impl TmsExtensions for Tms

Source§

fn id(&self) -> &str

Source§

fn srid(&self) -> i32

Source§

fn xyz_extent(&self, xyz: &Xyz) -> Result<QueryExtent, TileSourceError>

Implementors§