org.autoplot.pds.PDS3DataObject
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( ) → org.autoplot.pds.FilePointer
Returns:
org.autoplot.pds.FilePointer
[search for examples]
[view on GitHub]
[view on old javadoc]
getMetadata
getMetadata( ) → java.util.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]