pub type GeoTIFFVectorFeature = VectorFeature<GeoTIFFMetadata, Properties, RGBA>;Expand description
An GeoTIFF Shaped Vector Feature
Aliased Type§
pub struct GeoTIFFVectorFeature {
pub _type: VectorFeatureType,
pub id: Option<u64>,
pub face: Face,
pub properties: Map<String, ValueType>,
pub geometry: VectorGeometry<RGBA>,
pub metadata: Option<GeoTIFFMetadata>,
}Fields§
§_type: VectorFeatureTypeType will always be “VectorFeature”
id: Option<u64>Unique identifier
face: FaceFace of the feature
properties: Map<String, ValueType>Properties of the feature
geometry: VectorGeometry<RGBA>Geometry of the feature
metadata: Option<GeoTIFFMetadata>Metadata of the feature