public class GeoPointImpl extends Object implements GeoPoint
Modifier and Type | Field and Description |
---|---|
static int |
HEIGHT_WINDOW |
Point2D |
leftCenterPoint |
DefaultViewPortData |
leftViewPort |
Point2D |
rightCenterPoint |
DefaultViewPortData |
rightViewPort |
static int |
WIDTH_WINDOW |
double |
zoomLeft |
double |
zoomRight |
Constructor and Description |
---|
GeoPointImpl()
Constructor
|
GeoPointImpl(Point2D p,
Point2D m)
Constructor
|
Modifier and Type | Method and Description |
---|---|
GeoPointImpl |
cloneGeoPoint()
Hace una copia de la instancia del punto.
|
double |
getErrorX()
Obtiene el error en X
|
double |
getErrorY()
Obtiene el error en Y
|
double |
getEvaluateX()
Obtiene la predicción de la coordenada X
|
double |
getEvaluateY()
Obtiene la predicción de la coordenada Y
|
String |
getLabel() |
Point2D |
getMapPoint() |
int |
getNumber() |
Point2D |
getPixelPoint() |
double |
getRms()
Obtiene el error RMS
|
double |
getxEvaluate() |
double |
getyEvaluate() |
boolean |
isActive() |
void |
resetErrors()
Inicializa a 0 los valores de los errores
|
void |
setActive(boolean active) |
void |
setErrorX(double errorX)
Asigna el error en X
|
void |
setErrorY(double errorY)
Asigna el error en Y
|
void |
setEvaluateX(double xEvaluate)
Asigna la predicción de la coordenada X
|
void |
setEvaluateY(double yEvaluate)
Asigna la predicción de la coordenada Y
|
void |
setLabel(String label) |
void |
setMapPoint(Point2D mapPoint) |
void |
setNumber(int number) |
void |
setPixelPoint(Point2D pixelPoint) |
void |
setRms(double rms)
Asigna el error RMS
|
void |
setxEvaluate(double xEvaluate) |
void |
setyEvaluate(double yEvaluate) |
void |
show()
Muestra por consola algunos valores de un geopunto
|
public static int WIDTH_WINDOW
public static int HEIGHT_WINDOW
public DefaultViewPortData leftViewPort
public DefaultViewPortData rightViewPort
public Point2D leftCenterPoint
public Point2D rightCenterPoint
public double zoomLeft
public double zoomRight
public void resetErrors()
resetErrors
in interface GeoPoint
public double getEvaluateX()
getEvaluateX
in interface GeoPoint
public void setEvaluateX(double xEvaluate)
setEvaluateX
in interface GeoPoint
errorX
- public double getEvaluateY()
getEvaluateY
in interface GeoPoint
public void setEvaluateY(double yEvaluate)
setEvaluateY
in interface GeoPoint
errorY
- public double getErrorX()
public void setErrorX(double errorX)
public double getErrorY()
public void setErrorY(double errorY)
public double getRms()
public void setRms(double rms)
public Point2D getPixelPoint()
getPixelPoint
in interface GeoPoint
public void setPixelPoint(Point2D pixelPoint)
setPixelPoint
in interface GeoPoint
public Point2D getMapPoint()
getMapPoint
in interface GeoPoint
public void setMapPoint(Point2D mapPoint)
setMapPoint
in interface GeoPoint
public double getxEvaluate()
getxEvaluate
in interface GeoPoint
public void setxEvaluate(double xEvaluate)
setxEvaluate
in interface GeoPoint
public double getyEvaluate()
getyEvaluate
in interface GeoPoint
public void setyEvaluate(double yEvaluate)
setyEvaluate
in interface GeoPoint
public GeoPointImpl cloneGeoPoint()
cloneGeoPoint
in interface GeoPoint