Geo::GDAL  2.0
Geo::OSR Class Reference

Base class for projection related classes. More...

+ Inheritance diagram for Geo::OSR:

Classes

class  CoordinateTransformation
 An object for transforming from one projection to another. More...
 
class  SpatialReference
 A spatial reference system. More...
 

Public Member Functions

public list AngularUnits ()
 
public method CreateCoordinateTransformation ()
 
public list Datums ()
 
public list GetProjectionMethodParamInfo (scalar projection, scalar parameter)
 
public list GetProjectionMethodParameterList (scalar projection)
 
public array reference GetProjectionMethods ()
 
public scalar GetUserInputAsWKT (scalar name)
 
public scalar GetWellKnownGeogCSAsWKT (scalar name)
 Get well known geographic coordinate system as WKT. More...
 
public list LinearUnits ()
 
public list Parameters ()
 
public list Projections ()
 
public method SRS_PM_GREENWICH ()
 
public method SRS_WGS84_INVFLATTENING ()
 
public method SRS_WGS84_SEMIMAJOR ()
 
public method SRS_WKT_WGS84 ()
 

Detailed Description

Base class for projection related classes.

Definition at line 12076 of file all.pm.

Member Function Documentation

public list Geo::OSR::AngularUnits ( )

Class method.

Returns
list of known angular units.
Code:
click to view
public method Geo::OSR::CreateCoordinateTransformation ( )
Code:
click to view
public list Geo::OSR::Datums ( )

Class method.

Returns
list of known datums.
Code:
click to view
public list Geo::OSR::GetProjectionMethodParameterList ( scalar  projection)

Class method.

Parameters
projectionone of Geo::OSR::Projections
Returns
(arrayref parameters, $projection_name)
Code:
click to view
public list Geo::OSR::GetProjectionMethodParamInfo ( scalar  projection,
scalar  parameter 
)

Class method.

Parameters
projectionone of Geo::OSR::Projections
parameterone of Geo::OSR::Parameters
Returns
($user_friendly_name, $type, $default_value)
Code:
click to view
public array reference Geo::OSR::GetProjectionMethods ( )

Class method.

Deprecated:
Use Geo::OSR::Projections.
Returns
reference to an array of possible projection methods
Code:
click to view
public scalar Geo::OSR::GetUserInputAsWKT ( scalar  name)

Class method.

Parameters
namethe user input
Returns
a WKT string
Code:
click to view
public scalar Geo::OSR::GetWellKnownGeogCSAsWKT ( scalar  name)

Get well known geographic coordinate system as WKT.

Class method.

Parameters
namea well known name
Returns
a WKT string
Code:
click to view
public list Geo::OSR::LinearUnits ( )

Class method.

Returns
list of known linear units.
Code:
click to view
public list Geo::OSR::Parameters ( )

Class method.

Returns
list of known projection parameters.
Code:
click to view
public list Geo::OSR::Projections ( )

Class method.

Returns
list of known projections.
Code:
click to view
public method Geo::OSR::SRS_PM_GREENWICH ( )
Code:
click to view
public method Geo::OSR::SRS_WGS84_INVFLATTENING ( )
Code:
click to view
public method Geo::OSR::SRS_WGS84_SEMIMAJOR ( )
Code:
click to view
public method Geo::OSR::SRS_WKT_WGS84 ( )
Code:
click to view

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