Class LayerZAxis
- java.lang.Object
-
- org.gcube.spatial.data.geoutility.bean.LayerZAxis
-
- All Implemented Interfaces:
Serializable
public class LayerZAxis extends Object implements Serializable
The Class LayerZAxis.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Feb 10, 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayerZAxis()Instantiates a new layer z axis.LayerZAxis(String units, boolean positive, List<Double> values)Instantiates a new layer z axis.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUnits()Gets the units.List<Double>getValues()Gets the values.booleanisPositive()Checks if is positive.voidsetPositive(boolean positive)Sets the positive.voidsetUnits(String units)Sets the units.voidsetValues(List<Double> values)Sets the values.StringtoString()
-
-
-
Field Detail
-
UNITS
public static final String UNITS
- See Also:
- Constant Field Values
-
POSITIVE
public static final String POSITIVE
- See Also:
- Constant Field Values
-
VALUES
public static final String VALUES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUnits
public String getUnits()
Gets the units.- Returns:
- the units
-
isPositive
public boolean isPositive()
Checks if is positive.- Returns:
- the positive
-
setUnits
public void setUnits(String units)
Sets the units.- Parameters:
units- the units to set
-
setPositive
public void setPositive(boolean positive)
Sets the positive.- Parameters:
positive- the positive to set
-
setValues
public void setValues(List<Double> values)
Sets the values.- Parameters:
values- the values to set
-
-