org.gcube.dataanalysis.ecoengine.models.cores.aquamaps
Class OccurrencePointSets

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.models.cores.aquamaps.OccurrencePointSets

public class OccurrencePointSets
extends Object


Constructor Summary
OccurrencePointSets()
           
 
Method Summary
 void addOccurrencePoint(EnvelopeModel name, OccurrencePoint occurrencePoint)
           
 void addOccurrencePoint(String name, OccurrencePoint occurrencePoint)
           
 void addOccurrencePointList(EnvelopeModel name, List<OccurrencePoint> pointsList)
           
 void addOccurrencePointList(String name, List<OccurrencePoint> pointsList)
           
 Map<String,List<OccurrencePoint>> getOccurrenceMap()
           
 void setOccurrenceMap(Map<String,List<OccurrencePoint>> occurrenceMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OccurrencePointSets

public OccurrencePointSets()
Method Detail

setOccurrenceMap

public void setOccurrenceMap(Map<String,List<OccurrencePoint>> occurrenceMap)

getOccurrenceMap

public Map<String,List<OccurrencePoint>> getOccurrenceMap()

addOccurrencePointList

public void addOccurrencePointList(String name,
                                   List<OccurrencePoint> pointsList)

addOccurrencePointList

public void addOccurrencePointList(EnvelopeModel name,
                                   List<OccurrencePoint> pointsList)

addOccurrencePoint

public void addOccurrencePoint(String name,
                               OccurrencePoint occurrencePoint)

addOccurrencePoint

public void addOccurrencePoint(EnvelopeModel name,
                               OccurrencePoint occurrencePoint)


Copyright © 2013. All Rights Reserved.