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 modelsstatic boolean
remove(DatasetVector datasetVector, int elementID)
Deletes the specified object from the dataset
-
-
-
Method Detail
-
addARElement
public static boolean addARElement(ARElement element, Recordset recordset)
Add AR models- Parameters:
element
- AR model to be addedrecordset
- 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 locatedelementID
- 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
-
-