NAME

Geo::GDAL::Const - A Perl interface to the constants in the GDAL library.

SYNOPSIS

use Geo::GDAL;

ABSTRACT

This module is a part of the Perl bindings to the GDAL library. The GDAL modules allows you to access and manipulate from Perl all geospatial data that the installed GDAL library is configured to read/write.

STATUS

This module is beta quality. As most of the names and calling conventions come directly from the underlying GDAL library they are quite stable and will continue to work like the do now. However, many things could, should, and will be made more perlish.

Generally, those methods which are documented, have been tested. If the method or constructor you are looking for is not documented, perhaps there is another way of doing what you want to do.

CONSTANTS

Access as $Geo::GDAL::Const::<constant>

GDT_Unknown
GDT_Byte
GDT_UInt16
GDT_Int16
GDT_UInt32
GDT_Int32
GDT_Float32
GDT_Float64
GDT_CInt16
GDT_CInt32
GDT_CFloat32
GDT_CFloat64
GDT_TypeCount
GA_ReadOnly
GA_Update
GF_Read
GF_Write
GCI_Undefined
GCI_GrayIndex
GCI_PaletteIndex
GCI_RedBand
GCI_GreenBand
GCI_BlueBand
GCI_AlphaBand
GCI_HueBand
GCI_SaturationBand
GCI_LightnessBand
GCI_CyanBand
GCI_MagentaBand
GCI_YellowBand
GCI_BlackBand
GRA_NearestNeighbour
GRA_Bilinear
GRA_Cubic
GRA_CubicSpline
GPI_Gray
GPI_RGB
GPI_CMYK
GPI_HLS
CXT_Element
CXT_Text
CXT_Attribute
CXT_Comment
CXT_Literal
CE_None
CE_Debug
CE_Warning
CE_Failure
CE_Fatal
CPLE_None
CPLE_AppDefined
CPLE_OutOfMemory
CPLE_FileIO
CPLE_OpenFailed
CPLE_IllegalArg
CPLE_NotSupported
CPLE_AssertionFailed
CPLE_NoWriteAccess
CPLE_UserInterrupt
DMD_LONGNAME
DMD_HELPTOPIC
DMD_MIMETYPE
DMD_EXTENSION
DMD_CREATIONOPTIONLIST
DMD_CREATIONDATATYPES
DCAP_CREATE
DCAP_CREATECOPY
CPLES_BackslashQuotable
CPLES_XML
CPLES_URL
CPLES_SQL
CPLES_CSV

KNOWN BUGS

These constants should be exportable.

SEE ALSO

perl(1), gdal(3pm), osr(3pm), ogr(3pm).

http://www.gdal.org

AUTHORS

The GDAL bindings team (in alphabetical order):

ari.jolma at tkk.fi cfis at interserv.com hobu at iastate.edu kruland at ku.edu warmerdam at pobox.com

COPYRIGHT AND LICENSE

Copyright 2005-2006 by the GDAL bindings team.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA.