public class GeorefOptions
extends java.lang.Object
| Constructor and Description |
|---|
GeorefOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAlgorithm()
Gets the algorithm to use (affine transform or polynomial)
|
java.awt.Color |
getBackgroundColor()
Gets the background color of the views
|
int |
getDegree()
Gets the degree of the polynomial
|
int |
getInterpolationMethod()
Obtiene el método de interpolación del método polinomial
|
java.lang.String |
getOutFile()
Obtiene el fichero de salida
|
java.awt.Color |
getTextColor()
Gets the graphic color
|
double |
getThreshold()
Obtiene el umbral de error a partir del cual se iluminan en rojo en la tabla
|
int |
getType()
Obtiene el tipo de georreferenciación especificado en las constantes de la clase
georreferencing.
|
double |
getXCellSize()
Obtiene el tamaño de celda en X para la georreferenciación con remuestreo
asignada por el usuario.
|
double |
getYCellSize()
Obtiene el tamaño de celda en Y para la georreferenciación con remuestreo
asignada por el usuario.
|
boolean |
isAddErrorsCSV()
Returns true if the errors are written in CSV file
|
boolean |
isCenterView()
Consulta si está activo el flag de centrar las vistas automáticamente sobre
el punto que está seleccionado en la tabla.
|
boolean |
isShowNumber()
Consulta el flag que informa si se muestra el número del punto en la vista
|
void |
setAddErrorsCSV(boolean addErrorsCSV)
Sets the flag to report if the errors are written in the CSV file
|
void |
setAlgorithm(int optionAlgorithm)
Sets the algorithm to use (affine transform or polynomial)
|
void |
setBackgroundColor(java.awt.Color optionBackgroundColor)
Sets the background color of the views
|
void |
setCenterView(boolean centerView)
Asigna el flag que dice si se centran las vistas automáticamente sobre
el punto que está seleccionado en la tabla.
|
void |
setDegree(int optiondegree)
Sets the degree to the polynomial
|
void |
setInterpolationMethod(int interpolationMethod)
Asigna el método de interpolación del método polinomial
|
void |
setOutFile(java.lang.String outFile)
Asigna el fichero de salida
|
void |
setShowNumber(boolean showNumber)
Asigna el flag que dice si se muestra el número del punto en la vista
|
void |
setTextColor(java.awt.Color optionTextColor)
Sets the text color
|
void |
setThreshold(double threshold)
Asigna el umbral de error a partir del cual se iluminan en rojo en la tabla
|
void |
setType(int type)
Asigna el tipo de georreferenciación especificado en las constantes de la clase
georreferencing.
|
void |
setXCellSize(double cellSize)
Asigna el tamaño de celda en X para la georreferenciación con remuestreo
asignada por el usuario.
|
void |
setYCellSize(double cellSize)
Asigna el tamaño de celda en Y para la georreferenciación con remuestreo
asignada por el usuario.
|
public int getDegree()
public void setDegree(int optiondegree)
Integer - which represents the degree of the polynomialpublic java.awt.Color getTextColor()
public void setTextColor(java.awt.Color optionTextColor)
optionTextColor - public int getAlgorithm()
public void setAlgorithm(int optionAlgorithm)
public java.awt.Color getBackgroundColor()
public void setBackgroundColor(java.awt.Color optionBackgroundColor)
optionBackgroundColor - public boolean isAddErrorsCSV()
public void setAddErrorsCSV(boolean addErrorsCSV)
public boolean isCenterView()
public void setCenterView(boolean centerView)
public boolean isShowNumber()
public void setShowNumber(boolean showNumber)
true - para mostrarlo y false para no hacerlopublic double getThreshold()
public void setThreshold(double threshold)
double - con el valor del umbralpublic int getInterpolationMethod()
public void setInterpolationMethod(int interpolationMethod)
Entero - contenido como constante en la clas GridInterpolationpublic java.lang.String getOutFile()
public void setOutFile(java.lang.String outFile)
outputFile - public int getType()
public void setType(int type)
public double getXCellSize()
public void setXCellSize(double cellSize)
public double getYCellSize()
public void setYCellSize(double cellSize)