Geo::GDAL
2.0
|
OGR utility functions. More...
Classes | |
class | DataSource |
A source and/or storage of vector data layers. More... | |
class | Driver |
A vector format driver. More... | |
class | Feature |
A collection of non-spatial and spatial attributes. More... | |
class | FeatureDefn |
A definition of the attributes of a feature class or a layer. More... | |
class | FieldDefn |
A definition of a non-spatial attribute. More... | |
class | Geometry |
Spatial data. More... | |
class | GeomFieldDefn |
A definition of a spatial attribute. More... | |
class | Layer |
A collection of similar features. More... | |
class | StyleTable |
Public Member Functions | |
public list | ByteOrders () |
public scalar | GeometryTypeModify (scalar type, scalar modifier) |
public scalar | GeometryTypeTest (scalar type, scalar test, scalar type2) |
public list | GeometryTypes () |
public Geo::OGR::Driver | GetDriver (scalar name) |
public list | GetDriverNames () |
public method | GetNonLinearGeometriesEnabledFlag () |
public Geo::OGR::DataSource | GetOpenDS (scalar number) |
public scalar | GetOpenDSCount () |
public method | OLMD_FID64 () |
public Geo::OGR::DataSource | Open (scalar name, scalar update=0) |
public Geo::OGR::DataSource | OpenShared (scalar name, scalar update=0) |
public method | SetGenerate_DB2_V72_BYTE_ORDER (scalar Generate_DB2_V72_BYTE_ORDER) |
public method | SetNonLinearGeometriesEnabledFlag () |
OGR utility functions.
A wrapper for many OGR utility functions and a root class for all OGR classes.
public list Geo::OGR::ByteOrders | ( | ) |
Class method.
public scalar Geo::OGR::GeometryTypeModify | ( | scalar | type, |
scalar | modifier | ||
) |
type | a geometry type (one of Geo::OGR::GeometryTypes). |
modifier | one of 'flatten', 'set_Z', 'make_collection', 'make_curve', or 'make_linear'. |
public list Geo::OGR::GeometryTypes | ( | ) |
Class method.
public scalar Geo::OGR::GeometryTypeTest | ( | scalar | type, |
scalar | test, | ||
scalar | type2 | ||
) |
type | a geometry type (one of Geo::OGR::GeometryTypes). |
test | one of 'has_z', 'is_subclass_of', 'is_curve', 'is_surface', or 'is_non_linear'. |
type2 | a geometry type (one of Geo::OGR::GeometryTypes). Required for 'is_subclass_of' test. |
public Geo::OGR::Driver Geo::OGR::GetDriver | ( | scalar | name | ) |
name | a driver name. One of Geo::OGR::GetDriverNames. |
public list Geo::OGR::GetDriverNames | ( | ) |
public method Geo::OGR::GetNonLinearGeometriesEnabledFlag | ( | ) |
public Geo::OGR::DataSource Geo::OGR::GetOpenDS | ( | scalar | number | ) |
number | The number of the requested data source. |
public scalar Geo::OGR::GetOpenDSCount | ( | ) |
public method Geo::OGR::OLMD_FID64 | ( | ) |
public Geo::OGR::DataSource Geo::OGR::Open | ( | scalar | name, |
scalar | update = 0 |
||
) |
name | The data source string (directory, filename, etc.). |
update | Whether to open the data source in update mode. |
public Geo::OGR::DataSource Geo::OGR::OpenShared | ( | scalar | name, |
scalar | update = 0 |
||
) |
name | The data source string (directory, filename, etc.). |
update | Whether to open the data source in update mode. |
public method Geo::OGR::SetGenerate_DB2_V72_BYTE_ORDER | ( | scalar | Generate_DB2_V72_BYTE_ORDER | ) |
Needed only on IBM DB2.
public method Geo::OGR::SetNonLinearGeometriesEnabledFlag | ( | ) |