Struct tile_grid::GeospatialData
source · pub struct GeospatialData {Show 23 fields
pub title_description_keywords: TitleDescriptionKeywords,
pub id: String,
pub data_type: DataType,
pub geometry_dimension: Option<GeometryDimension>,
pub feature_type: Option<String>,
pub point_of_contact: Option<String>,
pub publisher: Option<String>,
pub theme: Option<String>,
pub crs: Option<Crs>,
pub epoch: Option<f64>,
pub min_scale_denominator: Option<f64>,
pub max_scale_denominator: Option<f64>,
pub min_cell_size: Option<f64>,
pub max_cell_size: Option<f64>,
pub max_tile_matrix: Option<String>,
pub min_tile_matrix: Option<String>,
pub bounding_box: Option<BoundingBox2D>,
pub created: Option<DateTime<Utc>>,
pub updated: Option<DateTime<Utc>>,
pub style: Option<Style>,
pub geo_data_classes: Option<Vec<String>>,
pub properties_schema: Option<Value>,
pub links: Option<Links>,
}Fields§
§title_description_keywords: TitleDescriptionKeywords§id: StringUnique identifier of the Layer. Implemetion of ‘identifier’
data_type: DataTypeType of data represented in the layer
geometry_dimension: Option<GeometryDimension>The geometry type of the features shown in this layer
feature_type: Option<String>Feature type identifier. Only applicable to layers of datatype ‘geometries’
point_of_contact: Option<String>Useful information to contact the authors or custodians for the layer (e.g. e-mail address, a physical address, phone numbers, etc)
publisher: Option<String>Organization or individual responsible for making the layer available
theme: Option<String>Category where the layer can be grouped
crs: Option<Crs>Coordinate Reference System (CRS)
epoch: Option<f64>Epoch of the Coordinate Reference System (CRS)
min_scale_denominator: Option<f64>Minimum scale denominator for usage of the layer
max_scale_denominator: Option<f64>aximum scale denominator for usage of the layer
min_cell_size: Option<f64>Minimum cell size for usage of the layer
max_cell_size: Option<f64>Maximum cell size for usage of the layer
max_tile_matrix: Option<String>TileMatrix identifier associated with the minScaleDenominator
min_tile_matrix: Option<String>TileMatrix identifier associated with the maxScaleDenominator
bounding_box: Option<BoundingBox2D>Minimum bounding rectangle surrounding the layer
created: Option<DateTime<Utc>>When the layer was first produced
updated: Option<DateTime<Utc>>Last layer change/revision
style: Option<Style>Style used to generate the layer in the tileset
geo_data_classes: Option<Vec<String>>URI identifying a class of data contained in this layer (useful to determine compatibility with styles or processes)
properties_schema: Option<Value>Properties represented by the features in this layer. Can be the attributes of a feature dataset (datatype=geometries) or the rangeType of a coverage (datatype=coverage)
links: Option<Links>Links related to this layer. Possible link ‘rel’ values are: ‘geodata’ for a URL pointing to the collection of geospatial data.