public class GCoordinatesData extends Object
Constructor and Description |
---|
GCoordinatesData(String name,
ArrayList<Double[]> coord,
Color color,
Shape shape,
Double gapx,
Double gapy)
Constructor
|
public GCoordinatesData(String name, ArrayList<Double[]> coord, Color color, Shape shape, Double gapx, Double gapy)
name
- Name of the plotcoord
- Coordinates (lon, lat)color
- Colorshape
- Shapegapx
- Gap on x coordinates defining when plot is splitgapy
- Gap on y coordinates defining when plot is splitpublic String getName()
public Color getColor()
public Shape getShape()
public Double getGapx()
public Double getGapy()
Copyright © 2024. All rights reserved.