org.autoplot.pds.Pds3DataSourceFactory
Factory for resolving PDS3 URIs.
Pds3DataSourceFactory( )
getCompletions
getCompletions( org.autoplot.datasource.CompletionContext cc, ProgressMonitor mon ) → java.util.List
Parameters
cc - a CompletionContext
mon - a ProgressMonitor
Returns:
java.util.List
[search for examples]
[view on GitHub]
[view on old javadoc]
getDataObjectPds3
getDataObjectPds3( java.net.URL url, String name ) → org.autoplot.pds.PDS3DataObject
return information about how this data is stored in PDS3DataObject.
Parameters
url - URL of label
name - the object name
Returns:
PDS3DataObject
[search for examples]
[view on GitHub]
[view on old javadoc]
getDataSource
getDataSource( java.net.URI uri ) → org.autoplot.datasource.DataSource
Parameters
uri - an URI
Returns:
org.autoplot.datasource.DataSource
[search for examples]
[view on GitHub]
[view on old javadoc]
getDocumentWithImports
getDocumentWithImports( java.net.URL labelUrl ) → org.w3c.dom.Document
read in the PDS label, resolving STRUCTURES which are loaded with a pointer. This will look in the current
directory, and in the LABEL directory next to the DATA directory.
Parameters
labelUrl - the URL of the LABEL file
Returns:
a document model of the LABEL, with imports resolved.
[search for examples]
[view on GitHub]
[view on old javadoc]
getDocumentWithImports( java.net.URL labelUrl, int depth ) → org.w3c.dom.Document
reject
reject( String suri, java.util.List problems, ProgressMonitor mon ) → boolean
Parameters
suri - a String
problems - a java.util.List
mon - a ProgressMonitor
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]