Sha256: 186e29e38119611c32bd887a4030773b1c5ae9b3067dae47ee72bf170e8a07d0
Contents?: true
Size: 863 Bytes
Versions: 2
Compression:
Stored size: 863 Bytes
Contents
module FFI module GDAL #------------------------------------------------------------------------ # Typedefs #------------------------------------------------------------------------ typedef :pointer, :OGRGeocodingSessionH #------------------------------------------------------------------------ # Functions #------------------------------------------------------------------------ attach_function :OGRGeocodeCreateSession, %i[pointer], :OGRGeocodingSessionH attach_function :OGRGeocodeDestroySession, %i[OGRGeocodingSessionH], :void attach_function :OGRGeocode, %i[OGRGeocodingSessionH string pointer pointer], :OGRLayerH attach_function :OGRGeocodeReverse, %i[OGRGeocodingSessionH double double pointer], :OGRLayerH attach_function :OGRGeocodeFreeResult, %i[OGRLayerH], :void end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.0.0.beta3 | lib/ffi/ogr/geocoding_h.rb |
ffi-gdal-1.0.0.beta1 | lib/ffi/ogr/geocoding_h.rb |