public abstract class AbstractGCT extends OMComponent implements GeoCoordTransformation
i18n, propertyPrefix
beanContextChildSupport, isolated
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty
Constructor and Description |
---|
AbstractGCT() |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D |
forward(double lat,
double lon) |
abstract java.awt.geom.Point2D |
forward(double lat,
double lon,
java.awt.geom.Point2D ret) |
LatLonPoint |
inverse(double x,
double y) |
abstract LatLonPoint |
inverse(double x,
double y,
LatLonPoint ret) |
getProperties, getPropertyInfo, getPropertyPrefix, setProperties, setProperties, setPropertyPrefix
addPropertyChangeListener, addVetoableChangeListener, childrenAdded, childrenRemoved, findAndInit, findAndInit, findAndUndo, firePropertyChange, fireVetoableChange, getBeanContext, isIsolated, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext, setIsolated
public java.awt.geom.Point2D forward(double lat, double lon)
forward
in interface GeoCoordTransformation
public abstract java.awt.geom.Point2D forward(double lat, double lon, java.awt.geom.Point2D ret)
forward
in interface GeoCoordTransformation
public LatLonPoint inverse(double x, double y)
inverse
in interface GeoCoordTransformation
public abstract LatLonPoint inverse(double x, double y, LatLonPoint ret)
inverse
in interface GeoCoordTransformation
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details