class DataSetLocation extends Object
| Constructor and Description |
|---|
DataSetLocation(String label,
double latitude,
double longitude) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Location label.
|
double |
getLatitude()
Latitude.
|
double |
getLongitude()
Longitude.
|
void |
setLabel(String label) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
String |
toString() |
DataSetLocation(String label, double latitude, double longitude)
public String getLabel()
public void setLabel(String label)
public double getLatitude()
public void setLatitude(double latitude)
public double getLongitude()
public void setLongitude(double longitude)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.