PROJ C++ API
Public Member Functions | List of all members
osgeo::proj::util::LocalName Class Reference

Identifier within a NameSpace for a local object. More...

#include <util.hpp>

Inheritance diagram for osgeo::proj::util::LocalName:
Inheritance graph
[legend]
Collaboration diagram for osgeo::proj::util::LocalName:
Collaboration graph
[legend]

Public Member Functions

const NameSpacePtr scope () const override
 Return the scope of the object, possibly a global one.
 
std::string toString () const override
 Return the LocalName as a string.
 
GenericNameNNPtr toFullyQualifiedName () const override
 Return a fully qualified name corresponding to the local name. More...
 

Detailed Description

Identifier within a NameSpace for a local object.

Local names are names which are directly accessible to and maintained by a NameSpace within which they are local, indicated by the scope.

Remarks
Simplified version of LocalName from GeoAPI

Member Function Documentation

GenericNameNNPtr osgeo::proj::util::LocalName::toFullyQualifiedName ( ) const
overridevirtual

Return a fully qualified name corresponding to the local name.

The namespace of the resulting name is a global one.

Implements osgeo::proj::util::GenericName.


The documentation for this class was generated from the following files: