Skip to main content

Module models

Module models 

Source
Expand description

Data models for GNSS positioning and railway network

Re-exports§

pub use associated_net_element::AssociatedNetElement;
pub use detection::Detection;
pub use detection::GeographicLocation;
pub use detection::LinearDetection;
pub use detection::PunctualDetection;
pub use detection::ResolvedAnchor;
pub use detection::TopologicalLocation;
pub use detection_record::DetectionKind;
pub use detection_record::DetectionRecord;
pub use detection_record::DetectionStatus;
pub use detection_record::DiscardReason;
pub use detection_record::TimestampOrRange;
pub use gnss::GnssPosition;
pub use netelement::Netelement;
pub use netrelation::NetRelation;
pub use path_metadata::PathDiagnosticInfo;
pub use path_metadata::PathMetadata;
pub use path_metadata::SegmentDiagnostic;
pub use path_origin::PathOrigin;
pub use projected_position::ProjectedPosition;
pub use retrieval::AutoTopologyRequest;
pub use retrieval::RetrievalArea;
pub use retrieval::RetrievalOutcome;
pub use retrieval::RetrievalStatus;
pub use retrieval::RetrievedTopology;
pub use retrieval::RinfNavigability;
pub use retrieval::RinfNetelementRow;
pub use retrieval::RinfNetrelationRow;
pub use retrieval::TopologySource;
pub use retrieval::TopologyValidationReport;
pub use retrieval::TopologyValidationStatus;
pub use retrieval::WorkflowKind;
pub use retrieval::COARSE_GEOMETRY_LENGTH_THRESHOLD_METERS;
pub use retrieval::DEFAULT_RETRIEVAL_BUFFER_METERS;
pub use retrieval::DEFAULT_RINF_ENDPOINT;
pub use train_path::TrainPath;

Modules§

associated_net_element
Netelement within a calculated train path
detection
Detection input types (T007).
detection_record
Detection provenance record types (T008).
gnss
GNSS Position data model
gnss_net_element_link
Link between a GNSS position and a candidate netelement
netelement
Netelement (railway track segment) data model
netrelation
Network topology connection model
path_metadata
Path calculation metadata
path_origin
Origin classification for train path segments
projected_position
Projected GNSS position onto railway netelement
retrieval
Retrieval domain types for automatic ERA RINF topology download (feature 006).
train_path
Continuous train path through the rail network