You are here:
Geodatabases and ArcSDE
>
Building a geodatabase
>
Working with geodatabase datasets
>
Subtypes
Subtypes are a subset of features in a feature class, or objects in a table, that share the same attributes. They are used as a method to categorize your data.
Subtypes allow you to do the following:
- Increase the performance of the geodatabase by representing a variety of real-world objects as a subset of features in a given feature class instead of creating new feature classes for each object.
For example, the streets in a streets feature class could be categorized into three subtypes: local streets, collector streets, and arterial streets.
- Set a default value which will automatically apply when creating new features.
For example, a local street subtype could be created and defined so that whenever this type of street is added to the feature class, its speed limit attribute is automatically set to 35 miles per hour.
- Apply
to features enabling you to constrain input information to a valid set of values.
For example, in a water distribution network, the subtype water mains could have a coded domain for building materials restricting them to be made of cast iron, ductile iron, or copper.
- Create between other subtypes and feature classes to maintain the integrity of a network.
For example, in a water network, a hydrant can connect to a hydrant lateral but not to a service lateral.
NOTE: Available with ArcInfo and ArcEditor only
Learn more about connectivity rules in a geometric network
- Create between other subtypes and feature classes residing in a topology.
For example, you could make a requirement that street features have to be connected to other street features at both ends, except in the case of streets belonging to the cul-de-sac or dead-end subtypes.
NOTE: Available with ArcInfo and ArcEditor only
Learn more about topology rules
- Develop between other subtypes, tables, and feature classes.
For example, in an electrical network, you could create a relationship rule between subtypes describing that steel poles support class A transformers, while wooden poles support class B transformers.
NOTE: Available with ArcInfo and ArcEditor only
Learn more about relationship rules in a relationship class
- Create customized rules between features using written code.
NOTE: Available with ArcInfo and ArcEditor only
Subtypes can be created in two ways:
- Using the context menu in ArcCatalog
- Through geoprocessing using the Subtypes toolset.
Learn more about the Subtypes toolset
Please visit the
Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.