org.autoplot.pds.PDS3DataObject

PDS3DataObject( org.w3c.dom.Node label, org.w3c.dom.Node table, org.w3c.dom.Node column )


getDescription

getDescription( ) → String

return a several line description of the data.

Returns:

a several line description of the data.

[search for examples] [view on GitHub] [view on old javadoc]


getFilePointer

getFilePointer( ) → FilePointer

Returns:

org.autoplot.pds.FilePointer

[search for examples] [view on GitHub] [view on old javadoc]


getMetadata

getMetadata( ) → Map

Returns:

java.util.Map

[search for examples] [view on GitHub] [view on old javadoc]


resolveUri

resolveUri( java.net.URL resource ) → String

return the Autoplot URI to load the data.

Parameters

resource - the granule (binary or ASCII) file to load.

Returns:

the URI.

[search for examples] [view on GitHub] [view on old javadoc]


setFilePointer

setFilePointer( org.autoplot.pds.FilePointer p ) → void

the offset into the file, where 1 is the beginning.

Parameters

p - a FilePointer

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]