com.supermap.dtf.feature

接口 IFeature

  • 所有已知实现类:
    Feature


    public interface IFeature
    要素,定义要素的一些公共行为
    作者:
    guohs
    • 方法详细资料

      • getGeometry

        org.locationtech.jts.geom.Geometry getGeometry()
      • setGeometry

        void setGeometry(org.locationtech.jts.geom.Geometry geometry)
      • setAttribute

        void setAttribute(String key,
                          Object value)
      • getAttributeFieldType

        com.supermap.data.FieldType getAttributeFieldType(String key)
      • hasAttribute

        boolean hasAttribute(String key)
      • getShort

        short getShort(String name)
      • getInt

        int getInt(String name)
      • getLong

        long getLong(String name)
      • getDouble

        double getDouble(String name)
      • setSchema

        void setSchema(ISchema ISchema)

Copyright © 2021–2025 SuperMap. All rights reserved.