public class Map extends Object
Constructor and Description |
---|
Map() |
Map(LayerInfoType gisLayer,
boolean gis,
String title,
String mapType,
FileArray staticImages,
Resource resource,
String coverage,
long creationDate,
String author,
String fileSetId,
String layerId,
String speciesListCSV,
boolean custom) |
Modifier and Type | Method and Description |
---|---|
String |
author() |
void |
author(String author) |
String |
coverage() |
void |
coverage(String coverage) |
long |
creationDate() |
void |
creationDate(long creationDate) |
boolean |
custom() |
void |
custom(boolean custom) |
String |
fileSetId() |
void |
fileSetId(String fileSetId) |
boolean |
gis() |
void |
gis(boolean gis) |
LayerInfoType |
gisLayer() |
void |
gisLayer(LayerInfoType gisLayer) |
String |
layerId() |
void |
layerId(String layerId) |
String |
mapType() |
void |
mapType(String mapType) |
Resource |
resource() |
void |
resource(Resource resource) |
String |
speciesListCSV() |
void |
speciesListCSV(String speciesListCSV) |
FileArray |
staticImages() |
void |
staticImages(FileArray staticImages) |
String |
title() |
void |
title(String title) |
String |
toString() |
public LayerInfoType gisLayer()
public void gisLayer(LayerInfoType gisLayer)
gisLayer
- the gisLayer to setpublic boolean gis()
public void gis(boolean gis)
gis
- the gis to setpublic String title()
public void title(String title)
title
- the title to setpublic String mapType()
public void mapType(String mapType)
mapType
- the mapType to setpublic FileArray staticImages()
public void staticImages(FileArray staticImages)
staticImages
- the staticImages to setpublic Resource resource()
public void resource(Resource resource)
resource
- the resource to setpublic String coverage()
public void coverage(String coverage)
coverage
- the coverage to setpublic long creationDate()
public void creationDate(long creationDate)
creationDate
- the creationDate to setpublic String author()
public void author(String author)
author
- the author to setpublic String fileSetId()
public void fileSetId(String fileSetId)
fileSetId
- the fileSetId to setpublic String layerId()
public void layerId(String layerId)
layerId
- the layerId to setpublic String speciesListCSV()
public void speciesListCSV(String speciesListCSV)
speciesListCSV
- the speciesListCSV to setpublic boolean custom()
public void custom(boolean custom)
custom
- the custom to setCopyright © 2017. All Rights Reserved.