org.gcube.application.aquamaps.ecomodelling.generators.connectors
Class BoundingBoxInformation

java.lang.Object
  extended by org.gcube.application.aquamaps.ecomodelling.generators.connectors.BoundingBoxInformation

public class BoundingBoxInformation
extends java.lang.Object


Constructor Summary
BoundingBoxInformation()
           
 
Method Summary
 boolean isInBoundingBox()
           
 boolean isInFaoArea()
           
 void setInBoundingBox(boolean inBoundingBox)
           
 void setInFaoArea(boolean inFaoArea)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBoxInformation

public BoundingBoxInformation()
Method Detail

setInBoundingBox

public void setInBoundingBox(boolean inBoundingBox)

isInBoundingBox

public boolean isInBoundingBox()

setInFaoArea

public void setInFaoArea(boolean inFaoArea)

isInFaoArea

public boolean isInFaoArea()