Community
All Communities
Products
ArcGIS Survey123
ArcGIS Pro
ArcGIS Online
ArcGIS Enterprise
Data Management
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Collector
ArcGIS CityEngine
ArcGIS Dashboards
ArcGIS Spatial Analyst
All Products Communities
Industries
Education
Water Resources
Gas and Pipeline
State & Local Government
Transportation
Water Utilities
Telecommunications
Roads and Highways
Natural Resources
Electric
Science
All Industries Communities
Developers
Python
ArcGIS API for JavaScript
ArcGIS Runtime SDKs
ArcGIS API for Python
ArcObjects SDK
ArcGIS Pro SDK
Developers - General
ArcGIS API for Silverlight (Retired)
ArcGIS API for Flex (Retired)
ArcGIS REST API
ArcGIS for Windows Mobile (Retired)
All Developers Communities
Worldwide
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Esri India
GeoDev Germany
Esri Italia Community
ArcGIS Content - Esri Nederland
Swiss Geo Community
GeoDev Switzerland
Comunidad GEOTEC
All Worldwide Communities
All Communities
Products
Developers
User Groups
Industries
Services
Worldwide
Community Basics
Events
Learning
ArcGIS Topics
Networks
View All Communities
ArcGIS Ideas
Community Basics
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Community Ideas
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
Geoprocessing
:
Geoprocessing Questions
:
ArcPy questions. ArcPy limitations.
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
ArcPy questions. ArcPy limitations.
Subscribe
1555
1
07-15-2011 11:27 AM
by
SolomonPulapkur
a
Occasional Contributor III
07-15-2011
11:27 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Using arcpy/python,
1. How do I get the type of the container, a feature class is in.
I want to know whether a feature class is in a feature dataset or in a geodatabase.
container = os.path.dirname(feat_class) container.type?
2. There are several List functions in arcpy. ListFeatureClasses etc.
How do I get to a Topology in a feature dataset?
3. How do I inspect if a feature class participates in a given topology?
Are all these possible w/ ArcPy? If so, how?
Thanks for your help.
Tags
(3)
Tags:
_geoprocessing
analysis
gp
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Reply
by
SolomonPulapkur
a
Occasional Contributor III
07-15-2011
01:22 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Never mind.
I'm answering my own (dumb) question.
The answer to all the above is Yes.
The solution is use the Describe object.
Should have researched more before posting.
Hope it's useful to someone!
Reply
0
Kudos
Post Reply