GEOS SDK TechDocs
|
|
2.1 Applications
|
2.3 The Kernel
GEOS libraries are bodies of code or collections of objects that are dynamically loaded into memory when called for by applications or by other libraries. The use of libraries reduces the amount of code within application resources and increases application performance. In addition, library routines and objects may be shared by several different applications at once, reducing duplicated code in memory.
Many standard libraries are provided with GEOS and are available to all developers. Among these are a text object library, a graphic object library, a an import/export library and others. In addition, developers can easily create their own libraries with the developer kit tools.
GEOS SDK TechDocs
|
|
2.1 Applications
|
2.3 The Kernel