|
| | GeoJsonTree () |
| |
| | ~GeoJsonTree () |
| |
| bool | addFeatures (const Pick::Set &, const GIS::Property &) |
| |
| bool | addFeatures (const TypeSet< Coord > &, const GIS::Property &) |
| |
| bool | addFeatures (const TypeSet< Coord3 > &, const GIS::Property &) |
| |
| bool | addPoint (const Coord &, const GIS::Property &) |
| |
| bool | addPoint (const Coord3 &, const GIS::Property &) |
| |
| bool | addPoint (const LatLong &, double z, const GIS::Property &) |
| |
| void | doGeoJSonCheck (uiRetVal &) |
| |
| void | setInputCoordSys (const Coords::CoordSystem *) |
| |
| uiRetVal | use (const char *fnm) |
| |
| uiRetVal | use (od_istream &) |
| |
| | Object (const Object &) |
| |
| | Object (ValueSet *p=nullptr) |
| |
| | ~Object () |
| |
| Object * | clone () const override |
| |
| template<class T > |
| bool | get (const char *, Array1D< T > &) const |
| |
| template<class T > |
| bool | get (const char *, Array2D< T > &) const |
| |
| 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 |
| |
| od_int64 | getIntValue (const char *) const |
| |
| od_int64 | getIntValue (const OD::String &str) const |
| |
| od_int64 | getIntValue (idx_type idx) const override |
| |
| MultiID | getMultiID (const char *) const |
| |
| 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 |
| |
| Object & | operator= (const Object &)=delete |
| |
| void | remove (const char *) |
| |
| Array * | set (const char *ky, Array *) |
| |
| void | set (const char *ky, bool) |
| |
| template<class T > |
| void | set (const char *ky, const Array1D< T > &) |
| |
| template<class T > |
| void | set (const char *ky, const Array2D< T > &) |
| |
| 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, od_int16) |
| |
| void | set (const char *ky, od_int32) |
| |
| void | set (const char *ky, od_int64) |
| |
| void | set (const char *ky, od_uint16) |
| |
| void | set (const char *ky, od_uint32) |
| |
| 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 |
| |
| virtual BufferString | dumpJSon (bool pretty=false) const |
| |
| void | dumpJSon (BufferString &, bool pretty=false) const |
| |
| virtual 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 |
| |
| ValueSet & | operator= (const ValueSet &)=delete |
| |
| uiRetVal | parseJSon (char *buf, int bufsz) |
| |
| uiRetVal | read (const char *fnm) |
| |
| 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 (const char *fnm, bool pretty) |
| |
| uiRetVal | write (od_ostream &, bool pretty=false) |
| |
| uiRetVal | writePretty (od_ostream &) |
| |