Class WKTParameter
- java.lang.Object
-
- org.gcube.data.analysis.dataminermanagercl.shared.parameters.Parameter
-
- org.gcube.data.analysis.dataminermanagercl.shared.parameters.WKTParameter
-
- All Implemented Interfaces:
Serializable
public class WKTParameter extends Parameter
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.gcube.data.analysis.dataminermanagercl.shared.parameters.Parameter
description, name, typology, value
-
-
Constructor Summary
Constructors Constructor Description WKTParameter()WKTParameter(String name, String description, WKTGeometryType wktGeometryType, String defaultValue)WKTParameter(String name, String description, WKTGeometryType wktGeometryType, Coordinates coordinates, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinatesgetCoordinates()StringgetDefaultValue()WKTGeometryTypegetWktGeometryType()voidsetCoordinates(Coordinates coordinates)voidsetDefaultValue(String defaultValue)voidsetWktGeometryType(WKTGeometryType wktGeometryType)StringtoString()-
Methods inherited from class org.gcube.data.analysis.dataminermanagercl.shared.parameters.Parameter
getDescription, getName, getTypology, getValue, setDescription, setName, setTypology, setValue
-
-
-
-
Constructor Detail
-
WKTParameter
public WKTParameter()
-
WKTParameter
public WKTParameter(String name, String description, WKTGeometryType wktGeometryType, String defaultValue)
- Parameters:
name- namedescription- descriptionwktGeometryType- wkt geometry typedefaultValue- default value
-
WKTParameter
public WKTParameter(String name, String description, WKTGeometryType wktGeometryType, Coordinates coordinates, String defaultValue)
- Parameters:
name- Namedescription- DescriptionwktGeometryType- WKT geometry typecoordinates- CoordinatesdefaultValue- Default Value
-
-
Method Detail
-
getDefaultValue
public String getDefaultValue()
- Returns:
- the defaultValue
-
setDefaultValue
public void setDefaultValue(String defaultValue)
- Parameters:
defaultValue- the defaultValue to set
-
getWktGeometryType
public WKTGeometryType getWktGeometryType()
- Returns:
- the WKT Geometry Type
-
setWktGeometryType
public void setWktGeometryType(WKTGeometryType wktGeometryType)
- Parameters:
wktGeometryType- set the WKT Geometry Type
-
getCoordinates
public Coordinates getCoordinates()
-
setCoordinates
public void setCoordinates(Coordinates coordinates)
-
-