public class MercatorMeterGCT extends AbstractGCT implements GeoCoordTransformation
Modifier and Type | Field and Description |
---|---|
static MercatorMeterGCT |
INSTANCE |
i18n, propertyPrefix
beanContextChildSupport, isolated
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty
Constructor and Description |
---|
MercatorMeterGCT() |
MercatorMeterGCT(double latfac,
double lonfac) |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D |
forward(double lat,
double lon,
java.awt.geom.Point2D ret) |
LatLonPoint |
inverse(double lon_m,
double lat_m,
LatLonPoint ret) |
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 static final MercatorMeterGCT INSTANCE
public MercatorMeterGCT()
public MercatorMeterGCT(double latfac, double lonfac)
public java.awt.geom.Point2D forward(double lat, double lon, java.awt.geom.Point2D ret)
forward
in interface GeoCoordTransformation
forward
in class AbstractGCT
public LatLonPoint inverse(double lon_m, double lat_m, LatLonPoint ret)
inverse
in interface GeoCoordTransformation
inverse
in class AbstractGCT
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details