com.supermap.ar.areffect
Class CalibrationPoint
- java.lang.Object
-
- com.supermap.ar.areffect.CalibrationPoint
-
public class CalibrationPoint extends java.lang.Object
Calibration point For two-point correction
-
-
Constructor Summary
Constructors Constructor and Description CalibrationPoint()
The constructorCalibrationPoint(Location geoPoint, Point3D arPoint)
The constructorCalibrationPoint(Point2D geoPoint2D, Point3D arPoint)
The constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point3D
getArPoint()
Get AR coordinate pointsLocation
getGeoLocation()
Get geographic coordinate pointsPoint2D
getGeoPoint()
Get geographic coordinate pointsvoid
setArPoint(Point3D arPoint)
Set the geographic coordinatesvoid
setGeoLocation(Location geoLocation)
Set the geographic coordinatesvoid
setGeoPoint(Point2D geoPoint)
Set the geographic coordinatesjava.lang.String
toString()
-
-
-
Constructor Detail
-
CalibrationPoint
public CalibrationPoint()
The constructor
-
CalibrationPoint
public CalibrationPoint(Location geoPoint, Point3D arPoint)
The constructor- Parameters:
geoPoint
-arPoint
-
-
-
Method Detail
-
getGeoLocation
public Location getGeoLocation()
Get geographic coordinate points- Returns:
-
setGeoLocation
public void setGeoLocation(Location geoLocation)
Set the geographic coordinates- Parameters:
geoLocation
-
-
getGeoPoint
public Point2D getGeoPoint()
Get geographic coordinate points- Returns:
-
setGeoPoint
public void setGeoPoint(Point2D geoPoint)
Set the geographic coordinates- Parameters:
geoPoint
-
-
getArPoint
public Point3D getArPoint()
Get AR coordinate points- Returns:
-
setArPoint
public void setArPoint(Point3D arPoint)
Set the geographic coordinates- Parameters:
arPoint
-
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-