Geo::GDAL  2.1
Geo::GDAL::GCP Class Reference

A ground control point for georeferencing rasters. More...

+ Inheritance diagram for Geo::GDAL::GCP:
+ Collaboration diagram for Geo::GDAL::GCP:

Public Member Functions

public scalar new (scalar x=0.0, scalar y=0.0, scalar z=0.0, scalar column=0.0, scalar row=0.0, scalar info="", scalar id="")
 
- Public Member Functions inherited from Geo::GDAL
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 Geo::GDAL::Dataset Open (hash params)
 
public Geo::GDAL::Dataset OpenEx (hash params)
 
public list OpenFlags ()
 
public Geo::GDAL::Dataset OpenShared (scalar name, scalar access= 'ReadOnly')
 
public scalar PackCharacter (scalar DataType)
 
public scalar PackedDMSToDec (scalar packed)
 
public method PopFinderLocation ()
 
public method PushFinderLocation (scalar path)
 
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 Attributes

scalar Column
 cell x coordinate (access as $gcp->{Column})
 
scalar Id
 unique identifier (string) (access as $gcp->{Id})
 
scalar Info
 informational message (access as $gcp->{Info})
 
scalar Row
 cell y coordinate (access as $gcp->{Row})
 
scalar X
 projection coordinate (access as $gcp->{X})
 
scalar Y
 projection coordinate (access as $gcp->{Y})
 
scalar Z
 projection coordinate (access as $gcp->{Z})
 

Detailed Description

A ground control point for georeferencing rasters.

Definition at line 5001 of file all.pm.

Member Function Documentation

public scalar Geo::GDAL::GCP::new ( scalar  x = 0.0,
scalar  y = 0.0,
scalar  z = 0.0,
scalar  column = 0.0,
scalar  row = 0.0,
scalar  info = "",
scalar  id = "" 
)

Class method.

Parameters
xprojection coordinate
yprojection coordinate
zprojection coordinate
columncell x coordinate
rowcell y coordinate
infoinformational message
idunique identifier (string)
Returns
a new Geo::GDAL::GCP object
Code:
click to view

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