Module: RGeo::CoordSys::SRSDatabase

Defined in:
lib/rgeo/coord_sys/srs_database/interface.rb,
lib/rgeo/coord_sys/srs_database/sr_org.rb,
lib/rgeo/coord_sys/srs_database/proj4_data.rb,
lib/rgeo/coord_sys/srs_database/url_reader.rb,
lib/rgeo/coord_sys/srs_database/active_record_table.rb

Overview

This module contains tools for accessing spatial reference databases. These are databases (either local or remote) from which you can look up coordinate system specifications, typically in either OGC or Proj4 format. For example, you can access the spatial_ref_sys table provided with an OGC-compliant RDBMS such as PostGIS. You can also read the database files provided with the proj4 library, or access online databases such as the spatialreference.org site.

Defined Under Namespace

Modules: Interface Classes: ActiveRecordTable, Entry, Proj4Data, SrOrg, UrlReader