Skip to content

Metadata PR for category: Geometry #378

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
23 changes: 23 additions & 0 deletions geometry/buffer-list/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"category": "Geometry",
"description": "Combine buffers from multiple points individual buffer distances.",
"ignore": false,
"images": [
"BufferList.png"
],
"keywords": [
"Analysis",
"Buffer",
"GeometryEngine",
"GeometryEngine"
],
"redirect_from": "/java/latest/sample-code/buffer-list.htm",
"relevant_apis": [
"GeometryEngine"
],
"snippets": [
"src/main/java/com/esri/samples/buffer_list/BufferListSample.java",
"src/main/java/com/esri/samples/buffer_list/BufferListLauncher.java"
],
"title": "Buffer list"
}
26 changes: 26 additions & 0 deletions geometry/buffer/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"category": "Geometry",
"description": "Create geodesic and planar buffers around a point.",
"ignore": false,
"images": [
"Buffer.png"
],
"keywords": [
"GeometryEngine",
"GraphicsOverlay",
"Point",
"Polygon"
],
"redirect_from": "/java/latest/sample-code/buffer.htm",
"relevant_apis": [
"GeometryEngine",
"GraphicsOverlay",
"Point",
"Polygon"
],
"snippets": [
"src/main/java/com/esri/samples/buffer/BufferLauncher.java",
"src/main/java/com/esri/samples/buffer/BufferSample.java"
],
"title": "Buffer"
}
48 changes: 48 additions & 0 deletions geometry/clip-geometry/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"category": "Geometry",
"description": "Clip a geometry to an envelope.",
"ignore": false,
"images": [
"ClipGeometry.png"
],
"keywords": [
"ArcGISMap",
"Basemap",
"Envelope",
"Geometry",
"GeometryEngine",
"Graphic",
"GraphicsOverlay",
"MapView",
"Point",
"PointCollection",
"Polygon",
"Polyline",
"SimpleFillSymbol",
"SimpleLineSymbol",
"SpatialReferences"
],
"redirect_from": "/java/latest/sample-code/clip-geometry.htm",
"relevant_apis": [
"ArcGISMap",
"Basemap",
"Envelope",
"Geometry",
"GeometryEngine",
"Graphic",
"GraphicsOverlay",
"MapView",
"Point",
"PointCollection",
"Polygon",
"Polyline",
"SimpleFillSymbol",
"SimpleLineSymbol",
"SpatialReferences"
],
"snippets": [
"src/main/java/com/esri/samples/clip_geometry/ClipGeometryLauncher.java",
"src/main/java/com/esri/samples/clip_geometry/ClipGeometrySample.java"
],
"title": "Clip Geometry"
}
27 changes: 27 additions & 0 deletions geometry/convex-hull-list/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"category": "Geometry",
"description": "Generate convex hull polygon(s) from multiple input geometries.",
"ignore": false,
"images": [
"ConvexHullList.png"
],
"keywords": [
"Analysis",
"ConvexHull",
"GeometryEngine",
"GeometryEngine.ConvexHull",
"GraphicsOverlay",
"PointCollection"
],
"redirect_from": "/java/latest/sample-code/convex-hull-list.htm",
"relevant_apis": [
"GeometryEngine",
"GraphicsOverlay",
"PointCollection"
],
"snippets": [
"src/main/java/com/esri/samples/convex_hull_list/ConvexHullListSample.java",
"src/main/java/com/esri/samples/convex_hull_list/ConvexHullListLauncher.java"
],
"title": "Convex Hull List"
}
20 changes: 20 additions & 0 deletions geometry/convex-hull/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"category": "Geometry",
"description": "Calculate the convex hull for a set of points.",
"ignore": false,
"images": [
"ConvexHull.png"
],
"keywords": [
"GeometryEngine"
],
"redirect_from": "/java/latest/sample-code/convex-hull.htm",
"relevant_apis": [
"GeometryEngine"
],
"snippets": [
"src/main/java/com/esri/samples/convex_hull/ConvexHullLauncher.java",
"src/main/java/com/esri/samples/convex_hull/ConvexHullSample.java"
],
"title": "Convex Hull"
}
34 changes: 34 additions & 0 deletions geometry/create-geometries/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"category": "Geometry",
"description": "@@TODO: Create simple geometry types.",
"ignore": false,
"images": [
"CreateGeometries.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"Envelope",
"Graphic",
"Multipoint",
"Point",
"PointCollection",
"Polygon",
"Polyline"
],
"redirect_from": "/java/latest/sample-code/create-geometries.htm",
"relevant_apis": [
"Envelope",
"Graphic",
"Multipoint",
"Point",
"PointCollection",
"Polygon",
"Polyline"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/create_geometries/CreateGeometriesLauncher.java",
"src/main/java/com/esri/samples/create_geometries/CreateGeometriesSample.java"
],
"title": "@@TODO: Create Geometries"
}
49 changes: 49 additions & 0 deletions geometry/cut-geometry/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"category": "Geometry",
"description": "@@TODO: Cut a geometry along a polyline.",
"ignore": false,
"images": [
"CutGeometry.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISMap",
"Basemap",
"Geometry",
"GeometryEngine",
"Graphic",
"GraphicsOverlay",
"MapView",
"Point",
"PointCollection",
"Polygon",
"Polyline",
"SimpleFillSymbol",
"SimpleLineSymbol",
"SpatialReferences"
],
"redirect_from": "/java/latest/sample-code/cut-geometry.htm",
"relevant_apis": [
"ArcGISMap",
"Basemap",
"Geometry",
"GeometryEngine",
"Graphic",
"GraphicsOverlay",
"MapView",
"Point",
"PointCollection",
"Polygon",
"Polyline",
"SimpleFillSymbol",
"SimpleLineSymbol",
"SpatialReferences"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"CutGeometrySample.java",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one was my bad. Not your script's fault.

"src/main/java/com/esri/samples/cut_geometry/CutGeometryLauncher.java",
"src/main/java/com/esri/samples/cut_geometry/CutGeometrySample.java"
],
"title": "@@TODO: Cut Geometry"
}
46 changes: 46 additions & 0 deletions geometry/densify-and-generalize/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"category": "Geometry",
"description": "@@TODO: Modify a polyline while preserving its general shape.",
"ignore": false,
"images": [],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISMap",
"Basemap",
"GeometryEngine",
"Graphic",
"GraphicsOverlay",
"MapView",
"Multipoint",
"Point",
"PointCollection",
"Polyline",
"SimpleLineSymbol",
"SimpleMarkerSymbol",
"SpatialReference"
],
"redirect_from": "/java/latest/sample-code/densify-and-generalize.htm",
"relevant_apis": [
"ArcGISMap",
"Basemap",
"GeometryEngine",
"Graphic",
"GraphicsOverlay",
"MapView",
"Multipoint",
"Point",
"PointCollection",
"Polyline",
"SimpleLineSymbol",
"SimpleMarkerSymbol",
"SpatialReference"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/resources/densify_and_generalize.fxml",
"src/main/java/com/esri/samples/densify_and_generalize/DensifyAndGeneralizeSample.java",
"src/main/java/com/esri/samples/densify_and_generalize/DensifyAndGeneralizeLauncher.java",
"src/main/java/com/esri/samples/densify_and_generalize/DensifyAndGeneralizeController.java"
],
"title": "@@TODO: Densify and Generalize"
}
48 changes: 48 additions & 0 deletions geometry/geodesic-operations/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"category": "Geometry",
"description": "@@TODO: Calculate the geodesic path and distance between two points.",
"ignore": false,
"images": [
"GeodesicOperations.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISMap",
"GeodeticCurveType",
"Geometry",
"GeometryEngine",
"Graphic",
"GraphicsOverlay",
"LinearUnit",
"LinearUnitId",
"MapView",
"Point",
"PointCollection",
"Polyline",
"SimpleLineSymbol",
"SimpleMarkerSymbol"
],
"redirect_from": "/java/latest/sample-code/geodesic-operations.htm",
"relevant_apis": [
"ArcGISMap",
"GeodeticCurveType",
"Geometry",
"GeometryEngine",
"Graphic",
"GraphicsOverlay",
"LinearUnit",
"LinearUnitId",
"MapView",
"Point",
"PointCollection",
"Polyline",
"SimpleLineSymbol",
"SimpleMarkerSymbol"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/geodesic_operations/GeodesicOperationsLauncher.java",
"src/main/java/com/esri/samples/geodesic_operations/GeodesicOperationsSample.java"
],
"title": "@@TODO: Geodesic Operations"
}
30 changes: 30 additions & 0 deletions geometry/geodesic-sector-and-ellipse/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"category": "Geometry",
"description": "@@TODO: Create geodesic sectors and ellipses.",
"ignore": false,
"images": [
"GeodesicSectorAndEllipse.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"GeodesicEllipseParameters",
"GeodesicSectorParameters",
"GeometryEngine",
"GeometryType"
],
"redirect_from": "/java/latest/sample-code/geodesic-sector-and-ellipse.htm",
"relevant_apis": [
"GeodesicEllipseParameters",
"GeodesicSectorParameters",
"GeometryEngine",
"GeometryType"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/resources/geodesic_sector_and_ellipse.fxml",
"src/main/java/com/esri/samples/geodesic_sector_and_ellipse/GeodesicSectorAndEllipseLauncher.java",
"src/main/java/com/esri/samples/geodesic_sector_and_ellipse/GeodesicSectorAndEllipseSample.java",
"src/main/java/com/esri/samples/geodesic_sector_and_ellipse/GeodesicSectorAndEllipseController.java"
],
"title": "@@TODO: Geodesic Sector and Ellipse"
}
36 changes: 36 additions & 0 deletions geometry/geometry-engine-simplify/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"category": "Geometry",
"description": "@@TODO: Simplify a polygon that has multiple parts.",
"ignore": false,
"images": [
"GeometryEngineSimplify.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"Geometry",
"Graphic",
"GraphicsOverlay",
"MapView",
"Point",
"PointCollection",
"SimpleLineSymbol",
"SimpleFillSymbol"
],
"redirect_from": "/java/latest/sample-code/geometry-engine-simplify.htm",
"relevant_apis": [
"Geometry",
"Graphic",
"GraphicsOverlay",
"MapView",
"Point",
"PointCollection",
"SimpleLineSymbol",
"SimpleFillSymbol"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/geometry_engine_simplify/GeometryEngineSimplifySample.java",
"src/main/java/com/esri/samples/geometry_engine_simplify/GeometryEngineSimplifyLauncher.java"
],
"title": "@@TODO: Geometry Engine Simplify"
}
Loading