|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gvsig.raster.georeferencing.app.georeferencingclient.GeorefOptions
public class GeorefOptions
Data model for georeferencing options.
| Constructor Summary | |
|---|---|
GeorefOptions()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeorefOptions()
| Method Detail |
|---|
public int getAlgorithm()
public java.awt.Color getBackgroundColor()
public int getDegree()
public int getInterpolationMethod()
public java.lang.String getOutFile()
public java.awt.Color getTextColor()
public double getThreshold()
public int getType()
public double getXCellSize()
public double getYCellSize()
public boolean isAddErrorsCSV()
public boolean isCenterView()
public boolean isShowNumber()
public void setAddErrorsCSV(boolean addErrorsCSV)
public void setAlgorithm(int optionAlgorithm)
- public void setBackgroundColor(java.awt.Color optionBackgroundColor)
optionBackgroundColor - public void setCenterView(boolean centerView)
public void setDegree(int optiondegree)
Integer - which represents the degree of the polynomialpublic void setInterpolationMethod(int interpolationMethod)
Entero - contenido como constante en la clas GridInterpolationpublic void setOutFile(java.lang.String outFile)
outputFile - public void setShowNumber(boolean showNumber)
true - para mostrarlo y false para no hacerlopublic void setTextColor(java.awt.Color optionTextColor)
optionTextColor - public void setThreshold(double threshold)
double - con el valor del umbralpublic void setType(int type)
- public void setXCellSize(double cellSize)
- public void setYCellSize(double cellSize)
-
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||