org.autoplot.pds.FilePointer

A FilePointer is a reference to a URL and then the number of records into the URL. For example, xpath.evaluate("/LABEL/POINTER/text()",doc,XPathConstants.NODESET); resolves to "JED_090_HIERSESP_CDR_2016366_V03.TAB, 1" where 1 is the record number to begin parsing.

FilePointer( java.net.URL url, int line )

FilePointer( java.net.URL labelFile, String f )

create the label from the specification within the LABEL, like "JED_090_HIERSESP_CDR_2016366_V03.TAB, 1"


PROP_LINE

getOffset( ) → int [view source]
getOffsetUnits( ) → org.autoplot.pds.FilePointer.Unit [view source]
getUrl( ) → java.net.URL [view source]
setOffset( int offset ) → void [view source]
setOffsetUnits( org.autoplot.pds.FilePointer.Unit offsetUnits ) → void [view source]
setUrl( java.net.URL url ) → void [view source]
toString( ) → String [view source]