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

A sequence of identifiers rooted within the context of a namespace. More...

#include <util.hpp>

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

Public Member Functions

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

Detailed Description

A sequence of identifiers rooted within the context of a namespace.

Remarks
Simplified version of GenericName from GeoAPI

Member Function Documentation

virtual GenericNameNNPtr osgeo::proj::util::GenericName::toFullyQualifiedName ( ) const
pure virtual

Return a fully qualified name corresponding to the local name.

The namespace of the resulting name is a global one.

Implemented in osgeo::proj::util::LocalName.


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