|
Geo::GDAL
2.2
|
An object, which holds meta data. More...
Inheritance diagram for Geo::GDAL::MajorObject:
Collaboration diagram for Geo::GDAL::MajorObject:Public Member Functions | |
| public scalar | Description (scalar description) |
| public method | Domains () |
| 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 scalar Geo::GDAL::MajorObject::Description | ( | scalar | description | ) |
Object method.
| description | [optional] |
Code:
| public method Geo::GDAL::MajorObject::Domains | ( | ) |
Package subroutine.
Code:
Reimplemented in Geo::GDAL::Driver, Geo::GDAL::Dataset, and Geo::GDAL::Band.
| public scalar Geo::GDAL::MajorObject::GetDescription | ( | ) |
Object method.
Code:
| public hash reference Geo::GDAL::MajorObject::GetMetadata | ( | scalar | domain = "" | ) |
Object method.
| domain |
Code:
| public method Geo::GDAL::MajorObject::GetMetadataDomainList | ( | ) |
Code:
| public hash reference Geo::GDAL::MajorObject::Metadata | ( | hashref | metadata = undef, |
| scalar | domain = '' |
||
| ) |
Object method.
| metadata | |
| domain |
Code:
| public method Geo::GDAL::MajorObject::SetDescription | ( | scalar | NewDesc | ) |
Object method.
| NewDesc |
Code:
click to view
|
| public method Geo::GDAL::MajorObject::SetMetadata | ( | hashref | metadata, |
| scalar | domain = "" |
||
| ) |
Object method.
| metadata | |
| domain |
Code:
click to view
|