com.supermap.image.processing

类 ImageMatchProcessor

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.image.processing.ImageMatchProcessor
  • 所有已实现的接口:
    IDisposable


    public class ImageMatchProcessor
    extends com.supermap.data.InternalHandleDisposable
    影像匹配执行器,生成地面控制点和连接点
    • 构造器详细资料

      • ImageMatchProcessor

        public ImageMatchProcessor()
        默认构造函数
    • 方法详细资料

      • dispose

        public void dispose()
        释放对象所占用的资源。调用该方法之后,此对象不再可用。
      • getProject

        public GeometricProject getProject()
        获取几何处理工程对象
        返回:
        几何处理工程对象
      • process

        public boolean process(ImageMatchProcessorParameter parameter,
                               boolean isRemovePrevious)
        执行影像匹配
        参数:
        parameter - 影像匹配参数
        isRemovePrevious - 是否移除上一次执行结果
        返回:
        返回当前执行是否成功
      • getResult

        public ImageMatchProcessor.Result getResult()
        返回当前工程下影像匹配结果。最新执行结果失败时,获取的是最近一次执行成功的结果。如果历史执行都失败,则返回失败的结果。
        返回:
        当前工程下生成影像匹配结果
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)

Copyright © 2021–2024 SuperMap. All rights reserved.