public class Hspen extends Object
| Constructor and Description |
|---|
Hspen() |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
getCoordinates() |
Envelope |
getDepth() |
String |
getFaoAreas() |
Envelope |
getIceConcentration() |
Envelope |
getLandDistance() |
String |
getLayer() |
String |
getMeanDepth() |
Envelope |
getPrimaryProduction() |
Envelope |
getSalinity() |
String |
getSpeciesID() |
Envelope |
getTemperature() |
boolean |
isLandDistanceYN() |
boolean |
isPelagic() |
Object[] |
latitudeExtent() |
void |
setCoordinates(Coordinates coordinates) |
void |
setDepth(Envelope depth) |
void |
setFaoAreas(String faoAreas) |
void |
setIceConcentration(Envelope iceConcentration) |
void |
setLandDistance(Envelope landDistance) |
void |
setLandDistanceYN(boolean landDistanceYN) |
void |
setLayer(String layer) |
void |
setMeanDepth(String meanDepth) |
void |
setPelagic(boolean pelagic) |
void |
setPrimaryProduction(Envelope primaryProduction) |
void |
setSalinity(Envelope salinity) |
void |
setSpeciesID(String speciesID) |
void |
setTemperature(Envelope temperature) |
Object[] |
toObjectArray() |
public void setDepth(Envelope depth)
public Envelope getDepth()
public void setMeanDepth(String meanDepth)
public String getMeanDepth()
public void setPelagic(boolean pelagic)
public boolean isPelagic()
public void setLayer(String layer)
public String getLayer()
public void setTemperature(Envelope temperature)
public Envelope getTemperature()
public void setSalinity(Envelope salinity)
public Envelope getSalinity()
public void setPrimaryProduction(Envelope primaryProduction)
public Envelope getPrimaryProduction()
public void setIceConcentration(Envelope iceConcentration)
public Envelope getIceConcentration()
public void setLandDistanceYN(boolean landDistanceYN)
public boolean isLandDistanceYN()
public void setLandDistance(Envelope landDistance)
public Envelope getLandDistance()
public void setCoordinates(Coordinates coordinates)
public Coordinates getCoordinates()
public void setFaoAreas(String faoAreas)
public String getFaoAreas()
public Object[] toObjectArray()
public Object[] latitudeExtent()
public void setSpeciesID(String speciesID)
public String getSpeciesID()
Copyright © 2022. All Rights Reserved.