FullEopProvider
このコンテンツはまだ日本語訳がありません。
Defined in: mod.rs:96
pub trait FullEopProvider: [Ut1Offset](../ut1offset/) + [PolarMotion](../polarmotion/) + [NutationCorrections](../nutationcorrections/) + [LengthOfDay](../lengthofday/)Convenience alias for a provider that supplies every EOP parameter.
Implemented automatically via an auto-blanket impl for any type that
implements Ut1Offset + PolarMotion + NutationCorrections +
LengthOfDay. position-only な chain は LOD を含まない個別 bound を使うため、
この alias は LOD を要する velocity transform 用の便宜 bound。