public class GeorefOptionsDataModelImpl extends java.lang.Object implements GeoreferencingOptionsDataModel
| Constructor and Description |
|---|
GeorefOptionsDataModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAlgorithm()
Obtiene al algoritmo a utilizar (Transformación afín, polinómico, ...)
|
java.awt.Color |
getBackgroundColor()
Obtiene el color de fondo de las vistas
|
RasterDataStore |
getDataStore()
Obtiene la capa que ha sido abierta por el usuario
|
int |
getDegree()
Obtiene el grado del polinómio
|
GCPList |
getGCPList()
Gets the list of points.
|
int |
getInterpolationMethod()
Obtiene el método de interpolación del método polinomial
|
java.lang.String |
getOutFile()
Obtiene el fichero de salida
|
Extent |
getRasterExtent()
Gets the extent in pixel coordinates, that means (0, 0, width, height)
|
java.lang.String |
getSelectedView()
Obtiene la vista seleccionada
|
java.awt.Color |
getTextColor()
Obtiene el color de los gráficos
|
double |
getThreshold()
Obtiene el umbral de error a partir del cual se iluminan en rojo en la tabla
|
double |
getThresholdError()
Obtiene el control para selección de umbral de error
|
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()
Consulta si los errores se escriben en el fichero CSV
|
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 |
reset() |
void |
setAddErrorsCSV(boolean addErrorsCSV)
Asigna el flag que dice si los errores se escriben en el fichero CSV
|
void |
setAlgorithm(int optionAlgorithm)
Asigna el algoritmo a utilizar (Transformación afín, polinómico, ...)
|
void |
setBackgroundColor(java.awt.Color optionBackgroundColor)
Asigna el color de fondo de las vistas
|
void |
setBackGroundColor(java.awt.Color c)
Asigna el color de fonfo
|
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 |
setDataStore(RasterDataStore store)
Sets the data store
|
void |
setDegree(int optiondegree)
Asigna el grado del polinómio
|
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 |
setSelectedView(java.lang.String v)
Sets the selected view
|
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)
Asigna el color de los gráficos
|
void |
setThreshold(double threshold)
Asigna el umbral de error a partir del cual se iluminan en rojo en la tabla
|
void |
setThresholdError(double threshold)
Asigna el control para selección de umbral de error
|
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 void reset()
reset in interface GeoreferencingOptionsDataModelpublic int getDegree()
getDegree in interface GeoreferencingOptionsDataModelpublic void setDegree(int optiondegree)
setDegree in interface GeoreferencingOptionsDataModelentero - con el valor que representa el grado del polinómiopublic java.awt.Color getTextColor()
getTextColor in interface GeoreferencingOptionsDataModelpublic void setTextColor(java.awt.Color optionTextColor)
setTextColor in interface GeoreferencingOptionsDataModeloptionTextColor - public int getAlgorithm()
getAlgorithm in interface GeoreferencingOptionsDataModelpublic void setAlgorithm(int optionAlgorithm)
setAlgorithm in interface GeoreferencingOptionsDataModelpublic java.awt.Color getBackgroundColor()
getBackgroundColor in interface GeoreferencingOptionsDataModelpublic void setBackgroundColor(java.awt.Color optionBackgroundColor)
optionBackgroundColor - public boolean isAddErrorsCSV()
isAddErrorsCSV in interface GeoreferencingOptionsDataModelpublic void setAddErrorsCSV(boolean addErrorsCSV)
setAddErrorsCSV in interface GeoreferencingOptionsDataModeltrue - para escribirlos en el fichero y false para no hacerlopublic boolean isCenterView()
isCenterView in interface GeoreferencingOptionsDataModelpublic void setCenterView(boolean centerView)
setCenterView in interface GeoreferencingOptionsDataModelpublic boolean isShowNumber()
isShowNumber in interface GeoreferencingOptionsDataModelpublic void setShowNumber(boolean showNumber)
setShowNumber in interface GeoreferencingOptionsDataModeltrue - para mostrarlo y false para no hacerlopublic double getThreshold()
getThreshold in interface GeoreferencingOptionsDataModelpublic void setThreshold(double threshold)
setThreshold in interface GeoreferencingOptionsDataModeldouble - con el valor del umbralpublic int getInterpolationMethod()
getInterpolationMethod in interface GeoreferencingOptionsDataModelpublic void setInterpolationMethod(int interpolationMethod)
setInterpolationMethod in interface GeoreferencingOptionsDataModelEntero - contenido como constante en la clas GridInterpolationpublic java.lang.String getOutFile()
getOutFile in interface GeoreferencingOptionsDataModelpublic void setOutFile(java.lang.String outFile)
setOutFile in interface GeoreferencingOptionsDataModeloutputFile - public int getType()
getType in interface GeoreferencingOptionsDataModelpublic void setType(int type)
setType in interface GeoreferencingOptionsDataModelpublic double getXCellSize()
getXCellSize in interface GeoreferencingOptionsDataModelpublic void setXCellSize(double cellSize)
setXCellSize in interface GeoreferencingOptionsDataModelpublic double getYCellSize()
getYCellSize in interface GeoreferencingOptionsDataModelpublic void setYCellSize(double cellSize)
setYCellSize in interface GeoreferencingOptionsDataModelpublic double getThresholdError()
GeoreferencingOptionsDataModelgetThresholdError in interface GeoreferencingOptionsDataModelpublic void setBackGroundColor(java.awt.Color c)
GeoreferencingOptionsDataModelsetBackGroundColor in interface GeoreferencingOptionsDataModelpublic void setThresholdError(double threshold)
GeoreferencingOptionsDataModelsetThresholdError in interface GeoreferencingOptionsDataModelpublic RasterDataStore getDataStore()
GeoreferencingOptionsDataModelgetDataStore in interface GeoreferencingOptionsDataModelpublic Extent getRasterExtent()
GeoreferencingOptionsDataModelgetRasterExtent in interface GeoreferencingOptionsDataModelpublic java.lang.String getSelectedView()
GeoreferencingOptionsDataModelgetSelectedView in interface GeoreferencingOptionsDataModelpublic void setSelectedView(java.lang.String v)
GeoreferencingOptionsDataModelsetSelectedView in interface GeoreferencingOptionsDataModelpublic void setDataStore(RasterDataStore store)
GeoreferencingOptionsDataModelsetDataStore in interface GeoreferencingOptionsDataModelpublic GCPList getGCPList()
GeoreferencingOptionsDataModelgetGCPList in interface GeoreferencingOptionsDataModel