| Constructor and Description |
|---|
ContourLine(ArrayList points,
double level) |
ContourLine(ArrayList points,
double level,
boolean ifNew) |
| Modifier and Type | Method and Description |
|---|---|
double |
getContourLevel() |
int |
getNumPoints()
Get number of points in this part.
|
double[] |
getX()
Get x coordinates for this part.
|
double[] |
getY()
Get y coordinates for this part.
|
boolean |
isNewLine() |
void |
setNewLineFlag(boolean newflag) |
public ContourLine(ArrayList points, double level)
public ContourLine(ArrayList points, double level, boolean ifNew)
public int getNumPoints()
GisPartgetNumPoints in interface GisPartpublic double[] getX()
GisPartpublic double[] getY()
GisPartpublic double getContourLevel()
public boolean isNewLine()
public void setNewLineFlag(boolean newflag)
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.