![]() |
#include <core/GeoValue.hpp>
Public Member Functions | |
GeoValue (const std::string &FilePath, const std::string &FileName) | |
virtual | ~GeoValue ()=0 |
std::string | getFilePath () |
![]() | |
UnstructuredValue () | |
virtual | ~UnstructuredValue () |
virtual UnstructuredType | getType () const =0 |
Static Public Member Functions | |
static std::string | computeAbsolutePath (const std::string &FilePath, const std::string &FileName) |
![]() | |
static bool | getValueTypeFromString (const std::string &ValueTypeString, UnstructuredValue::UnstructuredType &ValueType) |
static std::string | getStringFromValueType (const UnstructuredValue::UnstructuredType ValueType) |
Protected Member Functions | |
virtual void | tryToOpenSource ()=0 |
Protected Attributes | |
std::string | m_FilePath |
std::string | m_FileName |
std::string | m_AbsolutePath |
Additional Inherited Members | |
![]() | |
enum | UnstructuredType { GeoVectorValue, GeoRasterValue } |
Abstract class for geospatial data.
openfluid::core::GeoValue::GeoValue | ( | const std::string & | FilePath, |
const std::string & | FileName | ||
) |
|
pure virtual |
|
static |
std::string openfluid::core::GeoValue::getFilePath | ( | ) |
|
protectedpure virtual |
Implemented in openfluid::core::GeoRasterValue, and openfluid::core::GeoVectorValue.
|
protected |
|
protected |
|
protected |