|
| | AnchorBasedXY () |
| |
| | AnchorBasedXY (const LatLong &, const Coord &) |
| |
| CoordSystem * | clone () const override |
| |
| uiString | description () const override |
| |
| bool | geographicTransformOK () const override |
| |
| BufferString | getURNString () const override |
| |
| bool | isFeet () const override |
| |
| bool | isMeter () const override |
| |
| bool | isOK () const override |
| |
| bool | isOrthogonal () const override |
| |
| const Coord & | refCoord () const |
| |
| const LatLong & | refLatLong () const |
| |
| void | setIsFeet (bool isfeet) |
| |
| void | setLatLongEstimate (const LatLong &, const Coord &) |
| |
| BufferString | summary () const override |
| |
| virtual Coord | convertFrom (const Coord &, const CoordSystem &from) const |
| |
| virtual Coord | convertTo (const Coord &, const CoordSystem &to) const |
| |
| void | fillPar (IOPar &) const |
| |
| virtual Coord | fromString (const char *) const |
| |
| BufferString | getDescString (StringType=Default, bool withsystem=false) const |
| |
| virtual CoordSystem * | getGeodeticSystem () const |
| |
| virtual BufferString | getUnitName () const |
| |
| virtual bool | isGeodetic () const |
| |
| virtual bool | isProjection () const |
| |
| virtual bool | isWGS84 () const |
| |
| bool | operator!= (const CoordSystem &) const |
| |
| bool | operator== (const CoordSystem &) const |
| |
| virtual BufferString | toString (const Coord &, bool withsystem=false) const |
| |
| virtual uiString | toUiString (const Coord &) const |
| |
| bool | usePar (const IOPar &) |
| |
| | SharedObject (const char *nm=nullptr) |
| |
| | SharedObject (const SharedObject &) |
| |
| | NamedCallBacker (const char *nm=0) |
| |
| | NamedCallBacker (const NamedCallBacker &) |
| |
| virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
| |
| bool | operator== (const NamedCallBacker &oth) const |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
| |
| bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object. More...
|
| |
| void | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| virtual bool | isCapsule () const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
| void | stopReceivingNotifications () const |
| |
| virtual CallBacker * | trueCaller () |
| |
| | NamedObject (const char *nm=nullptr) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| virtual BufferString | getName () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| const name_type & | name () const override |
| |
| NamedObject & | operator= (const NamedObject &) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual void | setName (const char *nm) |
| |
| virtual | ~ObjectWithName () |
| |
| bool | hasName (const char *nm) const |
| |
| bool | hasName (const name_type &nm) const |
| |
| void | putNameInPar (IOPar &) const |
| |
| void | addObserver (WeakPtrBase *obs) |
| | Not for normal use. May become private. More...
|
| |
| int | nrRefs () const |
| | Only for expert use. More...
|
| |
| void | ref () const |
| |
| bool | refIfReffed () const |
| | Don't use in production, for debugging. More...
|
| |
| void | removeObserver (WeakPtrBase *obs) |
| | Not for normal use. May become private. More...
|
| |
| bool | tryRef () const |
| | Not for normal use. May become private. More...
|
| |
| void | unRef () const |
| |
| void | unRefNoDelete () const |
| |
|
| enum | StringType {
Default
, URN
, WKT
, JSON
,
URL
} |
| |
| typedef OD::String | name_type |
| |
| static Coord | convert (const Coord &, const CoordSystem &from, const CoordSystem &to) |
| |
| static RefMan< CoordSystem > | createSystem (const char *str, BufferString &msgs) |
| |
| static RefMan< CoordSystem > | createSystem (const IOPar &) |
| | Creates subclass with settings. More...
|
| |
| static void | getSystemNames (bool onlyorthogonal, bool onlyprojection, uiStringSet &, ObjectSet< IOPar > &) |
| | Creates the subclasses without settings. More...
|
| |
| static CoordSystem * | getWGS84LLSystem () |
| |
| static void | initRepository (NotifierAccess *=nullptr) |
| |
| static const char * | sKeyFactoryName () |
| |
| static const char * | sKeyJSON () |
| |
| static const char * | sKeyUiName () |
| |
| static const char * | sKeyURL () |
| |
| static const char * | sKeyURN () |
| |
| static const char * | sKeyWKT () |
| |
| static BufferString | sWGS84ProjDispString () |
| |
| static Notifier< SharedObject > & | instanceCreated () |
| |
| static void | createReceiverForCurrentThread () |
| |
| static void | removeReceiverForCurrentThread () |
| |
| static bool | isSane (const Referenced *) |
| |
| virtual | ~CoordSystem () |
| |
| virtual | ~SharedObject () |
| |
| void | sendDelNotif () const |
| |
| | Referenced () |
| |
| | Referenced (const Referenced &) |
| |
| virtual | ~Referenced () |
| |
| Referenced & | operator= (const Referenced &) |
| |
| Threads::Atomic< bool > | delalreadytriggered_ |
| |
| Notifier< NamedCallBacker > | delnotif_ |
| |
| BufferString | name_ |
| |