org.gcube.portlets.user.homelibrary.home.workspace.folder.items
Interface AquaMapsItem

All Superinterfaces:
FolderItem, WorkspaceItem

public interface AquaMapsItem
extends FolderItem

Author:
Federico De Faveri defaveri@isti.cnr.it

Method Summary
 String getAuthor()
          Returns the item author.
 String getBoundingBox()
          Returns the bounding box.
 List<Image> getImages()
          Return the images associated with this AquamapsItem.
 String getMapName()
          Returns the map name.
 String getMapType()
          Returns the map type.
 File getMetadata()
          Return the metadata file.
 int getNumberOfGeneratedImages()
          Returns the number of generated images.
 int getNumberOfSpecies()
          Returns the number of species selected.
 float getPsoThreshold()
          Returns the PSO threshold.
 
Methods inherited from interface org.gcube.portlets.user.homelibrary.home.workspace.folder.FolderItem
getFolderItemType, getLength, getWorkflowData, getWorkflowId, getWorkflowStatus, setWorkflowData, setWorkflowId, setWorkflowStatus
 
Methods inherited from interface org.gcube.portlets.user.homelibrary.home.workspace.WorkspaceItem
cloneItem, getAccounting, getCapabilities, getChildren, getCreationTime, getDescription, getId, getLastAction, getLastModificationTime, getName, getOwner, getParent, getPath, getProperties, getType, isMarkedAsRead, isRoot, isShared, markAsRead, move, remove, removeChild, rename, setDescription
 

Method Detail

getMapName

String getMapName()
Returns the map name.

Returns:
the map name.

getMapType

String getMapType()
Returns the map type.

Returns:
the map type.

getAuthor

String getAuthor()
Returns the item author.

Returns:
the author

getNumberOfSpecies

int getNumberOfSpecies()
Returns the number of species selected.

Returns:
the numberOfSpecies

getBoundingBox

String getBoundingBox()
Returns the bounding box.

Returns:
the boundingBox

getPsoThreshold

float getPsoThreshold()
Returns the PSO threshold.

Returns:
the psoThreshold

getNumberOfGeneratedImages

int getNumberOfGeneratedImages()
Returns the number of generated images.

Returns:
the numberOfGeneratedImages

getMetadata

File getMetadata()
                 throws InternalErrorException
Return the metadata file.

Returns:
the metadata file.
Throws:
InternalErrorException - if an error occurs.

getImages

List<Image> getImages()
Return the images associated with this AquamapsItem.

Returns:
a list of images.


Copyright © 2013. All Rights Reserved.