public class AquaMap extends Object
| Constructor and Description |
|---|
AquaMap() |
| Modifier and Type | Method and Description |
|---|---|
FileArray |
additionalFiles() |
void |
additionalFiles(FileArray additionalFiles) |
String |
algorithmType() |
void |
algorithmType(String algorithmType) |
String |
author() |
void |
author(String author) |
String |
boundingBox() |
void |
boundingBox(String boundingBox) |
long |
date() |
void |
date(long date) |
boolean |
gis() |
void |
gis(boolean gis) |
int |
id() |
void |
id(int id) |
FileArray |
images() |
void |
images(FileArray images) |
LayerArray |
layers() |
void |
layers(LayerArray layers) |
String |
name() |
void |
name(String name) |
SpeciesArray |
selectedSpecies() |
void |
selectedSpecies(SpeciesArray selectedSpecies) |
String |
status() |
void |
status(String status) |
float |
threshold() |
void |
threshold(float threshold) |
String |
toString() |
String |
type() |
void |
type(String type) |
public String boundingBox()
public void boundingBox(String boundingBox)
boundingBox - the boundingBox to setpublic String name()
public void name(String name)
name - the name to setpublic String author()
public void author(String author)
author - the author to setpublic long date()
public void date(long date)
date - the date to setpublic int id()
public void id(int id)
id - the id to setpublic String type()
public void type(String type)
type - the type to setpublic SpeciesArray selectedSpecies()
public void selectedSpecies(SpeciesArray selectedSpecies)
selectedSpecies - the selectedSpecies to setpublic LayerArray layers()
public void layers(LayerArray layers)
layers - the layers to setpublic FileArray images()
public void images(FileArray images)
images - the images to setpublic FileArray additionalFiles()
public void additionalFiles(FileArray additionalFiles)
additionalFiles - the additionalFiles to setpublic float threshold()
public void threshold(float threshold)
threshold - the threshold to setpublic String status()
public void status(String status)
status - the status to setpublic boolean gis()
public void gis(boolean gis)
gis - the gis to setpublic String algorithmType()
public void algorithmType(String algorithmType)
algorithmType - the algorithmType to setCopyright © 2018. All Rights Reserved.