Constructor and Description |
---|
ContourLine(java.util.ArrayList points,
double level) |
ContourLine(java.util.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(java.util.ArrayList points, double level)
public ContourLine(java.util.ArrayList points, double level, boolean ifNew)
public int getNumPoints()
GisPart
getNumPoints
in interface GisPart
public double[] getX()
GisPart
public double[] getY()
GisPart
public double getContourLevel()
public boolean isNewLine()
public void setNewLineFlag(boolean newflag)