public class AquaMap extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAuthor() |
String |
getCoverage() |
Long |
getCreationDate() |
ArrayList<File> |
getFiles() |
String |
getFileSetId() |
LayerInfo |
getLayer() |
String |
getLayerId() |
ObjectType |
getMapType() |
Resource |
getResource() |
String |
getSpeciesCsvList() |
String |
getTitle() |
int |
hashCode() |
Boolean |
isCustom() |
boolean |
isGis() |
static List<AquaMap> |
load(MapArray toLoad) |
void |
setAuthor(String author) |
void |
setCoverage(String coverage) |
void |
setCreationDate(Long creationDate) |
void |
setCustom(Boolean custom) |
void |
setFiles(ArrayList<File> files) |
void |
setFileSetId(String fileSetId) |
void |
setGis(boolean gis) |
void |
setLayer(LayerInfo layer) |
void |
setLayerId(String layerId) |
void |
setMapType(ObjectType mapType) |
void |
setResource(Resource resource) |
void |
setSpeciesCsvList(String speciesCsvList) |
void |
setTitle(String title) |
String |
toString() |
Map |
toStubsVersion() |
static MapArray |
toStubsVersion(Collection<AquaMap> toConvert) |
public AquaMap()
public AquaMap(Map toLoad)
public Map toStubsVersion() throws org.json.JSONException
org.json.JSONException
public static MapArray toStubsVersion(Collection<AquaMap> toConvert) throws org.json.JSONException
org.json.JSONException
public LayerInfo getLayer()
public void setLayer(LayerInfo layer)
public boolean isGis()
public void setGis(boolean gis)
public String getTitle()
public void setTitle(String title)
public ObjectType getMapType()
public void setMapType(ObjectType mapType)
public Resource getResource()
public Boolean isCustom()
public void setCustom(Boolean custom)
public void setResource(Resource resource)
public String getCoverage()
public void setCoverage(String coverage)
public Long getCreationDate()
public void setCreationDate(Long creationDate)
public String getAuthor()
public void setAuthor(String author)
public String getFileSetId()
public void setFileSetId(String fileSetId)
public String getLayerId()
public void setLayerId(String layerId)
public String getSpeciesCsvList()
public void setSpeciesCsvList(String speciesCsvList)
Copyright © 2017. All Rights Reserved.