BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STSRS

Extends STContent

Defines a reference system for spatially referenced data.

A valid SRS will always have a GCS (STGCS).

A projected SRS will have a project system (STProjectionSystem). This could be one of:
- STPCSValues - a custom projected system
- STUTM
- STStatePlane
- STPCSEPSGCode

Copyright, SchoonerTurtles LLP, 2009
@author Jim Graham

Static Functions

ReturnsFunctionThrows
STSRS NewEPSG(int NewEPSGCode) Exception
STSRS NewGeographic(STGCS TheGCS) Exception
STSRS NewGoogleMercator() Exception
STSRS NewStatePlane(STGCS TheGCS,String State,String Zone,
     STLinearUnit
LinearUnit)
Exception
STSRS NewUTM(STGCS TheGCS,int UTMZone,boolean South) Exception

Static Functions


STSRS NewEPSG(int NewEPSGCode) Exception


STSRS NewGeographic(STGCS TheGCS) Exception


STSRS NewGoogleMercator() Exception


STSRS NewStatePlane(STGCS TheGCS,String State,String Zone,
     STLinearUnit LinearUnit) Exception


STSRS NewUTM(STGCS TheGCS,int UTMZone,boolean South) Exception

Creates a new STSRS set the the specified UTM zone.

Parameters:
    TheGCS
    UTMZone
    South
Returns:
Throws: Exception