ArcGIS Desktop

  • Documentación
  • Soporte

  • My Profile
  • Ayuda
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plataforma de representación cartográfica para tu organización

ArcGIS Desktop

Un completo SIG profesional

ArcGIS Enterprise

SIG en tu empresa

ArcGIS for Developers

Herramientas para crear aplicaciones basadas en la ubicación

ArcGIS Solutions

Plantillas de aplicaciones y mapas gratuitas para tu sector

ArcGIS Marketplace

Obtén aplicaciones y datos para tu organización.

  • Documentación
  • Soporte
Esri
  • Iniciar sesión
user
  • Mi perfil
  • Cerrar sesión

ArcMap

  • Inicio
  • Introducción
  • Cartografiar
  • Analizar
  • Administrar datos
  • Herramientas
  • Extensiones

FeatureClass properties

  • Resumen
  • Propiedades
  • Muestra de código

Resumen

The Describe function returns the following properties for Feature Classes. Table Properties and Dataset Properties are also supported. Editor Tracking Properties are supported if editor tracking has been enabled for this feature class.

A Feature Class returns a dataType of "FeatureClass".

Propiedades

PropiedadExplicaciónTipo de datos
featureType
(Sólo lectura)

The feature type of the feature class.

  • Simple —Polygons, polylines, and points representing objects or places that have area, such as water bodies; linear objects, such as rivers; and localized positions, such as houses or sample sites.
  • SimpleJunction —Simple junction feature in a geometric network representing point objects, such as a fuse, service point, or telephone pole.
  • SimpleEdge —Simple edge feature in a geometric network representing polyline objects, such as primary or secondary overheads.
  • ComplexEdge —Complex edge feature in a geometric network representing polyline objects, such as primary overheads, which have midspan connectivity. Network resources flow through complex edges without interruption by midspan connectivity.
  • Annotation —Place or object names or identifiers, such as street names, hydrant ID numbers, land values, or elevation.
  • CoverageAnnotation —Place or object names or identifiers, such as street names, hydrant ID numbers, land values, or elevation. Not supported in geodatabases; only supported in coverage datasets.
  • Dimension —Measurements, such as distances, lengths, widths, and depths.
  • RasterCatalogItem —A raster dataset in a raster catalog that has information, such as footprints, names, metadata, and any other user-defined attributes.
String
hasM
(Sólo lectura)

Indicates if the geometry is m-value enabled.

Boolean
hasZ
(Sólo lectura)

Indicates if the geometry is z-value enabled.

Boolean
hasSpatialIndex
(Sólo lectura)

Indicates if the feature class has a spatial index.

Boolean
shapeFieldName
(Sólo lectura)

The name of the Shape field.

String
shapeType
(Sólo lectura)

The geometry shape type.

  • Polygon
  • Polyline
  • Point
  • Multipoint
  • MultiPatch
String

Muestra de código

FeatureClass properties example (stand-alone script)

The following stand-alone script displays some feature class properties.

import arcpy

# Create a Describe object from the feature class
#
desc = arcpy.Describe("C:/data/arch.dgn/Point")

# Print some feature class properties
#
print "Feature Type:  " + desc.featureType
print "Shape Type :   " + desc.shapeType
print "Spatial Index: " + str(desc.hasSpatialIndex)

ArcGIS Desktop

  • Inicio
  • Documentación
  • Soporte

Plataforma ArcGIS

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

Acerca de Esri

  • Quiénes somos
  • Empleo
  • Blog interno
  • Conferencia de usuarios
  • Cumbre de desarrolladores
Esri
Díganos su opinión.
Copyright © 2018 Esri. | Privacidad | Legal