Geo::GDAL
2.2
|
A driver for a specific dataset format. More...
Public Member Functions | |
public list | Capabilities () |
public Geo::GDAL::Dataset | Copy (hash params) |
public method | CopyFiles (scalar NewName, scalar OldName) |
public Geo::GDAL::Dataset | Create (hash params) |
public list | CreationDataTypes () |
public list | CreationOptionList () |
public method | Delete (scalar name) |
public method | Domains () |
public scalar | Extension () |
public scalar | MIMEType () |
public scalar | Name () |
public method | Open () |
public method | Rename (scalar NewName, scalar OldName) |
public scalar | TestCapability (scalar cap) |
public method | stdout_redirection_wrapper () |
Public Member Functions inherited from Geo::GDAL::MajorObject | |
public scalar | Description (scalar description) |
public scalar | GetDescription () |
public hash reference | GetMetadata (scalar domain="") |
public method | GetMetadataDomainList () |
public hash reference | Metadata (hashref metadata=undef, scalar domain= '') |
public method | SetDescription (scalar NewDesc) |
public method | SetMetadata (hashref metadata, scalar domain="") |
Public Member Functions inherited from Geo::GDAL | |
public method | ApplyVerticalShiftGrid () |
public method | BuildVRT () |
public method | CPLBinaryToHex () |
public method | CPLHexToBinary () |
public method | CreatePansharpenedVRT () |
public scalar | DataTypeIsComplex (scalar DataType) |
public list | DataTypeValueRange (scalar DataType) |
public list | DataTypes () |
public scalar | DecToDMS (scalar angle, scalar axis, scalar precision=2) |
public scalar | DecToPackedDMS (scalar dec) |
public method | DontUseExceptions () |
public Geo::GDAL::Driver | Driver (scalar Name) |
public list | DriverNames () |
public list | Drivers () |
public method | EscapeString () |
public scalar | FindFile (scalar basename) |
public method | FinderClean () |
public method | GOA2GetAccessToken () |
public method | GOA2GetAuthorizationURL () |
public method | GOA2GetRefreshToken () |
public scalar | GetCacheMax () |
public scalar | GetCacheUsed () |
public scalar | GetConfigOption (scalar key) |
public scalar | GetDataTypeSize (scalar DataType) |
public method | GetJPEG2000StructureAsString () |
public Geo::GDAL::Driver | IdentifyDriver (scalar path, scalar siblings) |
public method | IdentifyDriverEx () |
public Geo::GDAL::Dataset | Open (hash params) |
public Geo::GDAL::Dataset | OpenEx (hash params) |
public list | OpenFlags () |
public scalar | PackCharacter (scalar DataType) |
public scalar | PackedDMSToDec (scalar packed) |
public method | PopFinderLocation () |
public method | PushFinderLocation (scalar path) |
public method | RELEASE_PARENT () |
public list | RIOResamplingTypes () |
public list | ResamplingTypes () |
public method | SetCacheMax (scalar Bytes) |
public method | SetConfigOption (scalar key, scalar value) |
public method | UseExceptions () |
public method | VSIFOpenExL () |
public method | VSIGetLastErrorMsg () |
public method | VSIGetLastErrorNo () |
public scalar | VersionInfo (scalar request= 'VERSION_NUM') |
public scalar | errstr () |
public method | i2s () |
public method | keep () |
public method | note () |
public method | parent () |
public method | s2i () |
public method | s_exists () |
public method | unkeep () |
public method | unnote () |
Public Attributes | |
scalar | HelpTopic |
$driver->{HelpTopic} | |
scalar | LongName |
$driver->{LongName} | |
scalar | ShortName |
$driver->{ShortName} |
public list Geo::GDAL::Driver::Capabilities | ( | ) |
Object method.
Currently capabilities are: CREATE, CREATECOPY, DEFAULT_FIELDS, NOTNULL_FIELDS, NOTNULL_GEOMFIELDS, OPEN, RASTER, VECTOR, and VIRTUALIO.
Examples.
public Geo::GDAL::Dataset Geo::GDAL::Driver::Copy | ( | hash | params | ) |
Object method. Create a new raster Geo::GDAL::Dataset as a copy of an existing dataset.
params | Named parameters:
|
public method Geo::GDAL::Driver::CopyFiles | ( | scalar | NewName, |
scalar | OldName | ||
) |
Object method. Copy the files of a dataset.
NewName | String. |
OldName | String. |
public Geo::GDAL::Dataset Geo::GDAL::Driver::Create | ( | hash | params | ) |
Object method. Create a raster dataset using this driver.
params | Named parameters:
|
public list Geo::GDAL::Driver::CreationDataTypes | ( | ) |
Object method.
public list Geo::GDAL::Driver::CreationOptionList | ( | ) |
Object method.
public method Geo::GDAL::Driver::Delete | ( | scalar | name | ) |
Object method.
name |
Code:
click to view
|
public method Geo::GDAL::Driver::Domains | ( | ) |
public scalar Geo::GDAL::Driver::Extension | ( | ) |
Object method.
public scalar Geo::GDAL::Driver::MIMEType | ( | ) |
Object method.
public scalar Geo::GDAL::Driver::Name | ( | ) |
Object method.
public method Geo::GDAL::Driver::Open | ( | ) |
Object method. The same as Geo::GDAL::Open except that only this driver is allowed.
Reimplemented in Geo::OGR::Driver.
public method Geo::GDAL::Driver::Rename | ( | scalar | NewName, |
scalar | OldName | ||
) |
Object method. Rename (move) a GDAL dataset.
NewName | String. |
OldName | String. |
public method Geo::GDAL::Driver::stdout_redirection_wrapper | ( | ) |
public scalar Geo::GDAL::Driver::TestCapability | ( | scalar | cap | ) |
Object method. Test whether the driver has the specified capability.
cap | A capability string (one of those returned by Capabilities). |