GISMeshInvProject


Synopsis

provides an interface into the GIS inverse projection library that uses the AVS Mesh field type

Input Ports

in

Mesh

InverseTransform

String

GlobalRadius

double

baseLat

double

baseLon

double

firstPar

double

secondPar

double

 

Output Ports

out

Mesh

InverseTransform

String

GlobalRadius

double

baseLat

double

baseLon

double

firstPar

double

secondPar

double

 

Description

GISMeshInvProject provides an interface to allow the AVS/Express user to connect a mesh field type to the projection module. Most of the input and output ports are derived from the GISInverseProj module.

Input Ports

in

The input must be a field with any type of mesh. The mesh is then inverse projected according to the remaining input parameters.

InverseTransform
GlobalRadius
baseLat
baseLon
firstPar
secondPar

These ports are derived from the GISInverseProj module. Please consult the documentation for GISInverseProj for the meaning of these input ports.

Output Ports

out

This mesh field contains the results of the inverse map transformation performed on the input mesh.

Note: The "units" parameter of the out mesh is initially set to "meters." This corresponds with the default GlobalRadius of 6,378,000 meters.

InverseTransform
GlobalRadius
baseLat
baseLon
firstPar
secondPar

These ports correspond exactly to the corresponding input ports. They are provided merely as a convenience for passing parameter information to other modules

Example

Not Available.

File

v/gis1.v

See also