Creating a feature class in a feature dataset

Steps:
  1. In the Catalog tree, right-click the feature dataset in which you want to create a new feature class.
  2. Point to New > Feature Class.
  3. Type a name for the feature class. To create an alias for this feature class, type the alias.
  4. Choose from the drop-down list the type of features that will be stored in this feature class.
  5. If your data will require m- or z-values, check the appropriate check boxes.
  6. Click Next.
  7. If any feature class in the feature dataset will have measures, enter a value for M tolerance or accept the default.
  8. By default, the Accept default resolution and domain extent check box is checked. If you want to manually adjust the resolution and domain extent values of your new dataset, uncheck this box. If you are creating data in a pre-9.2 geodatabase or chose Unknown for the horizontal coordinate system, you should uncheck this box and confirm that the default values are appropriate.

    If you have unchecked the Accept default resolution and domain extent check box, there is an additional panel in the wizard that allows you to change the M resolution as well as the minimum and maximum m-values.

  9. If your geodatabase is not a file or ArcSDE Enterprise geodatabase, skip to step 11. If you want to create the table using a custom storage keyword, click Use configuration keyword and specify the keyword you want to use.

    NoteNote:

    This is available in ArcGIS for Desktop Advanced and Standard only.

  10. Click Next.
  11. To add a field to the feature class, click the next blank row in the Field Name column, then type a name.
  12. Click the Data Type column next to the new field's name and click its data type.
  13. To create an alias for this field, click the field next to Alias and type the alias for this field.
  14. To prevent nulls from being stored in this field, click the field next to Allow nulls, click the drop-down arrow, then click No.
  15. To associate a default value with this field, click the field next to Default value and type the value.
  16. To associate a domain with this field, click the field next to Domain, click the drop-down arrow to see a list of the domains that apply to this field type, then click the domain.
  17. To set other properties specific to the type of field, either click the property in the drop-down list or type the property.
  18. Repeat steps 11 through 17 until all the feature class fields have been defined.
  19. If you want to import field definitions from another feature class or table, click Import.
  20. Click Finish.
TipTip:

  • When creating a new feature class, you can use another feature class as a template. Click Import, navigate to the feature class that contains the field definitions you want to copy, then click OK. Now you can edit the field names and their data types.
  • All simple feature classes in the geodatabase require an ObjectID and geometry type fields. You won't be able to delete the default ObjectID and geometry fields in this wizard.
  • When adding a feature class to a feature dataset, the Spatial Reference button lets you review the feature dataset's spatial reference parameters; however, you can't change them. The exception to the rule is M domains; feature classes in the same feature dataset can have different M domains.
  • You must be the owner of a feature dataset to add feature classes to it.

2/10/2012