Tagged Questions
2
votes
1answer
47 views
Personal Geodatabase: Access speed up due the use of RelationshipClasses?
I've a special question about the effects of RelationshipClasses.
For some reasons I've created a Personal Geodatabase and imported two features from Shape-Files and created an own table.
For ...
2
votes
1answer
150 views
Benefits of relationship classes and how they can be accessed in c#
At the moment I've a personal geodatabase with two imported feature classes from shape files and an own created table. This table has columns for the IDs of the elements in the two feature classes. ...
1
vote
1answer
104 views
Is it possible to create a join between a feature class and a table created with an InMemoryWorkspaceFactory
I'm trying to join a featureclass contained inside a pgdb with a table created with an InMemory Workspace.
The in-memory table contains results that I want to use to define symbology on the ...
6
votes
1answer
312 views
With arcpy, how do I detect relationship classes in a file GDB (or can't I)?
I would like to be able to detect relationship classes in a file GDB. Because users of my script might have only an ArcView level license, they would not be able to manipulate the schema of a feature ...