MCPcopy Create free account
hub / github.com/Kitware/VTK / createUnitOfMeasure

Method createUnitOfMeasure

ThirdParty/libproj/vtklibproj/src/iso19111/factory.cpp:3548–3552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3546// ---------------------------------------------------------------------------
3547
3548UnitOfMeasure
3549AuthorityFactory::Private::createUnitOfMeasure(const std::string &auth_name,
3550 const std::string &code) {
3551 return *(createFactory(auth_name)->createUnitOfMeasure(code));
3552}
3553
3554// ---------------------------------------------------------------------------
3555

Callers 7

identifyMethod · 0.80
createPrimeMeridianMethod · 0.80
createEllipsoidMethod · 0.80
createConversionMethod · 0.80

Calls 10

c_locale_stodFunction · 0.85
buildFactoryExceptionFunction · 0.85
getUOMFromCacheMethod · 0.80
contextMethod · 0.80
conversionToSIMethod · 0.80
cacheMethod · 0.80
runMethod · 0.45
emptyMethod · 0.45
frontMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected