|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.isisfish.map.DefaultDataMap
public class DefaultDataMap
DefaultDataMap.java A default DataMap implementation. Created: Mon Apr 22 16:39:08 2002
| Field Summary | |
|---|---|
protected Coordinate[] |
coordinates
|
protected DataMapInfo |
info
|
protected double |
value
|
| Constructor Summary | |
|---|---|
DefaultDataMap()
Construct the DefaultDataMap. |
|
DefaultDataMap(Coordinate[] coordinates,
double value)
|
|
DefaultDataMap(Coordinate[] coordinates,
double value,
DataMapInfo info)
Construct the DefaultDataMap. |
|
DefaultDataMap(double value)
|
|
DefaultDataMap(float[] latitudes,
float[] longitudes,
double value)
|
|
DefaultDataMap(java.lang.String latitudes,
java.lang.String longitudes,
double value)
|
|
| Method Summary | |
|---|---|
Coordinate[] |
getCoordinates()
Get the coordinates of the Cells position of the DataMap on the map. |
DataMapInfo |
getInfo()
Get the value of info. |
double |
getValue()
Get the value of value. |
void |
setCoordinates(Coordinate[] coordinates)
Set the coordinates of the Cells position of the DataMap on the map. |
void |
setCoordinates(float[] latitudes,
float[] longitudes)
Set the coordinates of the Cells position of the DataMap on the map. |
void |
setCoordinates(java.lang.String latitudes,
java.lang.String longitudes)
Set the coordinates of the Cells position of the DataMap on the map. |
void |
setInfo(DataMapInfo v)
Set the value of info. |
void |
setValue(double v)
Set the value of value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected double value
protected DataMapInfo info
protected Coordinate[] coordinates
| Constructor Detail |
|---|
public DefaultDataMap()
public DefaultDataMap(Coordinate[] coordinates,
double value,
DataMapInfo info)
coordinates - Coordinates of the DataMap cellsvalue - Valueinfo - DataMapInfo
public DefaultDataMap(Coordinate[] coordinates,
double value)
public DefaultDataMap(double value)
public DefaultDataMap(java.lang.String latitudes,
java.lang.String longitudes,
double value)
public DefaultDataMap(float[] latitudes,
float[] longitudes,
double value)
| Method Detail |
|---|
public void setCoordinates(java.lang.String latitudes,
java.lang.String longitudes)
latitudes - Latitudeslongitudes - Longitudes
public void setCoordinates(float[] latitudes,
float[] longitudes)
latitudes - Latitudeslongitudes - Longitudespublic void setCoordinates(Coordinate[] coordinates)
coordinates - Coordinatespublic Coordinate[] getCoordinates()
getCoordinates in interface DataMappublic double getValue()
getValue in interface DataMappublic void setValue(double v)
v - Value to assign to value.public DataMapInfo getInfo()
getInfo in interface DataMappublic void setInfo(DataMapInfo v)
v - Value to assign to info.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||