Geodatabase 判斷是否處於編輯狀態

2022-03-24 03:42:25 字數 2164 閱讀 6499

engine中提供idatasetedit來判斷資料是否處於編輯狀態,我們知道,在arcmap中,進行編輯的不一定都是要素類,也可以是表,網路幾何等.以下能在arcmap中進行編輯的資料都實現了 idatasetedit介面:

classes that implement idatasetedit

classes

description

attributedrelationshipclass

esri attributed relationship class object.

cadastralfabric (esrigeodatabaseextensions)

a container for querying information about a cadastral fabric.

cadastralfabricfdextension (esrigeodatabaseextensions)

a container for describing this cadastral fabric's feature dataset extension properties.

featureclass

esri feature class object.

featuredataset

esri feature dataset object.

geometricnetwork

esri geometric network object.

networkdataset

a container for querying information about a network dataset.

networkdatasetfdextension

a container for describing this network dataset's feature dataset extension properties.

networkdatasetworkspaceextension

a container for describing this network dataset's workspace extension properties.

objectclass

esri object class object.

rastercatalog

a collection of raster datasets in a geodatabase table.

routeeventsource (esrilocation)

route event source object.

schematicdiagramclass (esrischematic)

schematic diagram class object.

schematicelementclass (esrischematic)

schematic element class object.

schematicinmemoryfeatureclass (esrischematic)

schematic in memory feature class object.

streetnetwork

a container for describing a street network.

table

esri table object.

temporalfeatureclass (esritrackinganalyst)

controls settings for the temporal feature class.

temporalrecordset (esritrackinganalyst)

defines the com coclass for the temporalrecordset com object.

topology

esri topology object.

utilitynetwork

a container for describing a utility network.

xyeventsource

xy event source object.

如下**演示了判斷要素類是否處於編輯狀態:

1

private

void

isediting()

GeoDatabase版本操作相關

地理資料 地理資料庫 使用版本化資料 在 arcmap 中,可使用切換版本 對話方塊顯示任何版本和將乙個版本切換為另外乙個版本。最初將 arcsde 地理資料庫中的資料新增到 arcmap 時,資料來自於在資料庫連線 對話方塊中指定的版本。可切換為想要顯示的版本。將乙個版本切換為另乙個版本時,地圖中...

判斷是否和牌

演算法思路 概要描述 如題 對於一副牌判斷是否和牌,在此演算法中認為 要有一對做將,其他四個三張一樣的或順子 滿足此條件的認為是和牌 否則沒有和.演算法思想就是找出任意一種和牌的可能,若一種都沒有判斷 false.詳細描述 1 編碼 牌的編碼 1 36 萬 37 72 筒 73 108 條 109 ...

判斷是否平板

1.一般解析度大於wvga螢幕精度小於等於mdpi的 可以認為是平板了 displaymetrics dm new displaymetrics getwindowmanager getdefaultdisplay getmetrics dm double diagonalpixels math.s...