|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.collab.SharableImpl
ucar.unidata.data.DataSourceImpl
ucar.unidata.data.FilesDataSource
ucar.unidata.data.point.PointDataSource
ucar.unidata.data.point.TextPointDataSource
ucar.unidata.data.point.CDOGTextPointDataSource
public class CDOGTextPointDataSource
DataSource to handle the Comprehensive Deepwater Oil and Gass (CDOG) Blowout Model space delimited text output
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.unidata.data.point.TextPointDataSource |
|---|
TextPointDataSource.Metadata |
| Nested classes/interfaces inherited from class ucar.unidata.data.point.PointDataSource |
|---|
PointDataSource.PlotModelSelectionComponent |
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.data.point.TextPointDataSource |
|---|
BLANK_DELIM, COMMA_DELIM, PREF_METADATAMAP, PROP_DATAPROPERTIES, PROP_HEADER_BLOB, PROP_HEADER_EXTRA, PROP_HEADER_MAP, PROP_HEADER_PARAMS, PROP_HEADER_SKIP, PROP_HEADER_SKIPPATTERN, SEMICOLON_DELIM, TAB_DELIM |
| Fields inherited from class ucar.unidata.data.point.PointDataSource |
|---|
fieldsDescription, POINT_DATA, PROP_FIRSTGUESS, PROP_GRID_GAIN, PROP_GRID_NUMPASSES, PROP_GRID_PARAM, PROP_GRID_SEARCH_RADIUS, PROP_GRID_UNIT, PROP_GRID_X, PROP_GRID_Y, PROP_STATIONMODELNAME, STATION_DATA, STATION_PLOT |
| Fields inherited from class ucar.unidata.data.FilesDataSource |
|---|
adapters, oldSourceFromBundles, sources |
| Fields inherited from class ucar.unidata.data.DataSourceImpl |
|---|
changeDataPathsCbx, dataCacheKey, dataChoices, geoSelectionPanel, haveBeenUnPersisted, okToContinue, PARAM_SHOW_HIDE, PARAM_SHOW_NO, PARAM_SHOW_YES |
| Fields inherited from interface ucar.unidata.data.DataSource |
|---|
DATAPATH_DATE_FORMAT, DATAPATH_DATE_PATTERN, MOST_RECENT, ordinalNames, PROP_AUTOCREATEDISPLAY, PROP_BASEDIRECTORY, PROP_CACHEABLE, PROP_DATACHOICENAME, PROP_DISPLAYPROPERTIES, PROP_DOCUMENTLINKS, PROP_FILEPATTERN, PROP_GEOLOCATION, PROP_ICON, PROP_NAME, PROP_POLLINFO, PROP_RESOLVERURL, PROP_SERVICE_HTTP, PROP_SUBPROPERTIES, PROP_TIMELABELS, PROP_TITLE |
| Constructor Summary | |
|---|---|
CDOGTextPointDataSource()
Create a new data source |
|
CDOGTextPointDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Create a new data source |
|
CDOGTextPointDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new data source |
|
CDOGTextPointDataSource(DataSourceDescriptor descriptor,
String source,
String name,
Hashtable properties)
Create a new data source |
|
CDOGTextPointDataSource(String source)
Create a new data source |
|
| Method Summary | |
|---|---|
FieldImpl |
makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox,
String trackParam,
boolean sampleIt,
boolean showAttributeGuiIfNeeded)
make the observations from the given datachoice |
FieldImpl |
makeObs(String contents,
String delimiter,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox,
String trackParam,
boolean sampleIt,
boolean showAttributeGuiIfNeeded)
Make obs from the text |
| Methods inherited from class ucar.unidata.data.FilesDataSource |
|---|
getDataFileExtension, getDataPaths, getFilePath, getInputStreams, getLocationsForPolling, getPartialDescription, getSource, getSources, haveSources, initAfterCreation, initAfterUnpersistence, initWithPollingInfo, isFileBased, newFilesFromPolling, processDataFilename, propertiesChanged, reloadData, saveDataToLocalDisk, setNewFiles, setSources, sourcesChanged, updateState |
| Methods inherited from class ucar.unidata.collab.SharableImpl |
|---|
applySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, receiveShareData, removeSharable, setReceiveShareTime, setShareGroup, setSharing, setUniqueId, showSharableDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ucar.unidata.data.DataSource |
|---|
getUniqueId |
| Constructor Detail |
|---|
public CDOGTextPointDataSource()
throws VisADException
VisADException
public CDOGTextPointDataSource(String source)
throws VisADException
source - the source file
VisADException
public CDOGTextPointDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
throws VisADException
descriptor - descriptorsources - list of sourcesproperties - properties
VisADException - problem creating the data
public CDOGTextPointDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
throws VisADException
descriptor - descriptorsource - the source fileproperties - the properties
VisADException - problem creating the data
public CDOGTextPointDataSource(DataSourceDescriptor descriptor,
String source,
String name,
Hashtable properties)
throws VisADException
descriptor - descriptorname - name of the datasource - the source fileproperties - the properties
VisADException - problem creating the data| Method Detail |
|---|
public FieldImpl makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox,
String trackParam,
boolean sampleIt,
boolean showAttributeGuiIfNeeded)
throws Exception
makeObs in class TextPointDataSourcedataChoice - the data choicesubset - data selection to subset withbbox - bounding box to subsettrackParam - the parameter to use for thetracksampleIt - do we just sample or do we read the full set of obsshowAttributeGuiIfNeeded - popup the gui if we have a problem
Exception - On badness
public FieldImpl makeObs(String contents,
String delimiter,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox,
String trackParam,
boolean sampleIt,
boolean showAttributeGuiIfNeeded)
throws Exception
makeObs in class TextPointDataSourcecontents - the contentsdelimiter - the delimitersubset - subset infobbox - the bounding boxtrackParam - the track parameter namesampleIt - true if just need a sampleshowAttributeGuiIfNeeded - true if we need to show the attribute gui
Exception - some problem occurred making the obs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||