BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STProjector

Extends STProcess

Object Functions

ReturnsFunctionThrows
double[] ProjectFromGeographic(double X,double Y) Exception
ProjectFromGeographic(double[] TheXArray,double[] TheYArray) Exception
double[] ProjectToGeographic(double X,double Y) Exception
ProjectToGeographic(double[] TheXArray,double[] TheYArray) Exception

Object Functions


double[] ProjectFromGeographic(double X,double Y) Exception

Projection a point from geographic to another projection system.

Parameters:
    X
    Y
Returns:
Throws: Exception


ProjectFromGeographic(double[] TheXArray,double[] TheYArray) Exception


Parameters:
    TheXArray
    TheYArray
Throws: Exception


double[] ProjectToGeographic(double X,double Y) Exception

Project a point from a projection system to to geographic.

Parameters:
    X
    Y
Returns:
Throws: Exception


ProjectToGeographic(double[] TheXArray,double[] TheYArray) Exception

Project an array of points. This function and the following one are the two
that will be typically overriden by subclasses.

Parameters:
    TheXArray
    TheYArray
Throws: Exception