List of all members.
Member Function Documentation
Geo::OGR::FeatureDefn::AddFieldDefn |
( |
scalar |
defn | ) |
|
scalar Geo::OGR::FeatureDefn::GeometryType |
( |
scalar |
geometry_type | ) |
|
Get or set the geometry type. Alternative name: GeomType.
- Parameters:
-
geometry_type | [optional] one of geometry types |
- Returns:
- the geometry types
scalar Geo::OGR::FeatureDefn::GetFieldCount |
( |
| ) |
|
scalar Geo::OGR::FeatureDefn::GetFieldIndex |
( |
scalar |
name | ) |
|
- Parameters:
-
- Returns:
- integer (-1 if no such field)
scalar Geo::OGR::FeatureDefn::GetGeomType |
( |
| ) |
|
scalar Geo::OGR::FeatureDefn::GetName |
( |
| ) |
|
scalar Geo::OGR::FeatureDefn::GetReferenceCount |
( |
| ) |
|
hashref Geo::OGR::FeatureDefn::Schema |
( |
hash |
schema | ) |
|
Get or set the schema. The schema is a hash (Name => name, GeometryType => geometry_type, Fields => [list of Geo::OGR::FieldDefn objects or hashrefs from which such can be created]. The Name nor GeometryType cannot be set and the Fields are added to the schema. Fields is an array of hashrefs that contain schemas of FieldDefns
- Parameters:
-
- Returns:
Geo::OGR::FeatureDefn::SetGeomType |
( |
scalar |
type | ) |
|
- Deprecated:
- use Geo::OGR::FeatureDefn::GeomType, which accepts a string
- Parameters:
-
The documentation for this class was generated from the following file: