org.gwtopenmaps.openlayers.client
Class Projection
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
getProjectionCode
public String getProjectionCode()
- Returns:
- String - projection code, see
Projection(String)
.
Copyright © 2011 sourceforge. All Rights Reserved.