org.autoplot.pds.Pds3DataSourceFactory

Factory for resolving PDS3 URIs.

Pds3DataSourceFactory( )


getCompletions

getCompletions( org.autoplot.datasource.CompletionContext cc, ProgressMonitor mon ) → 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 ) → 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 ) → 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 ) → Document

read in the PDS label, resolving STRUCTURES which are loaded with a pointer.

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]


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]