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()
默认构造函数,初始化一个时序瓦片属性类。
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放占用资源。HashMap<String,VectorTemporalFeatureMesh>
getAttributes()
设置时序要素信息ArrayList<Integer>
getIndices()
获取时序瓦片的网格索引ArrayList<Point3D>
getPoints()
获取顶点PrjCoordSys
getPrjCoordSys()
返回时序瓦片网格点的坐标系(仅支持含三角网结构的数据生成带时序的三维瓦片)。boolean
isValid()
参数是否合规。void
setAttributes(HashMap<String,VectorTemporalFeatureMesh> mapNameAttributes)
设置时序要素信息。void
setIndices(ArrayList<Integer> indices)
设置时序瓦片的网格索引(仅支持含三角网结构的数据生成带时序的三维瓦片)。static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
void
setPoints(ArrayList<Point3D> points)
设置顶点void
setPrjCoordSys(PrjCoordSys prjCoordSys)
设置时序瓦片网格点的坐标系(仅支持含三角网结构的数据生成带时序的三维瓦片)。
-
-
-
方法详细资料
-
isValid
public boolean isValid()
参数是否合规。- 返回:
- 类型值为boolean,true表示参数可用,false表示参数不可用。
-
setIndices
public void setIndices(ArrayList<Integer> indices)
设置时序瓦片的网格索引(仅支持含三角网结构的数据生成带时序的三维瓦片)。- 参数:
indices
- 索引集合,每3个索引构成一个三角形。
-
getPrjCoordSys
public PrjCoordSys getPrjCoordSys()
返回时序瓦片网格点的坐标系(仅支持含三角网结构的数据生成带时序的三维瓦片)。- 返回:
- 时序瓦片网格点的坐标系。
-
setPrjCoordSys
public void setPrjCoordSys(PrjCoordSys prjCoordSys)
设置时序瓦片网格点的坐标系(仅支持含三角网结构的数据生成带时序的三维瓦片)。- 参数:
prjCoordSys
- 时序瓦片网格点的坐标系。
-
setAttributes
public void setAttributes(HashMap<String,VectorTemporalFeatureMesh> mapNameAttributes)
设置时序要素信息。- 参数:
mapNameAttributes
- 要素信息
-
getAttributes
public HashMap<String,VectorTemporalFeatureMesh> getAttributes()
设置时序要素信息- 返回:
- 要素信息
-
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.