org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced
Class Envelope
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.DataModel
org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.Envelope
public class Envelope
- extends DataModel
Methods inherited from class org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.DataModel |
fromXML, toXML |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Envelope
public Envelope()
isUseFaoAreas
public boolean isUseFaoAreas()
- Returns:
- the useFaoAreas
setUseFaoAreas
public void setUseFaoAreas(boolean useFaoAreas)
- Parameters:
useFaoAreas
- the useFaoAreas to set
isUseBoundingBox
public boolean isUseBoundingBox()
- Returns:
- the useBoundingBox
setUseBoundingBox
public void setUseBoundingBox(boolean useBoundingBox)
- Parameters:
useBoundingBox
- the useBoundingBox to set
isUseBottomSeaTempAndSalinity
public boolean isUseBottomSeaTempAndSalinity()
- Returns:
- the useBottomSeaTempAndSalinity
setUseBottomSeaTempAndSalinity
public void setUseBottomSeaTempAndSalinity(boolean useBottomSeaTempAndSalinity)
- Parameters:
useBottomSeaTempAndSalinity
- the useBottomSeaTempAndSalinity to set
getFaoAreas
public java.lang.String getFaoAreas()
- Returns:
- the faoAreas
setFaoAreas
public void setFaoAreas(java.lang.String faoAreas)
- Parameters:
faoAreas
- the faoAreas to set
getBoundingBox
public BoundingBox getBoundingBox()
- Returns:
- the boundingBox
setBoundingBox
public void setBoundingBox(BoundingBox boundingBox)
- Parameters:
boundingBox
- the boundingBox to set
isPelagic
public boolean isPelagic()
- Returns:
- the pelagic
setPelagic
public void setPelagic(boolean pelagic)
- Parameters:
pelagic
- the pelagic to set
getValueNames
public java.util.Set<HspenFields> getValueNames(EnvelopeFields parameterName)
getValue
public java.lang.Double getValue(EnvelopeFields parameterName,
HspenFields depthprefmax)
setValue
public void setValue(EnvelopeFields parameterName,
HspenFields valueName,
double d)
getMinValue
public java.lang.Double getMinValue(EnvelopeFields parameter)
getMinName
public static HspenFields getMinName(EnvelopeFields parameter)
getMaxValue
public java.lang.Double getMaxValue(EnvelopeFields parameter)
getMaxName
public static HspenFields getMaxName(EnvelopeFields parameter)
getPrefMinValue
public java.lang.Double getPrefMinValue(EnvelopeFields parameter)
getPrefMinName
public static HspenFields getPrefMinName(EnvelopeFields parameter)
getPrefMaxValue
public java.lang.Double getPrefMaxValue(EnvelopeFields parameter)
getPrefMaxName
public static HspenFields getPrefMaxName(EnvelopeFields parameter)
setUseMeanDepth
public void setUseMeanDepth(boolean useMeanDepth)
isUseMeanDepth
public boolean isUseMeanDepth()
toFieldArray
public FieldArray toFieldArray()