-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate "Add Features with Contingent Values" to Compose (#283)
- Loading branch information
Showing
11 changed files
with
783 additions
and
681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84 changes: 44 additions & 40 deletions
84
samples/add-features-with-contingent-values/README.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,46 @@ | ||
{ | ||
"category": "Edit and Manage Data", | ||
"description": "Create and add features whose attribute values satisfy a predefined set of contingencies.", | ||
"formal_name": "AddFeaturesWithContingentValues", | ||
"ignore": false, | ||
"images": [ | ||
"add-features-with-contingent-values.png" | ||
], | ||
"keywords": [ | ||
"coded values", | ||
"contingent values", | ||
"feature table", | ||
"geodatabase", | ||
"ArcGISFeatureTable", | ||
"CodedValue", | ||
"CodedValueDomain", | ||
"ContingencyConstraintViolation", | ||
"ContingentCodedValue", | ||
"ContingentRangeValue", | ||
"ContingentValuesDefinition", | ||
"ContingentValuesResult" | ||
], | ||
"language": "kotlin", | ||
"redirect_from": [ | ||
"/android/latest/sample-code/add-features-with-contingent-values.htm" | ||
], | ||
"relevant_apis": [ | ||
"ArcGISFeatureTable", | ||
"CodedValue", | ||
"CodedValueDomain", | ||
"ContingencyConstraintViolation", | ||
"ContingentCodedValue", | ||
"ContingentRangeValue", | ||
"ContingentValuesDefinition", | ||
"ContingentValuesResult" | ||
], | ||
"snippets": [ | ||
"src/main/java/com/esri/arcgismaps/sample/addfeatureswithcontingentvalues/MainActivity.kt", | ||
"src/main/java/com/esri/arcgismaps/sample/addfeatureswithcontingentvalues/DownloadActivity.kt" | ||
], | ||
"title": "Add features with contingent values" | ||
"category": "Edit and Manage Data", | ||
"description": "Create and add features whose attribute values satisfy a predefined set of contingencies.", | ||
"formal_name": "AddFeaturesWithContingentValues", | ||
"ignore": false, | ||
"images": [ | ||
"add-features-with-contingent-values.png" | ||
], | ||
"keywords": [ | ||
"coded values", | ||
"compose", | ||
"contingent values", | ||
"feature table", | ||
"geodatabase", | ||
"geoview", | ||
"mapview", | ||
"toolkit", | ||
"ArcGISFeatureTable", | ||
"CodedValue", | ||
"CodedValueDomain", | ||
"ContingencyConstraintViolation", | ||
"ContingentCodedValue", | ||
"ContingentRangeValue", | ||
"ContingentValuesDefinition", | ||
"ContingentValuesResult" | ||
], | ||
"language": "kotlin", | ||
"redirect_from": [], | ||
"relevant_apis": [ | ||
"ArcGISFeatureTable", | ||
"CodedValue", | ||
"CodedValueDomain", | ||
"ContingencyConstraintViolation", | ||
"ContingentCodedValue", | ||
"ContingentRangeValue", | ||
"ContingentValuesDefinition", | ||
"ContingentValuesResult" | ||
], | ||
"snippets": [ | ||
"src/main/java/com/esri/arcgismaps/sample/addfeatureswithcontingentvalues/components/AddFeaturesWithContingentValuesViewModel.kt", | ||
"src/main/java/com/esri/arcgismaps/sample/addfeatureswithcontingentvalues/DownloadActivity.kt", | ||
"src/main/java/com/esri/arcgismaps/sample/addfeatureswithcontingentvalues/MainActivity.kt", | ||
"src/main/java/com/esri/arcgismaps/sample/addfeatureswithcontingentvalues/screens/AddFeaturesWithContingentValuesScreen.kt" | ||
], | ||
"title": "Add features with contingent values" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.