Table of Contents - RGeo 0.3.20 Documentation
Pages
History
0.3.20 / 2012-12-08
0.3.19 / 2012-09-20
0.3.18 / 2012-09-19
0.3.17 / 2012-08-21
0.3.16 / 2012-08-19
0.3.15 / 2012-08-02
0.3.14 / 2012-07-08
0.3.13 / 2012-05-04
0.3.12 / 2012-04-24
0.3.11 / 2012-04-14
0.3.10 / 2012-04-12
0.3.9 / 2012-04-10
0.3.8 / 2012-03-23
0.3.7 / 2012-03-12
0.3.6 / 2012-03-06
0.3.5 / 2012-02-27
0.3.4 / 2012-02-21
0.3.3 / 2011-12-19
0.3.2 / 2011-08-11
0.3.1 / 2011-05-24
0.3.0 / 2011-05-23
0.2.9 / 2011-04-25
0.2.8 / 2011-04-11
0.2.7 / 2011-04-09
0.2.6 / 2011-03-31
0.2.5 / 2011-03-21
0.2.4 / 2010-12-31
0.2.3 / 2010-12-19
0.2.2 / 2010-12-15
0.2.1 / 2010-12-09
0.2.0 / 2010-12-07
0.1.22 / 2010-12-05
0.1.21 / 2010-12-03
0.1.20 / 2010-11-30
0.1.19 / 2010-11-23
0.1.18 / 2010-11-22
0.1.17 / 2010-11-20
0.1.16 / 2010-11-18
0.1.15 / 2010-11-08
0.1.14 / 2010-11-04
0.1.13 / 2010-10-26
0.1.12 / 2010-10-23
0.1.11 / 2010-10-21
0.1.10 / 2010-10-19
0.1.9
README
RGeo
Summary
Dependencies
Installation
To-do list
Development and support
Acknowledgments
License
Spatial_Programming_With_RGeo
An Introduction to Spatial Programming With RGeo
Introduction
About This Document
About The Author
1. Space: The Next Frontier
1.1. Why Spatial Programming?
1.2. The Emerging Spatial Ecosystem
1.3. Ruby Libraries and RGeo
2. Spatial Data Types
2.1. The Simple Features Specification
2.2. Coordinates
2.3. Point
2.4. LineString
2.5. Polygon
2.6. MultiPoint
2.7. MultiLineString
2.8. MultiPolygon
2.9. Geometry and GeometryCollection
2.10. RGeo Geometry Factories
3. Spatial Operations
3.1. Basic Properties
3.2. Relational Operations
3.3. Binary Spatial Operations
3.4. Unary Spatial Operations
3.5. Size and Distance
3.6. Serialization
4. Coordinate Systems and Projections
4.1. The World is Not Flat
4.2. Geographic Coordinates And Projections
4.3. Geodetic and Projection Parameters
4.4. Using Proj4
4.5. Spatial Reference Systems and the EPSG Dataset
5. Spatial Databases
5.1. Spatial Queries and Spatial Indexes
5.2. MySQL Spatial
5.3. SpatiaLite
5.4. PostGIS
5.5. RGeo ActiveRecord Integration
5.6. Commercial SQL Databases and Non-SQL Databases
6. Location Service Integration
6.1. Shapefiles and Spatial Data Sets
6.2. GeoJSON and Location-Based Services
7. Conclusion
History
Classes/Modules
RGeo
Standard modules
Optional Modules
RGeo::Cartesian
RGeo::Cartesian::Analysis
RGeo::Cartesian::BoundingBox
RGeo::Cartesian::Factory
RGeo::CoordSys
RGeo::CoordSys::CS
RGeo::CoordSys::CS::AngularUnit
OGC spec description
RGeo::CoordSys::CS::AxisInfo
OGC spec description
RGeo::CoordSys::CS::Base
RGeo::CoordSys::CS::CompoundCoordinateSystem
OGC spec description
RGeo::CoordSys::CS::CoordinateSystem
OGC spec description
Notes
RGeo::CoordSys::CS::CoordinateSystemFactory
RGeo::CoordSys::CS::Datum
OGC spec description
Notes
RGeo::CoordSys::CS::Ellipsoid
OGC spec description
RGeo::CoordSys::CS::GeocentricCoordinateSystem
OGC spec description
RGeo::CoordSys::CS::GeographicCoordinateSystem
OGC spec description
RGeo::CoordSys::CS::HorizontalCoordinateSystem
OGC spec description
Notes
RGeo::CoordSys::CS::HorizontalDatum
OGC spec description
RGeo::CoordSys::CS::Info
OGC spec description
Notes
RGeo::CoordSys::CS::LinearUnit
OGC spec description
RGeo::CoordSys::CS::LocalCoordinateSystem
OGC spec description
Notes
RGeo::CoordSys::CS::LocalDatum
OGC spec description
RGeo::CoordSys::CS::PrimeMeridian
OGC spec description
RGeo::CoordSys::CS::ProjectedCoordinateSystem
OGC spec description
RGeo::CoordSys::CS::Projection
OGC spec description
RGeo::CoordSys::CS::ProjectionParameter
OGC spec description
RGeo::CoordSys::CS::Unit
OGC spec description
Notes
RGeo::CoordSys::CS::VerticalCoordinateSystem
OGC spec description
RGeo::CoordSys::CS::VerticalDatum
OGC spec description
RGeo::CoordSys::CS::WGS84ConversionInfo
OGC spec description
RGeo::CoordSys::Proj4
RGeo::CoordSys::SRSDatabase
RGeo::CoordSys::SRSDatabase::ActiveRecordTable
RGeo::CoordSys::SRSDatabase::Entry
RGeo::CoordSys::SRSDatabase::Interface
RGeo::CoordSys::SRSDatabase::Proj4Data
RGeo::CoordSys::SRSDatabase::SrOrg
RGeo::CoordSys::SRSDatabase::UrlReader
RGeo::Error
RGeo::Error::InvalidGeometry
RGeo::Error::ParseError
RGeo::Error::RGeoError
RGeo::Error::UnsupportedOperation
RGeo::Feature
RGeo::Feature::Curve
SFS 1.1 Description
Notes
RGeo::Feature::Factory
RGeo::Feature::Factory::Instance
RGeo::Feature::FactoryGenerator
RGeo::Feature::Geometry
SFS 1.1 Description
Notes
Forms of equivalence
RGeo::Feature::GeometryCollection
SFS 1.1 Description
Notes
RGeo::Feature::Instance
RGeo::Feature::Line
SFS 1.1 Description
Notes
RGeo::Feature::LineString
SFS 1.1 Description
Notes
RGeo::Feature::LinearRing
SFS 1.1 Description
Notes
RGeo::Feature::MixinCollection
RGeo::Feature::MixinCollection::TypeData
RGeo::Feature::MultiCurve
SFS 1.1 Description
Notes
RGeo::Feature::MultiLineString
SFS 1.1 Description
Notes
RGeo::Feature::MultiPoint
SFS 1.1 Description
Notes
RGeo::Feature::MultiPolygon
SFS 1.1 Description
Notes
RGeo::Feature::MultiSurface
SFS 1.1 Description
Notes
RGeo::Feature::Point
SFS 1.1 Description
Notes
RGeo::Feature::Polygon
SFS 1.1 Description
Notes
RGeo::Feature::Surface
SFS 1.1 Description
Notes
RGeo::Feature::Type
RGeo::Geographic
RGeo::Geographic::Factory
RGeo::Geographic::ProjectedWindow
RGeo::Geos::CAPIFactory
RGeo::Geos::FFIFactory
RGeo::Geos::Factory
RGeo::Geos::ZMFactory
RGeo::WKRep
RGeo::WKRep::WKBGenerator
Configuration options
RGeo::WKRep::WKBParser
Configuration options
RGeo::WKRep::WKTGenerator
Configuration options
RGeo::WKRep::WKTParser
Configuration options
Methods
::bounding_points — RGeo::Geographic::ProjectedWindow
::capi_supported? — RGeo::Geos
::cast — RGeo::Feature
::create — RGeo::CoordSys::CS::ProjectionParameter
::create — RGeo::CoordSys::CS::LinearUnit
::create — RGeo::CoordSys::CS::WGS84ConversionInfo
::create — RGeo::CoordSys::CS::AngularUnit
::create — RGeo::CoordSys::CS::PrimeMeridian
::create — RGeo::CoordSys::CS::Ellipsoid
::create — RGeo::Geos::ZMFactory
::create — RGeo::Geos::CAPIFactory
::create — RGeo::Geos::CAPIFactory
::create — RGeo::CoordSys::CS::Unit
::create — RGeo::CoordSys::CS::AxisInfo
::create — RGeo::CoordSys::Proj4
::create — RGeo::CoordSys::CS::ProjectedCoordinateSystem
::create — RGeo::CoordSys::CS::GeographicCoordinateSystem
::create — RGeo::CoordSys::CS::VerticalDatum
::create — RGeo::CoordSys::CS::GeocentricCoordinateSystem
::create — RGeo::CoordSys::CS::LocalCoordinateSystem
::create — RGeo::CoordSys::CS::CompoundCoordinateSystem
::create — RGeo::CoordSys::CS::Projection
::create — RGeo::CoordSys::CS::HorizontalDatum
::create — RGeo::CoordSys::CS::LocalDatum
::create — RGeo::CoordSys::CS::VerticalCoordinateSystem
::create_ellipsoid — RGeo::CoordSys::CS::Ellipsoid
::create_flattened_sphere — RGeo::CoordSys::CS::Ellipsoid
::create_from_geometry — RGeo::Cartesian::BoundingBox
::create_from_points — RGeo::Cartesian::BoundingBox
::create_from_wkt — RGeo::CoordSys::CS
::decorate — RGeo::Feature::FactoryGenerator
::factory — RGeo::Cartesian
::factory — RGeo::Geos
::factory_generator — RGeo::Cartesian
::factory_generator — RGeo::Geos
::ffi_supported? — RGeo::Geos
::for_corners — RGeo::Geographic::ProjectedWindow
::is_capi_geos? — RGeo::Geos
::is_ffi_geos? — RGeo::Geos
::is_geos? — RGeo::Geos
::new — RGeo::WKRep::WKTParser
::new — RGeo::Geos::CAPIFactory
::new — RGeo::Geos::FFIFactory
::new — RGeo::WKRep::WKTGenerator
::new — RGeo::CoordSys::SRSDatabase::SrOrg
::new — RGeo::Geos::CAPIFactory
::new — RGeo::CoordSys::Proj4
::new — RGeo::Geographic::ProjectedWindow
::new — RGeo::WKRep::WKBParser
::new — RGeo::Cartesian::BoundingBox
::new — RGeo::CoordSys::SRSDatabase::UrlReader
::new — RGeo::Feature::MixinCollection
::new — RGeo::CoordSys::SRSDatabase::Entry
::new — RGeo::WKRep::WKBGenerator
::new — RGeo::CoordSys::SRSDatabase::ActiveRecordTable
::new — RGeo::Cartesian::Factory
::new — RGeo::CoordSys::SRSDatabase::Proj4Data
::preferred_factory — RGeo::Cartesian
::preferred_factory_generator — RGeo::Cartesian
::projected_factory — RGeo::Geographic
::ring_direction — RGeo::Cartesian::Analysis
::simple_factory — RGeo::Cartesian
::simple_factory_generator — RGeo::Cartesian
::simple_mercator_factory — RGeo::Geographic
::single — RGeo::Feature::FactoryGenerator
::spherical_factory — RGeo::Geographic
::supported? — RGeo::CoordSys::Proj4
::supported? — RGeo::Geos
::surrounding_point — RGeo::Geographic::ProjectedWindow
::transform — RGeo::CoordSys::Proj4
::transform_coords — RGeo::CoordSys::Proj4
::version — RGeo::CoordSys::Proj4
::version — RGeo::Geos
::version_string — RGeo::CoordSys::Proj4
::version_string — RGeo::Geos
::yaml_supported? — RGeo
#* — RGeo::Feature::Geometry
#* — RGeo::Geographic::ProjectedWindow
#+ — RGeo::Feature::Geometry
#- — RGeo::Feature::Geometry
#== — RGeo::Geos::CAPIFactory
#== — RGeo::Geos::CAPIFactory
#== — RGeo::CoordSys::Proj4
#== — RGeo::Geos::ZMFactory
#== — RGeo::Feature::Geometry
#== — RGeo::CoordSys::CS::Base
#== — RGeo::Cartesian::Factory
#== — RGeo::Geos::FFIFactory
#== — RGeo::Geographic::Factory
#=== — RGeo::Feature::Type
#[] — RGeo::Feature::GeometryCollection
#add — RGeo::Feature::MixinCollection::TypeData
#add — RGeo::Feature::MixinCollection
#add — RGeo::Cartesian::BoundingBox
#area — RGeo::Feature::Surface
#area — RGeo::Feature::MultiSurface
#as_binary — RGeo::Feature::Geometry
#as_text — RGeo::Feature::Geometry
#boundary — RGeo::Feature::Geometry
#buffer — RGeo::Feature::Geometry
#buffer_resolution — RGeo::Geos::ZMFactory
#buffer_resolution — RGeo::Geos::FFIFactory
#buffer_resolution — RGeo::Geos::CAPIFactory
#buffer_resolution — RGeo::Geos::CAPIFactory
#call — RGeo::Feature::FactoryGenerator
#canonical_hash — RGeo::CoordSys::Proj4
#canonical_str — RGeo::CoordSys::Proj4
#center_m — RGeo::Cartesian::BoundingBox
#center_point — RGeo::Geographic::ProjectedWindow
#center_x — RGeo::Cartesian::BoundingBox
#center_xy — RGeo::Geographic::ProjectedWindow
#center_y — RGeo::Cartesian::BoundingBox
#center_z — RGeo::Cartesian::BoundingBox
#centroid — RGeo::Feature::Surface
#centroid — RGeo::Feature::MultiSurface
#check_type — RGeo::Feature::Type
#clamped_by — RGeo::Geographic::ProjectedWindow
#clear_cache — RGeo::CoordSys::SRSDatabase::UrlReader
#clear_cache — RGeo::CoordSys::SRSDatabase::Interface
#clear_cache — RGeo::CoordSys::SRSDatabase::ActiveRecordTable
#clear_cache — RGeo::CoordSys::SRSDatabase::Proj4Data
#clear_cache — RGeo::CoordSys::SRSDatabase::SrOrg
#collection — RGeo::Geos::FFIFactory
#collection — RGeo::Geographic::Factory
#collection — RGeo::Geos::ZMFactory
#collection — RGeo::Cartesian::Factory
#collection — RGeo::Feature::Factory
#collection — RGeo::Geos::CAPIFactory
#collection — RGeo::Geos::CAPIFactory
#contains? — RGeo::Feature::Geometry
#contains? — RGeo::Cartesian::BoundingBox
#contains_point? — RGeo::Geographic::ProjectedWindow
#contains_window? — RGeo::Geographic::ProjectedWindow
#convert_case — RGeo::WKRep::WKTGenerator
#convex_hull — RGeo::Feature::Geometry
#coord_sys — RGeo::Geos::CAPIFactory
#coord_sys — RGeo::Cartesian::Factory
#coord_sys — RGeo::Geos::CAPIFactory
#coord_sys — RGeo::Geographic::Factory
#coord_sys — RGeo::Feature::Factory
#coord_sys — RGeo::Geos::FFIFactory
#coord_sys — RGeo::Geos::ZMFactory
#create_compound_coordinate_system — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_ellipsoid — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_flattened_sphere — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_from_wkt — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_geographic_coordinate_system — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_horizontal_datum — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_local_coordinate_system — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_local_datum — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_prime_meridian — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_projected_coordinate_system — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_projection — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_vertical_coordinate_system — RGeo::CoordSys::CS::CoordinateSystemFactory
#create_vertical_datum — RGeo::CoordSys::CS::CoordinateSystemFactory
#crosses? — RGeo::Feature::Geometry
#crosses_seam? — RGeo::Geographic::ProjectedWindow
#degenerate? — RGeo::Geographic::ProjectedWindow
#degenerate? — RGeo::Cartesian::BoundingBox
#difference — RGeo::Feature::Geometry
#dimension — RGeo::Feature::Geometry
#disjoint? — RGeo::Feature::Geometry
#distance — RGeo::Feature::Geometry
#each — RGeo::Feature::GeometryCollection
#each_immediate_subtype — RGeo::Feature::Type
#each_parameter — RGeo::CoordSys::CS::Projection
#emit_ewkb_srid? — RGeo::WKRep::WKBGenerator
#emit_ewkt_srid? — RGeo::WKRep::WKTGenerator
#empty? — RGeo::Cartesian::BoundingBox
#end_point — RGeo::Feature::Curve
#envelope — RGeo::Feature::Geometry
#eql? — RGeo::Geos::CAPIFactory
#eql? — RGeo::Geos::FFIFactory
#eql? — RGeo::CoordSys::Proj4
#eql? — RGeo::Cartesian::Factory
#eql? — RGeo::CoordSys::CS::Base
#eql? — RGeo::Geos::CAPIFactory
#eql? — RGeo::Geographic::Factory
#eql? — RGeo::Feature::Geometry
#eql? — RGeo::Geos::ZMFactory
#equals? — RGeo::Feature::Geometry
#exact_factory — RGeo::WKRep::WKTParser
#exact_factory — RGeo::WKRep::WKBParser
#extension — RGeo::CoordSys::CS::Info
#exterior_ring — RGeo::Feature::Polygon
#factory — RGeo::Feature::Geometry
#factory — RGeo::Geographic::ProjectedWindow
#factory — RGeo::Cartesian::BoundingBox
#factory_generator — RGeo::WKRep::WKTParser
#factory_generator — RGeo::WKRep::WKBParser
#for_type — RGeo::Feature::MixinCollection
#generate — RGeo::WKRep::WKTGenerator
#generate — RGeo::WKRep::WKBGenerator
#geocentric? — RGeo::CoordSys::Proj4
#geographic? — RGeo::CoordSys::Proj4
#geometry_n — RGeo::Feature::GeometryCollection
#geometry_type — RGeo::Feature::Geometry
#get — RGeo::CoordSys::SRSDatabase::ActiveRecordTable
#get — RGeo::CoordSys::SRSDatabase::SrOrg
#get — RGeo::CoordSys::SRSDatabase::Proj4Data
#get — RGeo::CoordSys::SRSDatabase::Interface
#get — RGeo::CoordSys::SRSDatabase::UrlReader
#get_axis — RGeo::CoordSys::CS::LocalCoordinateSystem
#get_axis — RGeo::CoordSys::CS::GeographicCoordinateSystem
#get_axis — RGeo::CoordSys::CS::CoordinateSystem
#get_axis — RGeo::CoordSys::CS::GeocentricCoordinateSystem
#get_axis — RGeo::CoordSys::CS::CompoundCoordinateSystem
#get_axis — RGeo::CoordSys::CS::ProjectedCoordinateSystem
#get_axis — RGeo::CoordSys::CS::VerticalCoordinateSystem
#get_geographic — RGeo::CoordSys::Proj4
#get_parameter — RGeo::CoordSys::CS::Projection
#get_units — RGeo::CoordSys::CS::CompoundCoordinateSystem
#get_units — RGeo::CoordSys::CS::LocalCoordinateSystem
#get_units — RGeo::CoordSys::CS::CoordinateSystem
#get_units — RGeo::CoordSys::CS::GeographicCoordinateSystem
#get_units — RGeo::CoordSys::CS::GeocentricCoordinateSystem
#get_units — RGeo::CoordSys::CS::ProjectedCoordinateSystem
#get_units — RGeo::CoordSys::CS::VerticalCoordinateSystem
#get_wgs84_conversion_info — RGeo::CoordSys::CS::GeographicCoordinateSystem
#has_m — RGeo::Cartesian::BoundingBox
#has_projection? — RGeo::Geographic::Factory
#has_z — RGeo::Cartesian::BoundingBox
#hash — RGeo::Geos::FFIFactory
#hash — RGeo::Geos::ZMFactory
#hash — RGeo::Geographic::Factory
#hash — RGeo::Geos::CAPIFactory
#hash — RGeo::CoordSys::CS::Base
#hash — RGeo::Geos::CAPIFactory
#hash — RGeo::Cartesian::Factory
#height — RGeo::Geographic::ProjectedWindow
#hex_format? — RGeo::WKRep::WKBGenerator
#ignore_extra_bytes? — RGeo::WKRep::WKBParser
#ignore_extra_tokens? — RGeo::WKRep::WKTParser
#include_in_class — RGeo::Feature::MixinCollection
#include_in_class — RGeo::Feature::MixinCollection::TypeData
#include_in_object — RGeo::Feature::MixinCollection
#include_in_object — RGeo::Feature::MixinCollection::TypeData
#infinitesimal? — RGeo::Cartesian::BoundingBox
#inspect — RGeo::Geos::FFIFactory
#inspect — RGeo::Geos::CAPIFactory
#inspect — RGeo::Geos::CAPIFactory
#inspect — RGeo::CoordSys::CS::Base
#interior_ring_n — RGeo::Feature::Polygon
#interior_rings — RGeo::Feature::Polygon
#intersection — RGeo::Feature::Geometry
#intersects? — RGeo::Feature::Geometry
#is_closed? — RGeo::Feature::Curve
#is_closed? — RGeo::Feature::MultiCurve
#is_empty? — RGeo::Feature::Geometry
#is_ring? — RGeo::Feature::Curve
#is_simple? — RGeo::Feature::Geometry
#length — RGeo::Feature::MultiCurve
#length — RGeo::Feature::Curve
#lenient_multi_polygon_assertions? — RGeo::Geos::CAPIFactory
#lenient_multi_polygon_assertions? — RGeo::Geos::ZMFactory
#lenient_multi_polygon_assertions? — RGeo::Geos::FFIFactory
#lenient_multi_polygon_assertions? — RGeo::Geos::CAPIFactory
#line — RGeo::Geos::ZMFactory
#line — RGeo::Geos::CAPIFactory
#line — RGeo::Geos::CAPIFactory
#line — RGeo::Feature::Factory
#line — RGeo::Cartesian::Factory
#line — RGeo::Geos::FFIFactory
#line — RGeo::Geographic::Factory
#line_string — RGeo::Feature::Factory
#line_string — RGeo::Geos::FFIFactory
#line_string — RGeo::Cartesian::Factory
#line_string — RGeo::Geos::ZMFactory
#line_string — RGeo::Geos::CAPIFactory
#line_string — RGeo::Geos::CAPIFactory
#line_string — RGeo::Geographic::Factory
#linear_ring — RGeo::Geos::ZMFactory
#linear_ring — RGeo::Geos::FFIFactory
#linear_ring — RGeo::Geographic::Factory
#linear_ring — RGeo::Geos::CAPIFactory
#linear_ring — RGeo::Cartesian::Factory
#linear_ring — RGeo::Geos::CAPIFactory
#linear_ring — RGeo::Feature::Factory
#little_endian? — RGeo::WKRep::WKBGenerator
#m — RGeo::Feature::Point
#m_factory — RGeo::Geos::ZMFactory
#m_span — RGeo::Cartesian::BoundingBox
#max_m — RGeo::Cartesian::BoundingBox
#max_point — RGeo::Cartesian::BoundingBox
#max_x — RGeo::Cartesian::BoundingBox
#max_y — RGeo::Cartesian::BoundingBox
#max_z — RGeo::Cartesian::BoundingBox
#meters_per_unit — RGeo::CoordSys::CS::LinearUnit
#min_m — RGeo::Cartesian::BoundingBox
#min_point — RGeo::Cartesian::BoundingBox
#min_x — RGeo::Cartesian::BoundingBox
#min_y — RGeo::Cartesian::BoundingBox
#min_z — RGeo::Cartesian::BoundingBox
#multi_line_string — RGeo::Geos::CAPIFactory
#multi_line_string — RGeo::Geos::ZMFactory
#multi_line_string — RGeo::Geos::CAPIFactory
#multi_line_string — RGeo::Geographic::Factory
#multi_line_string — RGeo::Cartesian::Factory
#multi_line_string — RGeo::Feature::Factory
#multi_line_string — RGeo::Geos::FFIFactory
#multi_point — RGeo::Geographic::Factory
#multi_point — RGeo::Feature::Factory
#multi_point — RGeo::Geos::FFIFactory
#multi_point — RGeo::Geos::CAPIFactory
#multi_point — RGeo::Geos::ZMFactory
#multi_point — RGeo::Geos::CAPIFactory
#multi_point — RGeo::Cartesian::Factory
#multi_polygon — RGeo::Feature::Factory
#multi_polygon — RGeo::Geographic::Factory
#multi_polygon — RGeo::Geos::CAPIFactory
#multi_polygon — RGeo::Geos::CAPIFactory
#multi_polygon — RGeo::Geos::FFIFactory
#multi_polygon — RGeo::Geos::ZMFactory
#multi_polygon — RGeo::Cartesian::Factory
#ne_point — RGeo::Geographic::ProjectedWindow
#num_conversion_to_wgs84 — RGeo::CoordSys::CS::GeographicCoordinateSystem
#num_geometries — RGeo::Feature::GeometryCollection
#num_interior_rings — RGeo::Feature::Polygon
#num_parameters — RGeo::CoordSys::CS::Projection
#num_points — RGeo::Feature::LineString
#nw_point — RGeo::Geographic::ProjectedWindow
#original_str — RGeo::CoordSys::Proj4
#overlaps? — RGeo::Feature::Geometry
#override_cast — RGeo::Geos::FFIFactory
#override_cast — RGeo::Geos::CAPIFactory
#override_cast — RGeo::Geos::CAPIFactory
#override_cast — RGeo::Geos::ZMFactory
#override_cast — RGeo::Feature::Factory
#parse — RGeo::WKRep::WKTParser
#parse — RGeo::WKRep::WKBParser
#parse_hex — RGeo::WKRep::WKBParser
#parse_wkb — RGeo::Geos::CAPIFactory
#parse_wkb — RGeo::Geographic::Factory
#parse_wkb — RGeo::Geos::CAPIFactory
#parse_wkb — RGeo::Feature::Factory
#parse_wkb — RGeo::Geos::FFIFactory
#parse_wkb — RGeo::Cartesian::Factory
#parse_wkb — RGeo::Geos::ZMFactory
#parse_wkt — RGeo::Geos::CAPIFactory
#parse_wkt — RGeo::Cartesian::Factory
#parse_wkt — RGeo::Geographic::Factory
#parse_wkt — RGeo::Geos::ZMFactory
#parse_wkt — RGeo::Geos::FFIFactory
#parse_wkt — RGeo::Feature::Factory
#parse_wkt — RGeo::Geos::CAPIFactory
#point — RGeo::Geos::ZMFactory
#point — RGeo::Geos::CAPIFactory
#point — RGeo::Feature::Factory
#point — RGeo::Geos::FFIFactory
#point — RGeo::Geos::CAPIFactory
#point — RGeo::Cartesian::Factory
#point — RGeo::Geographic::Factory
#point_n — RGeo::Feature::LineString
#point_on_surface — RGeo::Feature::Surface
#point_on_surface — RGeo::Feature::MultiSurface
#points — RGeo::Feature::LineString
#polygon — RGeo::Cartesian::Factory
#polygon — RGeo::Geos::CAPIFactory
#polygon — RGeo::Geos::FFIFactory
#polygon — RGeo::Geographic::Factory
#polygon — RGeo::Geos::ZMFactory
#polygon — RGeo::Feature::Factory
#polygon — RGeo::Geos::CAPIFactory
#proj4 — RGeo::Geos::ZMFactory
#proj4 — RGeo::Geos::CAPIFactory
#proj4 — RGeo::Geographic::Factory
#proj4 — RGeo::Geos::FFIFactory
#proj4 — RGeo::Cartesian::Factory
#proj4 — RGeo::Feature::Factory
#proj4 — RGeo::Geos::CAPIFactory
#project — RGeo::Geographic::Factory
#projection_factory — RGeo::Geographic::Factory
#projection_limits_window — RGeo::Geographic::Factory
#projection_wraps? — RGeo::Geographic::Factory
#property — RGeo::Cartesian::Factory
#property — RGeo::Geos::FFIFactory
#property — RGeo::Geos::CAPIFactory
#property — RGeo::Feature::Factory
#property — RGeo::Geos::ZMFactory
#property — RGeo::Geos::CAPIFactory
#property — RGeo::Geographic::Factory
#radians? — RGeo::CoordSys::Proj4
#radians_per_unit — RGeo::CoordSys::CS::AngularUnit
#random_point — RGeo::Geographic::ProjectedWindow
#relate — RGeo::Feature::Geometry
#relate? — RGeo::Feature::Geometry
#rep_equals? — RGeo::Feature::Geometry
#scaled_by — RGeo::Geographic::ProjectedWindow
#se_point — RGeo::Geographic::ProjectedWindow
#size — RGeo::Feature::GeometryCollection
#square_brackets? — RGeo::WKRep::WKTGenerator
#srid — RGeo::Geos::FFIFactory
#srid — RGeo::Geos::ZMFactory
#srid — RGeo::Cartesian::Factory
#srid — RGeo::Geographic::Factory
#srid — RGeo::Geos::CAPIFactory
#srid — RGeo::Feature::Geometry
#srid — RGeo::Geos::CAPIFactory
#start_point — RGeo::Feature::Curve
#strict_wkt11? — RGeo::WKRep::WKTParser
#subdivide — RGeo::Cartesian::BoundingBox
#subtype_of? — RGeo::Feature::Type
#supertype — RGeo::Feature::Type
#support_ewkb? — RGeo::WKRep::WKBParser
#support_ewkt? — RGeo::WKRep::WKTParser
#support_wkb12? — RGeo::WKRep::WKBParser
#support_wkt12? — RGeo::WKRep::WKTParser
#sw_point — RGeo::Geographic::ProjectedWindow
#sym_difference — RGeo::Feature::Geometry
#tag_format — RGeo::WKRep::WKTGenerator
#to_geometry — RGeo::Cartesian::BoundingBox
#to_s — RGeo::Feature::Type
#to_s — RGeo::CoordSys::CS::Base
#to_wkt — RGeo::CoordSys::CS::Base
#touches? — RGeo::Feature::Geometry
#type_format — RGeo::WKRep::WKTGenerator
#type_format — RGeo::WKRep::WKBGenerator
#type_name — RGeo::Feature::Type
#union — RGeo::Feature::Geometry
#unproject — RGeo::Geographic::Factory
#width — RGeo::Geographic::ProjectedWindow
#with_margin — RGeo::Geographic::ProjectedWindow
#within? — RGeo::Feature::Geometry
#wrap_fg_geom — RGeo::Geos::FFIFactory
#x — RGeo::Feature::Point
#x_max — RGeo::Geographic::ProjectedWindow
#x_min — RGeo::Geographic::ProjectedWindow
#x_span — RGeo::Cartesian::BoundingBox
#x_span — RGeo::Geographic::ProjectedWindow
#y — RGeo::Feature::Point
#y_max — RGeo::Geographic::ProjectedWindow
#y_min — RGeo::Geographic::ProjectedWindow
#y_span — RGeo::Cartesian::BoundingBox
#y_span — RGeo::Geographic::ProjectedWindow
#z — RGeo::Feature::Point
#z_factory — RGeo::Geos::ZMFactory
#z_span — RGeo::Cartesian::BoundingBox