| Constructor and Description |
|---|
ContourLine(java.util.ArrayList points,
double level,
boolean ifNew) |
ContourLine(java.util.List<java.awt.geom.Point2D.Double> points,
double level) |
| 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(java.util.List<java.awt.geom.Point2D.Double> points,
double level)
public ContourLine(java.util.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)