Spatial Technology
- GeoServer
- Google MapEngine
- ESRI ArcGIS
- ESRI ArcCatalog
- ESRI ArcReader
- ESRI GDB XRay
- ESRI ArcGIS Diagrammer
- Quantum GIS
- PostGIS
- Mapserver
- Voyager Search
- CKAN
- FME
- OGC Product list - http://www.opengeospatial.org/resource/products
Contents
Spatial Software
# | Software | Description | Vendor | License |
---|---|---|---|---|
1 | ESRI ArcCatalog |
Catalog of datasets for Arc Desktop |
ESRI | Licensable |
2 | ESRI ArcMap |
Mapping editor for Arc Desktop |
ESRI | Licensable |
3 | ArcGIS Server |
Server providing Arc data. (aka ArcServer) |
ESRI | Licensable
|
4 | Mapserver |
Catalog of datasets for Arc Desktop |
Uni. of Minnesota | Open |
5 | MapGuide |
Server providing geodata. |
Autodesk | Open |
6 | GeoServer |
Server providing geodata. |
GeoServer Community | Open |
7 | Mapfinder |
Server providing geodata. |
NA | NA |
8 | Google Maps |
Service providing geodata. |
Licensable | |
9 | Google Earth |
Service providing geodata. |
Licensable | |
10 | RedSpider |
Service providing geodata. |
Iconic Software | NA
|
10 | Quantum GIS |
Open source desktop client supporting a large variety of spatial formats. |
Quantum GIS | NA
|
11 | PostGIS |
Extension to PosgreSQL DB to spatially enable it. |
PostGIS | NA |
Spatial Schema
As seem in Data Architecture, there are a variety of spatial database schemas available. This data is stored differently from Spatial file-based systems.
- Oracle Spatial
- PostGIS
- MySQL Spatial
- MSSQL Spatial
The schema works with database oriented aspects of spatial data.
Typical spatial data tables would include the tables below. This is adopted from Oracle Spatial, which has well-defined data constructs.
- Table: geo_zoom
- Table: geo_layer
- Table: geo_collection
- Table: geo_element
- Table: geo_geometry
- Table: geo_polygon
- Table: geo_line
- Table: geo_point
Spatial Technology
- MapGuide - Open Source Map Server.
- OpenLayers - Open Source javascript presentation technology.
- ArcGIS
- ESRI
Spatial Datastore
- MSSQL Server 2008 - has spatial components
- PostGIS - is Postgres Spatial components
- Oracle Spatial - Oracle Spatial components.
- MySQL Spatial
- MapServer
Spatial Calculations
- Java Spatial - Jaspa
Looking at things like Poylgons, Algebra, Sets
- Polygon calculations - http://alienryderflex.com/polygon/
- Algebra calculations - http://en.wikipedia.org/wiki/Algebra_of_sets
- Sets - http://www.wtamu.edu/academic/anns/mps/math/mathlab/int_algebra/int_alg_tut3_sets.htm