Constructor and Description |
---|
RecordVertices(GeoProjection projection) |
Modifier and Type | Method and Description |
---|---|
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() |
public RecordVertices(GeoProjection projection)
public void drawContour(double startX, double startY, double endX, double endY, double contourLevel)
Render
drawContour
in interface Render
startX
- - start coordinate for XstartY
- - start coordinate for YendX
- - end coordinate for XendY
- - end coordinate for YcontourLevel
- - Contour level for line.public float[] getCoordsX()
public float[] getCoordsY()
Copyright © 2016 Metron, Inc.. All rights reserved.