Package org.ogf.saga

This package contains the base object for almost all SAGA objects.

See: Description

Package org.ogf.saga Description

This package contains the base object for almost all SAGA objects. The language-independent SAGA specification names this object "object", which according to the Java conventions would become "Object". To avoid confusion with Object, we opted to name this base object "SagaObject".

The ObjectType as specified in the language-independent SAGA specification is not included in the Java language bindings. Instead, the instanceof operator is to be used.

Copyright © 2016 Open Grid Forum. All rights reserved.