Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
Geoprocessing
ArcGIS Experience Builder
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS Spatial Analyst
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Public Safety
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcObjects SDK
ArcGIS Pro SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
Esri Italia Community
Comunidad GEOTEC
Europe
Asia Pacific
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Community Ideas
All Community Resources
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
:
Re: 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
Select to view content in your preferred language
Translate Now
ArcPy questions. ArcPy limitations.
Subscribe
1755
1
07-15-2011 11:27 AM
by
SolomonPulapkur
a
Frequent Contributor
07-15-2011
11:27 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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
Frequent Contributor
07-15-2011
01:22 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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