Nachdem die Geodatabase in PostgreSQL oder Oracle erstellt wurde, kann die Datenbank, in der sie gespeichert ist, nicht umbenannt werden. Der Name der Datenbank wird in den Geodatabase-Systemtabellen gespeichert, wo er zur vollständigen Qualifizierung der Tabellen- und Feature-Class-Namen ...
Wenn Sie eine Sicht für eine Geodatabase-Tabelle oder Feature-Class erstellen, für die die traditionelle Versionierung verwendet wird, werden nur die Daten in der Basistabelle angezeigt, nicht jedoch die Änderungen in den Delta-Tabellen. Um die Änderungen in einer Sicht über ArcGIS-Cli...
Enterprise-Geodatabases sind eine Sammlung von Tabellen, Sichten, gespeicherten Prozeduren und Funktionen in einer Datenbank. Enterprise-Geodatabase enthalten zwei Arten von Tabellen: Tabellen, in denen Benutzerdaten gespeichert sind, und Systemtabellen, die Geodatabase-Funktionen in die ...
Versionierte Sichten enthalten Datenbanksichten sowie gespeicherte Prozeduren, Trigger und Funktionen, sodass Sie versionierte Daten in einer Geodatabase-Tabelle oder Feature-Class mithilfe von SQL lesen können. Wenn über eine versionierte Sicht auf ein versioniertes Dataset zugegriffen wird,...
print "Connection and Feature Class Description:" print "%-12s %s" % ("\tServer:", cp.server) print "%-12s %s" % ("\tInstance:", cp.instance) print "%-12s %s" % ("\tDatabase:", cp.database) def querySDELayer(self):
geodatabase using theITopologyContainer.CreateTopology()andITopologyContainer.CreateTopologyEx()methods, both of which have anITopologyreturn type. Once the topology is created, theITopology.AddClass()andITopologyRuleContainer.AddRule()methods can be used to add feature classes and rules to the ...
A sample script to obtain a list of the geometry storage type used for each feature class in an enterprise geodatabase: import arcpy # Set the workspace connection to the geodatabase arcpy.env.workspace = "geodatabase.sde" # Get a list of all the feature datasets ...
Early next year, Esri will release a version of the Enterprise Geodatabase that supports SAP HANA. You'll need ArcGIS Pro 2.1 and ArcGIS Enterprise 10.6. You will also
Loading data into a geodatabase Modifying field domains Working with ArcGIS Server services Interrogating a REST endpoint with curl and Node.js Publishing services OnServer How OnServer works Creating a service inventory Determining what services a feature class is participating in MakeMany SLAP How ...
If the data store item accesses an enterprise geodatabase, each feature class or table that contains metadata will result in a feature layer that contains metadata, such as the description and credits (attributions). Publish layers in bulk Follow these steps to publish feature and map image laye...