NCL Home >
Documentation >
HLUs >
Classes
SphericalTransformation class
The SphericalTransformation class implements forward and reverse transformations for spherical grids defined using 2D coordinate arrays.Synopsis
Header file: ncarg/hlu/SphericalTransformation.h Class name: sphericalTransformationClass Class pointer: <Not referenceable> Fortran class function: <Not referenceable> Superclass: Transformation Composite classes: <None>
Resources
Local resources
The SphericalTransformation class does not define any publicly accessible resources.Composite resources
The SphericalTransformation class has no composite class objects.Superclass resources
You can set all resources defined by the superclasses of the SphericalTransformation object class, including:Description
The SphericalTransformation provides a algorithm for handling the transformations of data defined on two-dimensional coordinate grids representing some portion of the surface of a sphere. You do not create objects of the SphericalTransformation class directly. Plot objects that handle ScalarField and VectorField data create a SphericalTransformation object to handle the data transformations if:- the data object provides 2D coordinate arrays; and,
- the Transformation super-class resource
trGridType
is set to
Spherical
.
Support functions
There are no special support functions defined for the SphericalTransformation class or its superclasses.Status
See also
- ScalarField object
- VectorField object
- ContourPlot object
- StreamlinePlot object
- VectorPlot object
- Transformation object
- Obj object