com.bbn.openmap.util.coordFormatter
Interface CoordInfoFormatter
- All Superinterfaces:
- PropertyConsumer
- All Known Implementing Classes:
- BasicCoordInfoFormatter, DMSCoordInfoFormatter
public interface CoordInfoFormatter
- extends PropertyConsumer
A CoordInfoFormatter is an object that can create a String for display from coordinate information.
- Author:
- dietrick
createCoordinateInformationLine
java.lang.String createCoordinateInformationLine(int x,
int y,
LatLonPoint llp,
java.lang.Object source)
- The main function of this class
- Parameters:
x
- the x pixel coordinate of the map, 0 is left side.y
- the y pixel coordinate of the map, 0 is top.llp
- the LatLonPoint represented by the pixel location.source
- the object calling this method.
- Returns:
getPrettyName
java.lang.String getPrettyName()
- A name, suitable for GUI display, of this formatter.
- Returns:
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details