Module: RGeo::CoordSys::SRSDatabase
- Defined in:
- lib/rgeo/coord_sys/srs_database/entry.rb,
lib/rgeo/coord_sys/srs_database/sr_org.rb,
lib/rgeo/coord_sys/srs_database/url_reader.rb
Overview
Spatial reference system database classes must implement these methods:
get
clear_cache
See SrOrg and UrlReader for implementations of SRSDatabase classes.
Retrieve an Entry given an identifier. The identifier is usually a numeric spatial reference ID (SRID), but could be a string value for certain database types.
get(identifier)
Clear any cache utilized by this database.
clear_cache