public abstract class MercatorUVGCT extends AbstractGCT implements GeoCoordTransformation
Modifier and Type | Class and Description |
---|---|
static class |
MercatorUVGCT.OSM |
static class |
MercatorUVGCT.TMS |
i18n, propertyPrefix
beanContextChildSupport, isolated
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty
Modifier | Constructor and Description |
---|---|
protected |
MercatorUVGCT(int zoomLevel) |
Modifier and Type | Method and Description |
---|---|
abstract java.awt.geom.Point2D |
forward(double lat,
double lon,
java.awt.geom.Point2D ret) |
int |
getZoomLevel() |
abstract LatLonPoint |
inverse(double uvx,
double uvy,
LatLonPoint ret) |
void |
setZoomLevel(int zoomLevel) |
forward, inverse
getProperties, getPropertyInfo, getPropertyPrefix, setProperties, setProperties, setPropertyPrefix
addPropertyChangeListener, addVetoableChangeListener, childrenAdded, childrenRemoved, findAndInit, findAndInit, findAndUndo, firePropertyChange, fireVetoableChange, getBeanContext, isIsolated, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext, setIsolated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forward, inverse
public abstract java.awt.geom.Point2D forward(double lat, double lon, java.awt.geom.Point2D ret)
forward
in interface GeoCoordTransformation
forward
in class AbstractGCT
public abstract LatLonPoint inverse(double uvx, double uvy, LatLonPoint ret)
inverse
in interface GeoCoordTransformation
inverse
in class AbstractGCT
public int getZoomLevel()
public void setZoomLevel(int zoomLevel)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details