|
Geo::GDAL 0.21
|

| Geo::OGR::Geometry Geo::OGR::CreateGeometryFromGML | ( | scalar | GML | ) |
| GML | string containing GML |
| Geo::OGR::Geometry Geo::OGR::CreateGeometryFromWkb | ( | scalar | WKB, |
| scalar | srs = undef |
||
| ) |
| WKB | buffer containing well known binary |
| srs | a Geo::OSR::SpatialReference object |
| Geo::OGR::Geometry Geo::OGR::CreateGeometryFromWkt | ( | scalar | WKT, |
| scalar | srs = undef |
||
| ) |
| WKT | string containing well known text |
| srs | a Geo::OSR::SpatialReference object |
| Geo::OGR::DontUseExceptions | ( | ) |
| Geo::OGR::Driver Geo::OGR::Driver | ( | scalar | driver | ) |
| driver | the index or the name of the driver |
| list Geo::OGR::Drivers | ( | ) |
| list Geo::OGR::GeometryTypes | ( | ) |
| Geo::OGR::Driver Geo::OGR::GetDriver | ( | scalar | driver | ) |
An alias for the "Driver" method.
| driver | the index or the name of the driver |
| Geo::OGR::Driver Geo::OGR::GetDriverByName | ( | scalar | name | ) |
| name |
| scalar Geo::OGR::GetDriverCount | ( | ) |
| Geo::OGR::DataSource Geo::OGR::GetOpenDS | ( | scalar | number | ) |
| number | the data source number |
| scalar Geo::OGR::GetOpenDSCount | ( | ) |
| Geo::OGR::DataSource Geo::OGR::Open | ( | scalar | name, |
| scalar | update = 0 |
||
| ) |
| name | the data source name (directory, filename, etc.) |
| update | if set to true, the data source can be updated |
Reimplemented in Geo::OGR::Driver, and Geo::OGR::DataSource.
| Geo::OGR::DataSource Geo::OGR::OpenShared | ( | scalar | name, |
| scalar | update = 0 |
||
| ) |
| name | the data source name (directory, filename, etc.) |
| update | if set to true, the data source can be updated |
Reimplemented in Geo::OGR::DataSource.
| Geo::OGR::RegisterAll | ( | ) |
Called in initialization.
| Geo::OGR::SetGenerate_DB2_V72_BYTE_ORDER | ( | scalar | Generate_DB2_V72_BYTE_ORDER | ) |
Needed only on IBM DB2.
| Geo::OGR::UseExceptions | ( | ) |
1.7.3