com.supermap.chart

类 FeatureToSpatialPointer

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.chart.FeatureToSpatialPointer
  • 所有已实现的接口:
    IDisposable
    直接已知子类:
    S57FeatureToSpatialPointer


    public class FeatureToSpatialPointer
    extends com.supermap.data.InternalHandleDisposable
    特征物标对空间物标的参照信息类。该类用于获取特征物标对象与空间物标对象之间的参照关系,包括所参照的空间物标的记录标识符(RCID),线状和面状特征物标相对于空间物标对象的方向,面状特征物标内部边界与外部边界的区分、边界的屏蔽信息。
    • 方法详细资料

      • Geometry

        public Geometry Geometry()
        获取参照的空间物标对象的几何对象。
        返回:
      • getMaskingIndicator

        public MaskingIndicator getMaskingIndicator()
        获取对参照边(线状空间物标)的掩码指示。
        返回:
      • getOrientation

        public int getOrientation()
        获取对边(线状空间物标)的方向的参照方式。
        返回:
      • getSpatialObjectID

        public String getSpatialObjectID()
        获取空间物标对象的唯一标识。
        返回:
      • getUsageIndicator

        public int getUsageIndicator()
        获取面状物标对参照边(线状空间物标)的用法指示。
        返回:
      • dispose

        public void dispose()
        释放对象所占用的本地资源。
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)
      • getHandle

        public static long getHandle(com.supermap.data.InternalHandle obj)
      • setHandle

        public static void setHandle(com.supermap.data.InternalHandle obj,
                                     long handle)

Copyright © 2021–2024 SuperMap. All rights reserved.