com.supermap.data.processing

类 VectorTemporalMeshParameter

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


    public class VectorTemporalMeshParameter
    extends com.supermap.data.InternalHandleDisposable
    时序瓦片维度属性类,用于从网格生成时序瓦片时,获取或设置时序个数、要素维度、属性值。
    从以下版本开始:
    12.0.0。
    • 构造器详细资料

      • VectorTemporalMeshParameter

        public VectorTemporalMeshParameter()
        默认构造函数,初始化一个时序瓦片属性类。
    • 方法详细资料

      • isValid

        public boolean isValid()
        参数是否合规。
        返回:
        类型值为boolean,true表示参数可用,false表示参数不可用。
      • setPoints

        public void setPoints(ArrayList<Point3D> points)
        设置顶点
        参数:
        points - 时序瓦片的网格顶点。
      • getPoints

        public ArrayList<Point3D> getPoints()
        获取顶点
        返回:
        时序瓦片的网格顶点。
      • setIndices

        public void setIndices(ArrayList<Integer> indices)
        设置时序瓦片的网格索引(仅支持含三角网结构的数据生成带时序的三维瓦片)。
        参数:
        indices - 索引集合,每3个索引构成一个三角形。
      • getIndices

        public ArrayList<Integer> getIndices()
        获取时序瓦片的网格索引
        返回:
        索引集合,每3个索引构成一个三角形。
      • getPrjCoordSys

        public PrjCoordSys getPrjCoordSys()
        返回时序瓦片网格点的坐标系(仅支持含三角网结构的数据生成带时序的三维瓦片)。
        返回:
        时序瓦片网格点的坐标系。
      • setPrjCoordSys

        public void setPrjCoordSys(PrjCoordSys prjCoordSys)
        设置时序瓦片网格点的坐标系(仅支持含三角网结构的数据生成带时序的三维瓦片)。
        参数:
        prjCoordSys - 时序瓦片网格点的坐标系。
      • dispose

        public void dispose()
        释放占用资源。调用该方法之后,此对象不再可用。
        抛出:
        UnsupportedOperationException - 对象不能被释放,不能调用Dispose方法。
      • setIsDisposable

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

Copyright © 2021–2025 SuperMap. All rights reserved.