Skip to content

Instantly share code, notes, and snippets.

@nulltask
Created October 16, 2014 04:30
Show Gist options
  • Select an option

  • Save nulltask/505c59727ddd1d835341 to your computer and use it in GitHub Desktop.

Select an option

Save nulltask/505c59727ddd1d835341 to your computer and use it in GitHub Desktop.
pry(main)> RGeo::Geos.constants
[
[ 0] :Utils,
[ 1] :CAPI_SUPPORTED,
[ 2] :FFIGeometryMethods,
[ 3] :FFIPointMethods,
[ 4] :FFILineStringMethods,
[ 5] :FFILinearRingMethods,
[ 6] :FFILineMethods,
[ 7] :FFIPolygonMethods,
[ 8] :FFIGeometryCollectionMethods,
[ 9] :FFIMultiPointMethods,
[10] :FFIMultiLineStringMethods,
[11] :FFIMultiPolygonMethods,
[12] :FFIGeometryImpl,
[13] :FFIPointImpl,
[14] :FFILineStringImpl,
[15] :FFILinearRingImpl,
[16] :FFILineImpl,
[17] :FFIPolygonImpl,
[18] :FFIGeometryCollectionImpl,
[19] :FFIMultiPointImpl,
[20] :FFIMultiLineStringImpl,
[21] :FFIMultiPolygonImpl,
[22] :FFIFactory,
[23] :ZMGeometryMethods,
[24] :ZMPointMethods,
[25] :ZMLineStringMethods,
[26] :ZMPolygonMethods,
[27] :ZMGeometryCollectionMethods,
[28] :ZMMultiLineStringMethods,
[29] :ZMMultiPolygonMethods,
[30] :ZMPointImpl,
[31] :ZMLineStringImpl,
[32] :ZMLinearRingImpl,
[33] :ZMLineImpl,
[34] :ZMPolygonImpl,
[35] :ZMGeometryCollectionImpl,
[36] :ZMMultiPointImpl,
[37] :ZMMultiLineStringImpl,
[38] :ZMMultiPolygonImpl,
[39] :ZMGeometryImpl,
[40] :ZMFactory,
[41] :FFI_SUPPORTED,
[42] :FFI_SUPPORT_EXCEPTION
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment