How to use
See How to use ArcGIS samples for help on running the sample. If the sample has associated data, you will find that the sample's zip file includes a "data" folder alongside the language folders. However, you will need to update the sample to point to the location of the data once you have extracted all the files.
Deploy extension to ArcGIS Desktop
- Navigate to this sample's lib folder (featurevalidation/lib) and copy FeatureValidationExt.jar into the <ArcGIS Desktop Install Dir>/java/lib/ext folder to deploy the custom feature class extension. The extension functionality will become available to you when you start the runner application.
- Navigate to this sample's bin folder (featurevalidation/bin) and execute the FeatureValidation.jar to start the application (Eclipse can also be used to execute the application - ValidatorRunner.java).
- Review the output messages on the command prompt or in Eclipse's output window.
- Use ArcCatalog or ArcMap to review the data in the output location.
Download the files for Java
geodatabase/FeatureValidationRunner.java | Main class |
geodatabase/classextension/FeatureValidator.java | Class extension class |
See Also:
Getting started with class extensionsDevelopment licensing | Deployment licensing |
---|---|
ArcView | ArcView |
ArcEditor | ArcEditor |
ArcInfo | ArcInfo |
Engine Developer Kit |