Package gov.nasa.pds.objectAccess
Class VicarSystemLabelGenerator
- java.lang.Object
- 
- gov.nasa.pds.objectAccess.VicarSystemLabelGenerator
 
- 
 public class VicarSystemLabelGenerator extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description VicarSystemLabelGenerator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateFile(java.io.OutputStream outputStream)doubleget_binc()java.lang.Stringget_datatype()intget_datatype_code()java.lang.Stringget_infile()doubleget_linc()java.lang.Stringget_method()intget_nb()intget_nl()intget_ns()java.lang.Stringget_org()java.lang.Stringget_outfile()intget_pixelStride()doubleget_sinc()intget_tileHeight()intget_tileWidth()jpl.mipl.io.vicar.SystemLabelgetLabel()voidset_binc(double _binc)voidset_datatype(java.lang.String _datatype)voidset_datatype_code(int _datatype_code)voidset_infile(java.lang.String _infile)voidset_linc(double _linc)voidset_method(java.lang.String _method)voidset_nb(int _nb)voidset_nl(int _nl)voidset_ns(int _ns)voidset_org(java.lang.String _org)voidset_outfile(java.lang.String _outfile)voidset_pixelStride(int _pixelStride)voidset_sinc(double _sinc)voidset_tileHeight(int _tileHeight)voidset_tileWidth(int _tileWidth)voidsetLabel(jpl.mipl.io.vicar.SystemLabel label)
 
- 
- 
- 
Method Detail- 
generateFilepublic void generateFile(java.io.OutputStream outputStream) throws jpl.mipl.io.vicar.AlreadyOpenException, java.io.IOException- Throws:
- jpl.mipl.io.vicar.AlreadyOpenException
- java.io.IOException
 
 - 
get_outfilepublic java.lang.String get_outfile() - Returns:
- the _outfile
 
 - 
set_outfilepublic void set_outfile(java.lang.String _outfile) - Parameters:
- _outfile- the _outfile to set
 
 - 
get_nlpublic int get_nl() - Returns:
- the _nl
 
 - 
set_nlpublic void set_nl(int _nl) - Parameters:
- _nl- the _nl to set
 
 - 
get_nspublic int get_ns() - Returns:
- the _ns
 
 - 
set_nspublic void set_ns(int _ns) - Parameters:
- _ns- the _ns to set
 
 - 
get_nbpublic int get_nb() - Returns:
- the _nb
 
 - 
set_nbpublic void set_nb(int _nb) - Parameters:
- _nb- the _nb to set
 
 - 
get_datatypepublic java.lang.String get_datatype() - Returns:
- the _datatype
 
 - 
set_datatypepublic void set_datatype(java.lang.String _datatype) - Parameters:
- _datatype- the _datatype to set
 
 - 
get_datatype_codepublic int get_datatype_code() - Returns:
- the _datatype_code
 
 - 
set_datatype_codepublic void set_datatype_code(int _datatype_code) - Parameters:
- _datatype_code- the _datatype_code to set
 
 - 
get_orgpublic java.lang.String get_org() - Returns:
- the _org
 
 - 
set_orgpublic void set_org(java.lang.String _org) - Parameters:
- _org- the _org to set
 
 - 
get_methodpublic java.lang.String get_method() - Returns:
- the _method
 
 - 
set_methodpublic void set_method(java.lang.String _method) - Parameters:
- _method- the _method to set
 
 - 
get_lincpublic double get_linc() - Returns:
- the _linc
 
 - 
set_lincpublic void set_linc(double _linc) - Parameters:
- _linc- the _linc to set
 
 - 
get_sincpublic double get_sinc() - Returns:
- the _sinc
 
 - 
set_sincpublic void set_sinc(double _sinc) - Parameters:
- _sinc- the _sinc to set
 
 - 
get_bincpublic double get_binc() - Returns:
- the _binc
 
 - 
set_bincpublic void set_binc(double _binc) - Parameters:
- _binc- the _binc to set
 
 - 
get_tileHeightpublic int get_tileHeight() - Returns:
- the _tileHeight
 
 - 
set_tileHeightpublic void set_tileHeight(int _tileHeight) - Parameters:
- _tileHeight- the _tileHeight to set
 
 - 
get_tileWidthpublic int get_tileWidth() - Returns:
- the _tileWidth
 
 - 
set_tileWidthpublic void set_tileWidth(int _tileWidth) - Parameters:
- _tileWidth- the _tileWidth to set
 
 - 
get_pixelStridepublic int get_pixelStride() - Returns:
- the _pixelStride
 
 - 
set_pixelStridepublic void set_pixelStride(int _pixelStride) - Parameters:
- _pixelStride- the _pixelStride to set
 
 - 
get_infilepublic java.lang.String get_infile() - Returns:
- the _infile
 
 - 
set_infilepublic void set_infile(java.lang.String _infile) - Parameters:
- _infile- the _infile to set
 
 - 
getLabelpublic jpl.mipl.io.vicar.SystemLabel getLabel() 
 - 
setLabelpublic void setLabel(jpl.mipl.io.vicar.SystemLabel label) 
 
- 
 
-