public interface VPFWarehouse
Modifier and Type | Method and Description |
---|---|
boolean |
checkLibraryForUsage(java.lang.String libName)
Utility method to check if the specified library name has been set by the
configuration as one to use.
|
boolean |
drawAreaFeatures()
Return true if we may draw some area features.
|
boolean |
drawCPointFeatures()
Return true if we may draw some connected node(point) features.
|
boolean |
drawEdgeFeatures()
Return true if we may draw some edge features.
|
boolean |
drawEPointFeatures()
Return true if we may draw some entity node(point) features.
|
boolean |
drawTextFeatures()
Return true if we may draw some text features.
|
java.util.List<java.lang.String> |
getFeatures()
Get a List of Strings listing all the feature types wanted.
|
java.awt.Component |
getGUI(LibrarySelectionTable lst)
Get the GUI to control different aspects of the warehouse.
|
java.util.List<java.lang.String> |
getUseLibraries()
Get a library name to limit selections from.
|
void |
resetForCAT()
To let the warehouse know that a new CoverageAttributeTable
will be using the warehouse.
|
void |
setUseLibraries(java.util.List<java.lang.String> lib)
Set a library name to limit selections from.
|
boolean drawEdgeFeatures()
boolean drawTextFeatures()
boolean drawAreaFeatures()
void resetForCAT()
java.awt.Component getGUI(LibrarySelectionTable lst)
lst
- LibrarySelectionTable to use to get information
about the data, if needed.boolean drawEPointFeatures()
boolean drawCPointFeatures()
java.util.List<java.lang.String> getFeatures()
java.util.List<java.lang.String> getUseLibraries()
void setUseLibraries(java.util.List<java.lang.String> lib)
boolean checkLibraryForUsage(java.lang.String libName)
libName
- the library name to testCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details