ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

GDB FeatureClass properties

  • Summary
  • Properties
  • Code sample

Summary

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".

Properties

PropertyExplanationData Type
areaFieldName
(Read Only)

The name of the geometry area field.

String
geometryStorage
(Read Only)

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
Note:

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

String
lengthFieldName
(Read Only)

The name of the geometry length field.

String
representations
(Read Only)

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

Describe

Code sample

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

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal