com.supermap.data

类 PointCloud

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


    public class PointCloud
    extends com.supermap.data.InternalHandleDisposable
    • 构造器详细资料

      • PointCloud

        public PointCloud()
        默认构造函数,构造一个新的 PointCloud 对象。
      • PointCloud

        public PointCloud(PointCloud pointCloud)
    • 方法详细资料

      • getMinExtents

        public Point3D getMinExtents()
        获取坐标边界最小值.
      • getMaxExtents

        public Point3D getMaxExtents()
        获取坐标边界最大值.
      • getComponents

        public FieldInfos getComponents()
        获取字段信息.
      • getScaleFactorX

        public double getScaleFactorX()
        获取缩放因子x
      • getScaleFactorY

        public double getScaleFactorY()
        获取缩放因子y
      • getScaleFactorZ

        public double getScaleFactorZ()
        获取缩放因子z
      • getOffsetX

        public double getOffsetX()
        获取偏移量x
      • getOffsetY

        public double getOffsetY()
        获取偏移量y.
      • getOffsetZ

        public double getOffsetZ()
        获取偏移量z.
      • getFileCreationDate

        public Date getFileCreationDate()
        获取文件创建日期.
      • getFileSourceID

        public short getFileSourceID()
        获取文件源ID.
      • getGeneratingSoftware

        public String getGeneratingSoftware()
        获取生成软件名称.
      • getProjectID

        public String getProjectID()
        获取项目ID.
      • getVersion

        public String getVersion()
        获取版本号.
      • setVersion

        public void setVersion(String strVersion)
        设置版本号.
      • getPointDataFormat

        public short getPointDataFormat()
        获取点数据记录格式.
      • getPointDataRecordLength

        public short getPointDataRecordLength()
        获取点数据记录长度.
      • getNumberOfPointRecords

        public long getNumberOfPointRecords()
        获取点数据记录数量.
      • dispose

        public void dispose()
        释放资源

Copyright © 2021–2025 SuperMap. All rights reserved.