Package gov.nasa.pds.objectAccess
Class VicarSystemLabelGenerator
- java.lang.Object
-
- gov.nasa.pds.objectAccess.VicarSystemLabelGenerator
-
public class VicarSystemLabelGenerator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VicarSystemLabelGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generateFile(java.io.OutputStream outputStream)
double
get_binc()
java.lang.String
get_datatype()
int
get_datatype_code()
java.lang.String
get_infile()
double
get_linc()
java.lang.String
get_method()
int
get_nb()
int
get_nl()
int
get_ns()
java.lang.String
get_org()
java.lang.String
get_outfile()
int
get_pixelStride()
double
get_sinc()
int
get_tileHeight()
int
get_tileWidth()
jpl.mipl.io.vicar.SystemLabel
getLabel()
void
set_binc(double _binc)
void
set_datatype(java.lang.String _datatype)
void
set_datatype_code(int _datatype_code)
void
set_infile(java.lang.String _infile)
void
set_linc(double _linc)
void
set_method(java.lang.String _method)
void
set_nb(int _nb)
void
set_nl(int _nl)
void
set_ns(int _ns)
void
set_org(java.lang.String _org)
void
set_outfile(java.lang.String _outfile)
void
set_pixelStride(int _pixelStride)
void
set_sinc(double _sinc)
void
set_tileHeight(int _tileHeight)
void
set_tileWidth(int _tileWidth)
void
setLabel(jpl.mipl.io.vicar.SystemLabel label)
-
-
-
Method Detail
-
generateFile
public 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_outfile
public java.lang.String get_outfile()
- Returns:
- the _outfile
-
set_outfile
public void set_outfile(java.lang.String _outfile)
- Parameters:
_outfile
- the _outfile to set
-
get_nl
public int get_nl()
- Returns:
- the _nl
-
set_nl
public void set_nl(int _nl)
- Parameters:
_nl
- the _nl to set
-
get_ns
public int get_ns()
- Returns:
- the _ns
-
set_ns
public void set_ns(int _ns)
- Parameters:
_ns
- the _ns to set
-
get_nb
public int get_nb()
- Returns:
- the _nb
-
set_nb
public void set_nb(int _nb)
- Parameters:
_nb
- the _nb to set
-
get_datatype
public java.lang.String get_datatype()
- Returns:
- the _datatype
-
set_datatype
public void set_datatype(java.lang.String _datatype)
- Parameters:
_datatype
- the _datatype to set
-
get_datatype_code
public int get_datatype_code()
- Returns:
- the _datatype_code
-
set_datatype_code
public void set_datatype_code(int _datatype_code)
- Parameters:
_datatype_code
- the _datatype_code to set
-
get_org
public java.lang.String get_org()
- Returns:
- the _org
-
set_org
public void set_org(java.lang.String _org)
- Parameters:
_org
- the _org to set
-
get_method
public java.lang.String get_method()
- Returns:
- the _method
-
set_method
public void set_method(java.lang.String _method)
- Parameters:
_method
- the _method to set
-
get_linc
public double get_linc()
- Returns:
- the _linc
-
set_linc
public void set_linc(double _linc)
- Parameters:
_linc
- the _linc to set
-
get_sinc
public double get_sinc()
- Returns:
- the _sinc
-
set_sinc
public void set_sinc(double _sinc)
- Parameters:
_sinc
- the _sinc to set
-
get_binc
public double get_binc()
- Returns:
- the _binc
-
set_binc
public void set_binc(double _binc)
- Parameters:
_binc
- the _binc to set
-
get_tileHeight
public int get_tileHeight()
- Returns:
- the _tileHeight
-
set_tileHeight
public void set_tileHeight(int _tileHeight)
- Parameters:
_tileHeight
- the _tileHeight to set
-
get_tileWidth
public int get_tileWidth()
- Returns:
- the _tileWidth
-
set_tileWidth
public void set_tileWidth(int _tileWidth)
- Parameters:
_tileWidth
- the _tileWidth to set
-
get_pixelStride
public int get_pixelStride()
- Returns:
- the _pixelStride
-
set_pixelStride
public void set_pixelStride(int _pixelStride)
- Parameters:
_pixelStride
- the _pixelStride to set
-
get_infile
public java.lang.String get_infile()
- Returns:
- the _infile
-
set_infile
public void set_infile(java.lang.String _infile)
- Parameters:
_infile
- the _infile to set
-
getLabel
public jpl.mipl.io.vicar.SystemLabel getLabel()
-
setLabel
public void setLabel(jpl.mipl.io.vicar.SystemLabel label)
-
-