Trait bbox_tile_server::service::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§