Where is FeatureDataForm?

1103
2
09-12-2012 03:19 AM
TeppoVeijonen
New Contributor
ArcGIS Runtime SDK for Java Samples application includes a sample application "FeatureDataForm (Online)", where you can view (and obviously edit) attributes of a feature. In the source code the attribute window seems to be an instance of a class named FeatureDataForm.

However there is no corresponding import in the code and there is no such class documented in the ArcGIS Runtime SDK for Java API. Nor FeatureDataForm is recognised as a class in Eclipse, so I cannot run this sample application (FeatureDataFormApp) outside the Samples application.

Where does the FeatureDataForm class come from?
0 Kudos
2 Replies
EliseAcheson1
Occasional Contributor
FeatureDataForm is in the same package as the app FeatureDataFormApp. You should be able to see the source code if you run the sample in the Sample Application, then switch to the 'Source Code' tab, then select this file (FeatureDataForm.java) in the 'Source Files' drop down.

~Elise
0 Kudos
TeppoVeijonen
New Contributor
Thanks Elise!
I just had totally missed the Source Files -drop down list below the Source Code tab.
0 Kudos