GISMeshProject


Synopsis

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

Input Ports

in

Mesh

Transform

String

GlobalRadius

double

baseLat

double

baseLon

double

firstPar

double

secondPar

double

 

Output Ports

out

Mesh

Transform

String

GlobalRadius

double

baseLat

double

baseLon

double

firstPar

double

secondPar

double

 

Description

GISMeshProject provides an interface to allow you to connect a mesh field type to the projection module. Most of the input and output ports are derived from the GISProjection module.

Input Ports

in

A field with any type of mesh. The mesh is then projected according to the remaining input parameters.

Transform
GlobalRadius
baseLat
baseLon
firstPar
secondPar

Derived from the GISProjection module. See GISProjection for details of these ports.

Output Ports

out

A mesh field containing the results of the 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.

Transform
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