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()
默认构造函数,构造一个新的 PointCloud 对象。PointCloud(PointCloud pointCloud)
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 PointCloud
clone()
void
dispose()
释放资源FieldInfos
getComponents()
获取字段信息.Date
getFileCreationDate()
获取文件创建日期.short
getFileSourceID()
获取文件源ID.String
getGeneratingSoftware()
获取生成软件名称.Point3D
getMaxExtents()
获取坐标边界最大值.Point3D
getMinExtents()
获取坐标边界最小值.long
getNumberOfPointRecords()
获取点数据记录数量.double
getOffsetX()
获取偏移量xdouble
getOffsetY()
获取偏移量y.double
getOffsetZ()
获取偏移量z.short
getPointDataFormat()
获取点数据记录格式.short
getPointDataRecordLength()
获取点数据记录长度.String
getProjectID()
获取项目ID.double
getScaleFactorX()
获取缩放因子xdouble
getScaleFactorY()
获取缩放因子ydouble
getScaleFactorZ()
获取缩放因子zString
getVersion()
获取版本号.void
setVersion(String strVersion)
设置版本号.
-
-
-
构造器详细资料
-
PointCloud
public PointCloud()
默认构造函数,构造一个新的 PointCloud 对象。
-
PointCloud
public PointCloud(PointCloud pointCloud)
-
-
方法详细资料
-
clone
public PointCloud clone()
-
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.