Geo::GDAL 0.21

Geo::OGR::FieldDefn Class Reference

List of all members.

Public Class Methods

 new (scalar name="unnamed", scalar field_type=scalar Geo::OGR::OFTString)
 GetFieldTypeName (scalar type)

Public Object Methods

 GetName ()
 GetNameRef ()
 SetName (scalar name)
 GetType ()
 SetType (scalar type)
 GetJustify ()
 SetJustify (scalar justification)
 GetWidth ()
 SetWidth (scalar width)
 GetPrecision ()
 SetPrecision (scalar precision)

Member Function Documentation

Geo::OGR::FieldDefn::GetFieldTypeName ( scalar  type)
Returns:
scalar (string)
Geo::OGR::FieldDefn::GetJustify ( )
Returns:
one of $Geo::OGR::OJ*
Geo::OGR::FieldDefn::GetName ( )
Returns:
scalar (string)
Geo::OGR::FieldDefn::GetNameRef ( )
Returns:
scalar (string)
Geo::OGR::FieldDefn::GetPrecision ( )
Returns:
scalar (int)
Geo::OGR::FieldDefn::GetType ( )
Returns:
one of $Geo::OGR::OFT*
Geo::OGR::FieldDefn::GetWidth ( )
Returns:
scalar (int)
Geo::OGR::FieldDefn::new ( scalar  name = "unnamed",
scalar  field_type = scalar Geo::OGR::OFTString 
)
Returns:
Geo::OGR::FieldDefn object
Geo::OGR::FieldDefn::SetJustify ( scalar  justification)
Parameters:
$justificationone of $Geo::OGR::OJ*
Geo::OGR::FieldDefn::SetName ( scalar  name)
Geo::OGR::FieldDefn::SetPrecision ( scalar  precision)
Parameters:
$precisionscalar (int)
Geo::OGR::FieldDefn::SetType ( scalar  type)
Parameters:
$typeone of $Geo::OGR::OFT*
Geo::OGR::FieldDefn::SetWidth ( scalar  width)

The documentation for this class was generated from the following file: