MCPcopy Create free account
hub / github.com/OSGeo/PROJ / createDateTimeTemporalCS

Function createDateTimeTemporalCS

test/unit/test_crs.cpp:6324–6330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6322// ---------------------------------------------------------------------------
6323
6324static DateTimeTemporalCSNNPtr createDateTimeTemporalCS() {
6325 return DateTimeTemporalCS::create(
6326 PropertyMap(),
6327 CoordinateSystemAxis::create(
6328 PropertyMap().set(IdentifiedObject::NAME_KEY, "Time"), "T",
6329 AxisDirection::FUTURE, UnitOfMeasure::NONE));
6330}
6331
6332// ---------------------------------------------------------------------------
6333

Callers 3

createDerivedTemporalCRSFunction · 0.85
TESTFunction · 0.85

Calls 2

PropertyMapClass · 0.85
setMethod · 0.80

Tested by

no test coverage detected