org.gwtopenmaps.openlayers.client
Class Projection

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.Projection

public class Projection
extends JSObjectWrapper

From the OpenLayers API docs: Class for coordinate transforms between coordinate systems.

Author:
Evgeny Gazdovsky, Edwin Commandeur - Atlis EJS

Constructor Summary
protected Projection(JSObject element)
           
  Projection(String projectionCode)
           
 
Method Summary
 String getProjectionCode()
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Projection

protected Projection(JSObject element)

Projection

public Projection(String projectionCode)
Parameters:
projectionCode - - projection code that identifies the projection or an SRS in a repository that contains projection and SRS definitions, such as the EPSG registry. An example of an EPSG SRS code is EPSG:4326, which is typically projected in equidistant cylindrical projection.
Method Detail

getProjectionCode

public String getProjectionCode()
Returns:
String - projection code, see Projection(String).


Copyright © 2011 sourceforge. All Rights Reserved.