com.bbn.openmap.proj.coords
Interface GeoCoordTransformation

All Known Implementing Classes:
AbstractGCT, DatumShiftGCT, LambertConformalGCT, LatLonGCT, MercatorMeterGCT, MercatorUVGCT, MercatorUVGCT.OSM, MercatorUVGCT.TMS, MultiGCT, UTMGCT, VHTransform

public interface GeoCoordTransformation

A GeoCoordTransformation is an object that knows how to translate a set of coordinates from one coordinate system definition to/from a set of decimal degree coordinates.

Author:
dietrick

Method Summary
 java.awt.geom.Point2D forward(double lat, double lon)
           
 java.awt.geom.Point2D forward(double lat, double lon, java.awt.geom.Point2D ret)
           
 LatLonPoint inverse(double x, double y)
           
 LatLonPoint inverse(double x, double y, LatLonPoint ret)
           
 

Method Detail

forward

java.awt.geom.Point2D forward(double lat,
                              double lon)

forward

java.awt.geom.Point2D forward(double lat,
                              double lon,
                              java.awt.geom.Point2D ret)

inverse

LatLonPoint inverse(double x,
                    double y)

inverse

LatLonPoint inverse(double x,
                    double y,
                    LatLonPoint ret)


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details