pub struct TileSet {Show 18 fields
pub title_description_keywords: TitleDescriptionKeywords,
pub data_type: DataType,
pub tile_matrix_set_uri: Option<String>,
pub tile_matrix_set_limits: Option<Vec<TileMatrixLimits>>,
pub crs: Crs,
pub epoch: Option<f64>,
pub links: Links,
pub layers: Option<Vec<GeospatialData>>,
pub bounding_box: Option<BoundingBox2D>,
pub style: Option<Style>,
pub center_point: Option<TilePoint>,
pub license: Option<String>,
pub access_constraints: Option<AccessConstraints>,
pub version: Option<String>,
pub created: Option<DateTime<Utc>>,
pub updated: Option<DateTime<Utc>>,
pub point_of_contact: Option<String>,
pub media_types: Option<Vec<String>>,
}Expand description
A resource describing a tileset based on the OGC TileSet Metadata Standard. At least one of the ‘TileMatrixSet’, or a link with ‘rel’ tiling-scheme“
Fields§
§title_description_keywords: TitleDescriptionKeywords§data_type: DataTypeType of data represented in the tileset
tile_matrix_set_uri: Option<String>Reference to a Tile Matrix Set on the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on the definition server.
tile_matrix_set_limits: Option<Vec<TileMatrixLimits>>Limits for the TileRow and TileCol values for each TileMatrix in the TileMatrixSet. If missing, there are no limits other that the ones imposed by the TileMatrixSet. If present the TileMatrices listed are limited and the rest not available at all
crs: CrsCoordinate Reference System (CRS)
epoch: Option<f64>Epoch of the Coordinate Reference System (CRS)
links: LinksLinks to related resources. Possible link ‘rel’ values are: ‘dataset’ for a URL pointing to the dataset, ‘tiles’ for a URL template to get the tiles; ‘alternate’ for a URL pointing to another representation of the TileSetMetadata (e.g a TileJSON file); ‘tiling-scheme’ for a definition of the TileMatrixSet
layers: Option<Vec<GeospatialData>>§bounding_box: Option<BoundingBox2D>Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS
style: Option<Style>Style involving all layers used to generate the tileset
center_point: Option<TilePoint>Location of a tile that nicely represents the tileset. Implementations may use this center value to set the default location or to present a representative tile in a user interface
license: Option<String>License applicable to the tiles
access_constraints: Option<AccessConstraints>Restrictions on the availability of the Tile Set that the user needs to be aware of before using or redistributing the Tile Set
version: Option<String>Version of the Tile Set. Changes if the data behind the tiles has been changed
created: Option<DateTime<Utc>>When the Tile Set was first produced
updated: Option<DateTime<Utc>>Last Tile Set change/revision
point_of_contact: Option<String>Useful information to contact the authors or custodians for the Tile Set
media_types: Option<Vec<String>>Media types available for the tiles