Skip to content

Metadata PR for category: Editing #385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions editing/add-features/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"category": "Editing",
"description": "@@TODO: Add new features to an online feature service.",
"ignore": false,
"images": [
"AddFeatures.gif"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISMap",
"Feature",
"FeatureEditResult",
"FeatureLayer",
"MapView",
"ServiceFeatureTable"
],
"redirect_from": "/java/latest/sample-code/add-features.htm",
"relevant_apis": [
"ArcGISMap",
"Feature",
"FeatureEditResult",
"FeatureLayer",
"MapView",
"ServiceFeatureTable"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/add_features/AddFeaturesLauncher.java",
"src/main/java/com/esri/samples/add_features/AddFeaturesSample.java"
],
"title": "@@TODO: Add Features"
}
30 changes: 30 additions & 0 deletions editing/delete-features/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"category": "Editing",
"description": "@@TODO: Delete features from an online feature service.",
"ignore": false,
"images": [
"DeleteFeatures.gif"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISMap",
"Feature",
"FeatureLayer",
"MapView",
"ServiceFeatureTable"
],
"redirect_from": "/java/latest/sample-code/delete-features.htm",
"relevant_apis": [
"ArcGISMap",
"Feature",
"FeatureLayer",
"MapView",
"ServiceFeatureTable"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/delete_features/DeleteFeaturesLauncher.java",
"src/main/java/com/esri/samples/delete_features/DeleteFeaturesSample.java"
],
"title": "@@TODO: Delete Features"
}
41 changes: 41 additions & 0 deletions editing/edit-and-sync-features/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"category": "Editing",
"description": "@@TODO: Synchronize offline edits with a feature service.",
"ignore": false,
"images": [
"EditAndSyncFeatures.png"
],
"keywords": [
"feature service",
"geodatabase",
"offline",
"synchronize",
"FeatureLayer",
"FeatureTable",
"GenerateGeodatabaseJob",
"GenerateGeodatabaseParameters",
"GeodatabaseSyncTask",
"SyncGeodatabaseJob",
"SyncGeodatabaseParameters",
"SyncLayerOption"
],
"redirect_from": "@@TODO: /java/latest/sample-code/edit-and-sync-features.htm",
"relevant_apis": [
"FeatureLayer",
"FeatureTable",
"GenerateGeodatabaseJob",
"GenerateGeodatabaseParameters",
"GeodatabaseSyncTask",
"SyncGeodatabaseJob",
"SyncGeodatabaseParameters",
"SyncLayerOption"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/resources/edit_and_sync_features.fxml",
"src/main/java/com/esri/samples/edit_and_sync_features/EditAndSyncFeaturesLauncher.java",
"src/main/java/com/esri/samples/edit_and_sync_features/EditAndSyncFeaturesSample.java",
"src/main/java/com/esri/samples/edit_and_sync_features/EditAndSyncFeaturesController.java"
],
"title": "@@TODO: Edit and sync features"
}
34 changes: 34 additions & 0 deletions editing/edit-feature-attachments/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"category": "Editing",
"description": "@@TODO: Add or remove feature attachments.",
"ignore": false,
"images": [
"EditFeatureAttachments.gif"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISFeature",
"ArcGISMap",
"Attachment",
"Feature",
"FeatureLayer",
"MapView",
"ServiceFeatureTable"
],
"redirect_from": "/java/latest/sample-code/edit-feature-attachments.htm",
"relevant_apis": [
"ArcGISFeature",
"ArcGISMap",
"Attachment",
"Feature",
"FeatureLayer",
"MapView",
"ServiceFeatureTable"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/edit_feature_attachments/EditFeatureAttachmentsSample.java",
"src/main/java/com/esri/samples/edit_feature_attachments/EditFeatureAttachmentsLauncher.java"
],
"title": "@@TODO: Edit Feature Attachments"
}
30 changes: 30 additions & 0 deletions editing/update-attributes/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"category": "Editing",
"description": "@@TODO: Update feature attributes in an online feature service.",
"ignore": false,
"images": [
"UpdateAttributes.gif"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISMap",
"Feature",
"FeatureLayer",
"MapView",
"ServiceFeatureTable"
],
"redirect_from": "/java/latest/sample-code/update-attributes.htm",
"relevant_apis": [
"ArcGISMap",
"Feature",
"FeatureLayer",
"MapView",
"ServiceFeatureTable"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/update_attributes/UpdateAttributesSample.java",
"src/main/java/com/esri/samples/update_attributes/UpdateAttributesLauncher.java"
],
"title": "@@TODO: Update Attributes"
}
30 changes: 30 additions & 0 deletions editing/update-geometries/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"category": "Editing",
"description": "@@TODO: Update a feature's location in an online feature service.",
"ignore": false,
"images": [
"UpdateGeometries.gif"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISMap",
"Feature",
"FeatureLayer",
"MapView",
"ServiceFeatureTable"
],
"redirect_from": "/java/latest/sample-code/update-geometries.htm",
"relevant_apis": [
"ArcGISMap",
"Feature",
"FeatureLayer",
"MapView",
"ServiceFeatureTable"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/update_geometries/UpdateGeometriesLauncher.java",
"src/main/java/com/esri/samples/update_geometries/UpdateGeometriesSample.java"
],
"title": "@@TODO: Update Geometries"
}