gov.noaa.pmel.tmap
Class RegionConstraint
java.lang.Object
|
+--gov.noaa.pmel.tmap.RegionConstraint
- public class RegionConstraint
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mCategory
Category mCategory
mCategories
Category[] mCategories
mUI
UI mUI
mLiveMap
LiveMap mLiveMap
mView
View mView
mAxesSet
java.util.HashSet mAxesSet
mViewSet
java.util.HashSet mViewSet
mAxes
java.util.Vector mAxes
mViewItems
java.util.Vector mViewItems
RegionConstraint
protected RegionConstraint(Category[] cats,
java.lang.String view)
throws java.sql.SQLException,
ServletException
getInstance
static RegionConstraint getInstance(java.lang.String[] ids)
throws java.sql.SQLException,
ServletException
java.sql.SQLException
ServletException
getInstance
static RegionConstraint getInstance(java.lang.String[] ids,
java.lang.String view)
throws java.sql.SQLException,
ServletException
java.sql.SQLException
ServletException
getUI
public UI getUI()
hasAxis
public boolean hasAxis(java.lang.String axis)
isRange
public boolean isRange(java.lang.String axis)
getLiveMap
public LiveMap getLiveMap()
getRegionItems
public java.util.Vector getRegionItems()
throws java.sql.SQLException
java.sql.SQLException
getAxis
public Axis getAxis(java.lang.String type)
throws java.sql.SQLException
java.sql.SQLException
getAxisWidgets
public java.util.Vector getAxisWidgets(java.lang.String type)
throws java.sql.SQLException
java.sql.SQLException
getAxisLo
public java.lang.String getAxisLo(java.lang.String type)
throws java.sql.SQLException
java.sql.SQLException
getAxisHi
public java.lang.String getAxisHi(java.lang.String type)
throws java.sql.SQLException
java.sql.SQLException
getProducts
public java.util.Vector getProducts()
throws java.sql.SQLException
java.sql.SQLException
getComparisonProducts
public java.util.Vector getComparisonProducts()
throws java.sql.SQLException
java.sql.SQLException
getViewItems
public java.util.Vector getViewItems()
getCategory
public Category getCategory()
throws java.sql.SQLException
- Returns the "main" category
java.sql.SQLException
getCategories
public Category[] getCategories()
throws java.sql.SQLException
- Returns all the requested categories
The first category is the "main" category
java.sql.SQLException
setCategories
public void setCategories(Category[] categories)
getView
public java.lang.String getView()
getViewRegion
public java.lang.String getViewRegion()
main
public static void main(java.lang.String[] args)
throws java.sql.SQLException,
ServletException
java.sql.SQLException
ServletException