com.supermap.armap.data

Class ARRecordset

  • java.lang.Object
    • com.supermap.armap.data.ARRecordset


  • public class ARRecordset
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      ARRecordset() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean addARElement(ARElement element, Recordset recordset)
      Add AR models
      static boolean remove(DatasetVector datasetVector, int elementID)
      Deletes the specified object from the dataset
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ARRecordset

        public ARRecordset()
    • Method Detail

      • addARElement

        public static boolean addARElement(ARElement element,
                                           Recordset recordset)
        Add AR models
        Parameters:
        element - AR model to be added
        recordset - is the record set in the dataset corresponding to the AR layer
        Returns:
        Add result, true added successfully, false added failed
      • remove

        public static boolean remove(DatasetVector datasetVector,
                                     int elementID)
        Deletes the specified object from the dataset
        Parameters:
        datasetVector - deletes the dataset corresponding to the layer in which the object is located
        elementID - to remove the object ID
        Returns:
        Whether the deletion is successful, true indicates that the deletion is successful, and false indicates that the deletion fails