| virtual OgdcInt GetID() const ; |
获取几何对象ID。 |
| virtual void SetID(OgdcInt nID) ; |
设置几何对象ID。 |
| virtual OgdcElement* GetElement() ; |
获取几何对象,外面不能释放。 |
| virtual void SetElement(OgdcElement* pElement) ; |
设置当前特征要素的几何对象,设置以后外面不能释放。 |
| virtual OgdcBool GetValue(OgdcInt nIndex, OgdcVariant& varValue) ; |
根据字段序号获取字段值。 |
| virtual OgdcBool GetValue(const OgdcString& strFieldName, OgdcVariant& varValue) ; |
根据字段名获取字段值。 |
| virtual OgdcBool SetValue(OgdcInt nIndex, const OgdcVariant& varValue) ; |
根据字段序号设置字段值。 |
| virtual OgdcBool SetValue(const OgdcString& strFieldName, const OgdcVariant& varValue) ; |
根据字段名设置字段值。 |
| virtual void SetFieldInfos(const OgdcFieldInfos& fieldInfos); |
设置字段信息。 |
| virtual OgdcString::Charset GetCharset() const; |
返回字符串编码方式。 |
| virtual void SetCharset(OgdcString::Charset nCharset); |
设置字符串编码方式。 |