com.supermap.dtf.feature
类 OSGBFeatureCollection
- java.lang.Object
-
- com.supermap.dtf.feature.OSGBFeatureCollection
-
- 所有已实现的接口:
- IFeatureCollection, Iterable<IFeature>
public class OSGBFeatureCollection extends Object implements IFeatureCollection
-
-
构造器概要
构造器 构造器和说明 OSGBFeatureCollection(com.supermap.data.Dataset dataset)
OSGBFeatureCollection(String inConfigFile)
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 OSGBFeatureCollection
add(IFeature feature)
OSGBFeatureCollection
add(IFeatureCollection featureCollection)
String
cache(FeatureCacheConfig cacheConfig)
返回缓存文件连接信息IFeatureCollection
cloneFeatureCollection()
要素集 cloneString
getConfigFile()
com.supermap.data.processing.DataUnit
getDataUnit()
Feature
getOSGBFeature()
ISchema
getSchema()
Iterator<IFeature>
iterator()
OSGBFeatureCollection
remove(IFeature feature)
void
setConfigFile(String configFile)
void
setDataUnit(com.supermap.data.processing.DataUnit dataUnit)
void
setSchema(ISchema ISchema)
设置ISchema
int
size()
IFeatureCollection
update(IFeature feature)
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
-
-
-
构造器详细资料
-
OSGBFeatureCollection
public OSGBFeatureCollection(String inConfigFile)
-
OSGBFeatureCollection
public OSGBFeatureCollection(com.supermap.data.Dataset dataset)
-
-
方法详细资料
-
setConfigFile
public void setConfigFile(String configFile)
-
setDataUnit
public void setDataUnit(com.supermap.data.processing.DataUnit dataUnit)
-
getDataUnit
public com.supermap.data.processing.DataUnit getDataUnit()
-
add
public OSGBFeatureCollection add(IFeatureCollection featureCollection)
- 指定者:
add
在接口中IFeatureCollection
-
add
public OSGBFeatureCollection add(IFeature feature)
- 指定者:
add
在接口中IFeatureCollection
-
getOSGBFeature
public Feature getOSGBFeature()
-
update
public IFeatureCollection update(IFeature feature)
- 指定者:
update
在接口中IFeatureCollection
-
remove
public OSGBFeatureCollection remove(IFeature feature)
- 指定者:
remove
在接口中IFeatureCollection
-
size
public int size()
- 指定者:
size
在接口中IFeatureCollection
-
getSchema
public ISchema getSchema()
- 指定者:
getSchema
在接口中IFeatureCollection
-
setSchema
public void setSchema(ISchema ISchema)
从接口复制的说明:IFeatureCollection
设置ISchema
- 指定者:
setSchema
在接口中IFeatureCollection
-
cloneFeatureCollection
public IFeatureCollection cloneFeatureCollection()
从接口复制的说明:IFeatureCollection
要素集 clone- 指定者:
cloneFeatureCollection
在接口中IFeatureCollection
- 返回:
-
getConfigFile
public String getConfigFile()
-
cache
public String cache(FeatureCacheConfig cacheConfig)
从接口复制的说明:IFeatureCollection
返回缓存文件连接信息- 指定者:
cache
在接口中IFeatureCollection
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.