Examples
- HOWTO: Adding a new PrimaGISLayer
This article describes the process of adding a new PrimaGISLayer to your PrimaGIS map. The major part in accomplishing this is configuring the ZCO DataStore and ZCO Layer objects. Additional layer styling may also take place. If you wish to learn how to create these objects programmatically using Python you should take a look at the source code for the PrimaGIS/skins/createPrimaGISDemo.py script included in the PrimaGIS distribution.
- GeoAwareObjects
GeoAwareObjects is a companion product to PrimaGIS and its primary goal is to provide real-life examples on how developers can take advantage of the IGeoAware interface within their own products. Although the objects are meant as examples they may prove to be useful as such.
- Making existing AT objects IGeoAware
This document describes how developers may take existing ArcheTypes content types and with few lines of code extend them to implement the IGeoAware interface thus making them usable as spatial data for PrimaGIS. The GeoATImage object from the GeoAwareObjects product is used as an example.