List of all members.
Member Function Documentation
- Parameters:
-
name | |
field_type | one of field types. Optional. Default is String. |
Usage:
- Returns:
- a new Geo::OGR::FieldDefn object
- Parameters:
-
parameters | named parameters: Name, Type, Justify, Width, Precision |
Usage:
- Returns:
- a new Geo::OGR::FieldDefn object
Get and/or set the ignore status (whether this field should be omitted when fetching features) of this field.
- Note:
- a.k.a. IsIgnored, SetIgnored
- Parameters:
-
- Returns:
- the ignore status in non-void context
- Since:
- 1.9.0
Get and/or set the justification of this field.
- Note:
- a.k.a. GetJustify, SetJustify
- Parameters:
-
justify | [optional] as string: Undefined, Left, or Right |
- Returns:
- one of Undefined Left Right in non-void context
Get and/or set the name of the field.
- Note:
- a.k.a. GetName, GetNameRef, SetName
- Parameters:
-
- Returns:
- the name in non-void context
Get and/or set the precision of this field.
- Note:
- a.k.a. GetPrecision, SetPrecision
- Parameters:
-
- Returns:
- integer in non-void context
Get the schema or set parts of the schema
- Parameters:
-
parameters | [optional] named parameters: Name, Type, Justify, Width, Precision |
- Returns:
- a reference to a hash whose keys are Name, Type, Justify, Width, and Precision
- Note:
- a.k.a. GetFieldTypeName, GetTypeName, GetType, SetType
- Parameters:
-
type | [optional] one of field types: Integer, IntegerList, Real, RealList, String, StringList, WideString, WideStringList, Binary, Date, Time, or DateTime (wide strings are not really supported yet?) |
- Returns:
- one of field types in non-void context
Get and/or set the field width.
- Note:
- a.k.a. GetWidth, SetWidth
- Parameters:
-
- Returns:
- integer in non-void context
Member Data Documentation
Field types supported by GDAL, one of: Integer IntegerList Real RealList String StringList WideString WideStringList Binary Date Time DateTime
Justify types supported by GDAL, one of: Undefined Left Right
The documentation for this class was generated from the following file: