public class ImagePairPointData
extends com.supermap.data.InternalHandleDisposable
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象所占用的资源。
|
Point3D |
getGroundPoint1()
获取像点根据影像1 RPC参数反投影回地面点的物方坐标
|
Point3D |
getGroundPoint2()
获取像点根据影像2 RPC参数反投影回地面点的物方坐标
|
Point2D |
getImagePoint1()
获取影像1上像方坐标
|
Point2D |
getImagePoint2()
获取影像2上像方坐标
|
double |
getOffsetEpipolarDisparity()
获取同名点在垂直核线方向视差
|
Point2D |
getPlaneResidual()
获取像点分别反投影回去的物方坐标在平面上(x,y方向)的残差
|
String |
getPointID()
获取像点对应的地面点 PointID
|
static void |
setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
boolean disposable) |
public void dispose()
public String getPointID()
public Point3D getGroundPoint1()
public Point3D getGroundPoint2()
public Point2D getImagePoint1()
public Point2D getImagePoint2()
public Point2D getPlaneResidual()
public double getOffsetEpipolarDisparity()
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.