com.supermap.dtf.feature.impls
类 Feature
- java.lang.Object
-
- com.supermap.dtf.feature.impls.Feature
-
-
构造器概要
构造器 构造器和说明 Feature()
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
addAttribute(IAttributeDescription attributeDescription)
IFeature
clone()
Object
getAttribute(String name)
extensioncom.supermap.data.FieldType
getAttributeFieldType(String key)
Map<String,Object>
getAttributes()
Date
getDate(String name)
double
getDouble(String name)
org.locationtech.jts.geom.Geometry
getGeometry()
int
getInt(String name)
long
getLong(String name)
Number
getNumber(String name)
ISchema
getSchema()
short
getShort(String name)
String
getString(String name)
boolean
hasAttribute(String key)
void
setAttribute(String key, Object value)
void
setAttributes(Map<String,Object> attributes)
void
setGeometry(org.locationtech.jts.geom.Geometry geometry)
void
setSchema(ISchema ISchema)
-
-
-
方法详细资料
-
getGeometry
public org.locationtech.jts.geom.Geometry getGeometry()
- 指定者:
getGeometry
在接口中IFeature
-
setGeometry
public void setGeometry(org.locationtech.jts.geom.Geometry geometry)
- 指定者:
setGeometry
在接口中IFeature
-
getAttributes
public Map<String,Object> getAttributes()
- 指定者:
getAttributes
在接口中IFeature
-
setAttributes
public void setAttributes(Map<String,Object> attributes)
- 指定者:
setAttributes
在接口中IFeature
-
setAttribute
public void setAttribute(String key, Object value)
- 指定者:
setAttribute
在接口中IFeature
-
getAttributeFieldType
public com.supermap.data.FieldType getAttributeFieldType(String key)
- 指定者:
getAttributeFieldType
在接口中IFeature
-
hasAttribute
public boolean hasAttribute(String key)
- 指定者:
hasAttribute
在接口中IFeature
-
getAttribute
public Object getAttribute(String name)
extension- 指定者:
getAttribute
在接口中IFeature
-
addAttribute
public void addAttribute(IAttributeDescription attributeDescription)
- 指定者:
addAttribute
在接口中IFeature
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.