|
| GeoJsonTree () |
|
| GeoJsonTree (const GeoJsonTree &oth) |
|
| GeoJsonTree (const Object &obj) |
|
virtual | ~GeoJsonTree () |
|
ValueSet * | createJSON (BufferString geomtyp, const RefObjectSet< const Pick::Set > &, ConstRefMan< Coords::CoordSystem >, const BufferString &iconnm=BufferString::empty()) |
|
ValueSet * | createJSON (BufferString geomtyp, const TypeSet< Coord > &crdset, const BufferStringSet &nms, ConstRefMan< Coords::CoordSystem >, GISWriter::Property &) |
|
ValueSet * | createJSON (BufferString geomtyp, const TypeSet< Coord3 > &crdset, const BufferStringSet &nms, ConstRefMan< Coords::CoordSystem >, GISWriter::Property &) |
|
BufferString | crsName () const |
|
void | doGeoJSonCheck (uiRetVal &) |
|
void | setProperties (const GISWriter::Property &) |
|
uiRetVal | use (const char *fnm) |
|
uiRetVal | use (od_istream &) |
|
| Object (const Object &) |
|
| Object (ValueSet *p=0) |
|
Object * | clone () const override |
|
template<class T > |
bool | get (const char *, Interval< T > &) const |
|
Array * | getArray (const BufferStringSet &bskey) |
|
const Array * | getArray (const BufferStringSet &bskey) const |
|
Array * | getArray (const char *ky) |
|
const Array * | getArray (const char *ky) const |
|
bool | getBoolValue (const char *) const |
|
bool | getBoolValue (const OD::String &str) const |
|
bool | getBoolValue (idx_type idx) const override |
|
ValueSet * | getChild (const BufferStringSet &bskey) |
|
const ValueSet * | getChild (const BufferStringSet &bskey) const |
|
ValueSet * | getChild (const char *ky) |
|
const ValueSet * | getChild (const char *ky) const |
|
double | getDoubleValue (const char *) const |
|
double | getDoubleValue (const OD::String &str) const |
|
double | getDoubleValue (idx_type idx) const override |
|
FilePath | getFilePath (const char *) const |
|
FilePath | getFilePath (const OD::String &str) const |
|
FilePath | getFilePath (idx_type idx) const override |
|
bool | getGeomID (const char *, Pos::GeomID &) const |
|
std::int64_t | getIntValue (const char *) const |
|
std::int64_t | getIntValue (const OD::String &str) const |
|
std::int64_t | getIntValue (idx_type idx) const override |
|
Object * | getObject (const BufferStringSet &bskey) |
|
const Object * | getObject (const BufferStringSet &bskey) const |
|
Object * | getObject (const char *ky) |
|
const Object * | getObject (const char *ky) const |
|
bool | getStrings (const char *, BufferStringSet &) const |
|
BufferString | getStringValue (const char *) const |
|
BufferString | getStringValue (const OD::String &str) const |
|
BufferString | getStringValue (idx_type idx) const override |
|
void | getSubObjKeys (BufferStringSet &) const |
|
idx_type | indexOf (const char *) const |
|
bool | isArray () const override |
|
bool | isPresent (const char *ky) const |
|
void | remove (const char *) |
|
Array * | set (const char *ky, Array *) |
|
void | set (const char *ky, bool) |
|
void | set (const char *ky, const char *) |
|
void | set (const char *ky, const DBKey &) |
|
void | set (const char *ky, const FilePath &) |
|
template<class T > |
void | set (const char *ky, const Interval< T > &) |
|
void | set (const char *ky, const MultiID &) |
|
void | set (const char *ky, const OD::String &str) |
|
void | set (const char *ky, const uiString &) |
|
void | set (const char *ky, double) |
|
void | set (const char *ky, float) |
|
Object * | set (const char *ky, Object *) |
|
void | set (const char *ky, std::int16_t) |
|
void | set (const char *ky, std::int32_t) |
|
void | set (const char *ky, std::int64_t) |
|
void | set (const char *ky, std::uint16_t) |
|
void | set (const char *ky, std::uint32_t) |
|
virtual | ~ValueSet () |
|
Array & | array (idx_type i) |
|
const Array & | array (idx_type i) const |
|
Array & | asArray () |
|
const Array & | asArray () const |
|
Object & | asObject () |
|
const Object & | asObject () const |
|
ValueSet & | child (idx_type i) |
|
const ValueSet & | child (idx_type i) const |
|
BufferString | dumpJSon (bool pretty=false) const |
|
void | dumpJSon (BufferString &, bool pretty=false) const |
|
void | dumpJSon (StringBuilder &) const |
|
bool | isArrayChild (idx_type i) const |
|
virtual bool | isEmpty () const |
|
bool | isObjectChild (idx_type i) const |
|
bool | isPlainData (idx_type i) const |
|
bool | isTop () const |
|
const BufferString & | key (idx_type) const |
|
Object & | object (idx_type i) |
|
const Object & | object (idx_type i) const |
|
uiRetVal | parseJSon (char *buf, int bufsz) |
|
uiRetVal | read (od_istream &) |
|
virtual void | setEmpty () |
|
virtual size_type | size () const |
|
ValueSet * | top () |
|
const ValueSet * | top () const |
|
virtual ValueType | valueType (idx_type) const |
|
uiRetVal | write (od_ostream &, bool pretty=false) |
|
uiRetVal | writePretty (od_ostream &) |
|