com.metsci.glimpse.charts.bathy
Class RecordVertices
java.lang.Object
com.metsci.glimpse.charts.bathy.RecordVertices
- All Implemented Interfaces:
- Render
public class RecordVertices
- extends java.lang.Object
- implements Render
- Author:
- ulman
Method Summary |
void |
drawContour(double startX,
double startY,
double endX,
double endY,
double contourLevel)
drawContour - interface for implementing the user supplied method to
render the countours. |
float[] |
getCoordsX()
|
float[] |
getCoordsY()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordVertices
public RecordVertices(GeoProjection projection)
drawContour
public void drawContour(double startX,
double startY,
double endX,
double endY,
double contourLevel)
- Description copied from interface:
Render
- drawContour - interface for implementing the user supplied method to
render the countours.
Draws a line between the start and end coordinates.
- Specified by:
drawContour
in interface Render
- Parameters:
startX
- - start coordinate for XstartY
- - start coordinate for YendX
- - end coordinate for XendY
- - end coordinate for YcontourLevel
- - Contour level for line.
getCoordsX
public float[] getCoordsX()
getCoordsY
public float[] getCoordsY()
Copyright © 2012 Metron, Inc.. All Rights Reserved.