- 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 that 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 explaining 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