ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS Desktop

Ein vollständiges professionelles GIS

ArcGIS Enterprise

GIS in Ihrem Unternehmen

ArcGIS for Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

ArcMap

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Verwalten von Daten
  • Werkzeuge
  • Erweiterungen

GDB FeatureClass properties

  • Zusammenfassung
  • Eigenschaften
  • Codebeispiel

Zusammenfassung

The Describe function returns the following properties for Geodatabase Feature Classes. FeatureClass Properties, GDB Table Properties, Editor Tracking Dataset Properties, Table Properties, and Dataset Properties are also supported.

A Geodatabase Feature Class returns a dataType of "FeatureClass".

Eigenschaften

EigenschaftErklärungDatentyp
areaFieldName
(Nur lesen)

The name of the geometry area field.

String
geometryStorage
(Nur lesen)

Returns the geometry field storage.

  • Binary —Esri Binary storage
  • LOB —Esri LOB storage
  • WKB —OGC Well Known Binary storage
  • ST —Spatial Type storage
  • SDO —Oracle Spatial Type storage
  • PostGIS —PostgreSQL / PostGIS storage
  • MSSQLGeometry —SQLServer / GEOMETRY storage
  • MSSQLGeography —SQLServer / GEOGRAPHY storage
Hinweis:

Returns the storage type for enterprise geodatabase feature classes only; for all other feature classes, returns an empty string.

String
lengthFieldName
(Nur lesen)

The name of the geometry length field.

String
representations
(Nur lesen)

A list of Describe objects for the representations associated with the feature class.

Describe

Codebeispiel

GDB FeatureClass properties example (stand-alone script)

The following stand-alone script displays the GDB FeatureClass properties.

import arcpy

# Create a Describe object from the GDB Feature Class
#
desc = arcpy.Describe("C:/data/chesapeake.gdb/chesapeake/bayshed_1")

# Print GDB FeatureClass properties
#
print "Area Field Name  : " + desc.areaFieldName
print "Length Field Name: " + desc.lengthFieldName

ArcGIS Desktop

  • Startseite
  • Dokumentation
  • Support

ArcGIS Plattform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Über Esri

  • Über uns
  • Karriere
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Wir sind an Ihrer Meinung interessiert.
Copyright © 2019 Esri. | Datenschutz | Rechtliches