public class StationLoc
extends java.lang.Object
Constructor and Description |
---|
StationLoc(Station sta,
int[] xCoords,
int[] yCoords) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImageMapStylePoly() |
int |
getNumPoints() |
Station |
getStation() |
int |
getX(int point) |
int |
getY(int point) |
public StationLoc(Station sta, int[] xCoords, int[] yCoords)
public Station getStation()
public int getX(int point)
public int getY(int point)
public int getNumPoints()
public java.lang.String getImageMapStylePoly()