com.supermap.data.processing
类 VectorTemporalAppendParameter
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.processing.VectorTemporalAppendParameter
-
- 所有已实现的接口:
- IDisposable
public class VectorTemporalAppendParameter extends com.supermap.data.InternalHandleDisposable
时序瓦片维度属性类,支持获取或设置时序个数、要素维度、属性值。- 从以下版本开始:
- 11.3.0。
-
-
构造器概要
构造器 构造器和说明 VectorTemporalAppendParameter()
默认构造函数,初始化一个时序瓦片属性类。
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放占用资源。HashMap<String,VectorTemporalFeatureMesh>
getAttributes()
设置时序要素信息String
getSCPFile()
boolean
isValid()
是否合法void
setAttributes(HashMap<String,VectorTemporalFeatureMesh> mapNameAttributes)
设置时序要素信息static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
void
setSCPFile(String strSCPFile)
-
-
-
方法详细资料
-
isValid
public boolean isValid()
是否合法
-
setSCPFile
public void setSCPFile(String strSCPFile)
-
getSCPFile
public String getSCPFile()
-
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.