public class MultiGCT extends AbstractGCT
GeoCoordTransformation
consisting of an ordered list of other
GeoCoordTransformation
.
The forward methods perform the GeoCoordTransformation
s in the given
order. The inverse methods in the opposite order.
i18n, propertyPrefix
beanContextChildSupport, isolated
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty
Constructor and Description |
---|
MultiGCT(GeoCoordTransformation[] gcts) |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D |
forward(double lat,
double lon,
java.awt.geom.Point2D ret) |
LatLonPoint |
inverse(double x,
double y,
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
public MultiGCT(GeoCoordTransformation[] gcts)
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 x, double y, LatLonPoint ret)
inverse
in interface GeoCoordTransformation
inverse
in class AbstractGCT
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details