Skip to content

Metadata PR for category: Scene #383

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 1 commit into from
Jul 3, 2019
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
24 changes: 24 additions & 0 deletions scene/add-a-point-scene-layer/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"category": "Scene",
"description": "@@TODO: View a point scene layer from a scene service.",
"ignore": false,
"images": [
"AddAPointSceneLayer.png"
],
"keywords": [
"3D",
"point scene layer",
"layers",
"ArcGISSceneLayer"
],
"redirect_from": "/java/latest/sample-code/add-a-point-scene-layer.htm",
"relevant_apis": [
"ArcGISSceneLayer"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/add_a_point_scene_layer/AddAPointSceneLayerLauncher.java",
"src/main/java/com/esri/samples/add_a_point_scene_layer/AddAPointSceneLayerSample.java"
],
"title": "@@TODO: Add a point scene layer"
}
24 changes: 24 additions & 0 deletions scene/add-an-integrated-mesh-layer/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"category": "Scene",
"description": "@@TODO: View an integrated mesh layer from a scene service.",
"ignore": false,
"images": [
"AddAnIntegratedMeshLayer.png"
],
"keywords": [
"3D",
"integrated mesh",
"layers",
"IntegratedMeshLayer"
],
"redirect_from": "/java/latest/sample-code/add-an-integrated-mesh-layer.htm",
"relevant_apis": [
"IntegratedMeshLayer"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/add_an_integrated_mesh_layer/AddAnIntegratedMeshLayerSample.java",
"src/main/java/com/esri/samples/add_an_integrated_mesh_layer/AddAnIntegratedMeshLayerLauncher.java"
],
"title": "@@TODO: Add an integrated mesh layer"
}
57 changes: 57 additions & 0 deletions scene/animate-3d-graphic/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"category": "Scene",
"description": "@@TODO: Animate a graphic's position and orientation and follow it with the camera.",
"ignore": false,
"images": [
"Animate3dGraphic.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"3D",
"ArcGISMap",
"ArcGISScene",
"Camera",
"GlobeCameraController",
"Graphic",
"GraphicsOverlay",
"LayerSceneProperties.SurfacePlacement",
"MapView",
"ModelSceneSymbol",
"OrbitGeoElementCameraController",
"Point",
"Polyline",
"Renderer",
"Renderer.SceneProperties",
"SceneView",
"Viewpoint"
],
"redirect_from": "@@TODO: /java/latest/sample-code/animate-3.-graphic.htm",
"relevant_apis": [
"3D",
"ArcGISMap",
"ArcGISScene",
"Camera",
"GlobeCameraController",
"Graphic",
"GraphicsOverlay",
"LayerSceneProperties.SurfacePlacement",
"MapView",
"ModelSceneSymbol",
"OrbitGeoElementCameraController",
"Point",
"Polyline",
"Renderer",
"Renderer.SceneProperties",
"SceneView",
"Viewpoint"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/resources/animate_3d_graphic.fxml",
"src/main/java/com/esri/samples/animate_3d_graphic/AnimationModel.java",
"src/main/java/com/esri/samples/animate_3d_graphic/Animate3dGraphicSample.java",
"src/main/java/com/esri/samples/animate_3d_graphic/Animate3dGraphicLauncher.java",
"src/main/java/com/esri/samples/animate_3d_graphic/Animate3dGraphicController.java"
],
"title": "@@TODO: Animate 3. Graphic"
}
28 changes: 28 additions & 0 deletions scene/change-atmosphere-effect/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"category": "Scene",
"description": "@@TODO: Change the appearance of the atmosphere in a scene.",
"ignore": false,
"images": [
"ChangeAtmosphereEffect.gif"
],
"keywords": [
"3D",
"AtmosphereEffect",
"Scene",
"ArcGISScene",
"AtmosphereEffect",
"SceneView"
],
"redirect_from": "/java/latest/sample-code/change-atmosphere-effect.htm",
"relevant_apis": [
"ArcGISScene",
"AtmosphereEffect",
"SceneView"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/change_atmosphere_effect/ChangeAtmosphereEffectSample.java",
"src/main/java/com/esri/samples/change_atmosphere_effect/ChangeAtmosphereEffectLauncher.java"
],
"title": "@@TODO: Change Atmosphere Effect"
}
35 changes: 35 additions & 0 deletions scene/choose-camera-controller/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"category": "Scene",
"description": "@@TODO: Control the behavior of the camera in a scene.",
"ignore": false,
"images": [
"ChooseCameraController.png"
],
"keywords": [
"camera controller",
"Camera",
"SceneView",
"3D",
"ArcGISScene",
"Camera",
"GlobeCameraController",
"OrbitGeoElementCameraController",
"OrbitLocationCameraController",
"SceneView"
],
"redirect_from": "/java/latest/sample-code/choose-camera-controller.htm",
"relevant_apis": [
"ArcGISScene",
"Camera",
"GlobeCameraController",
"OrbitGeoElementCameraController",
"OrbitLocationCameraController",
"SceneView"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/choose_camera_controller/ChooseCameraControllerLauncher.java",
"src/main/java/com/esri/samples/choose_camera_controller/ChooseCameraControllerSample.java"
],
"title": "@@TODO: Choose camera controller"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"category": "Scene",
"description": "@@TODO: Set the terrain surface with elevation described by a raster file.",
"ignore": false,
"images": [
"CreateTerrainSurfaceFromLocalRaster.png"
],
"keywords": [
"3D",
"Raster",
"Elevation",
"Surface",
"RasterElevationSource",
"Surface"
],
"redirect_from": "/java/latest/sample-code/create-terrain-surface-from-a-local-raster.htm",
"relevant_apis": [
"RasterElevationSource",
"Surface"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/create_terrain_surface_from_local_raster/CreateTerrainSurfaceFromLocalRasterSample.java",
"src/main/java/com/esri/samples/create_terrain_surface_from_local_raster/CreateTerrainSurfaceFromLocalRasterLauncher.java"
],
"title": "@@TODO: Create Terrain Surface from a Local Raster"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"category": "Scene",
"description": "@@TODO: Set the terrain surface with elevation described by a local tile package.",
"ignore": false,
"images": [
"CreateTerrainSurfaceFromLocalTilePackage.png"
],
"keywords": [
"3D",
"Tile Cache",
"Elevation",
"Surface",
"ArcGISTiledElevationSource",
"Surface"
],
"redirect_from": "@@TODO: /java/latest/sample-code/create-terrain-from-a-local-tile-package.htm",
"relevant_apis": [
"ArcGISTiledElevationSource",
"Surface"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/create_terrain_surface_from_local_tile_package/CreateTerrainSurfaceFromLocalTilePackageLauncher.java",
"src/main/java/com/esri/samples/create_terrain_surface_from_local_tile_package/CreateTerrainSurfaceFromLocalTilePackageSample.java"
],
"title": "@@TODO: Create Terrain from a Local Tile Package"
}
30 changes: 30 additions & 0 deletions scene/display-scene/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"category": "Scene",
"description": "@@TODO: Display a 3. scene with terrain and imagery.",
"ignore": false,
"images": [
"DisplayScene.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISScene",
"ArcGISTiledElevationSource",
"Camera",
"SceneView",
"Surface"
],
"redirect_from": "@@TODO: /java/latest/sample-code/display-scene.htm",
"relevant_apis": [
"ArcGISScene",
"ArcGISTiledElevationSource",
"Camera",
"SceneView",
"Surface"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/display_scene/DisplaySceneLauncher.java",
"src/main/java/com/esri/samples/display_scene/DisplaySceneSample.java"
],
"title": "@@TODO: Display Scene"
}
44 changes: 44 additions & 0 deletions scene/distance-composite-symbol/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"category": "Scene",
"description": "@@TODO: Change a graphic's symbol based on camera proximity.",
"ignore": false,
"images": [
"DistanceCompositeSymbol.gif"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISScene",
"ArcGISTiledElevationSource",
"Camera",
"DistanceCompositeSceneSymbol",
"DistanceCompositeSceneSymbol.Range",
"Graphic",
"GraphicsOverlay",
"ModelSceneSymbol",
"Range",
"RangeCollection",
"SceneView",
"SimpleMarkerSceneSymbol"
],
"redirect_from": "/java/latest/sample-code/distance-composite-symbol.htm",
"relevant_apis": [
"ArcGISScene",
"ArcGISTiledElevationSource",
"Camera",
"DistanceCompositeSceneSymbol",
"DistanceCompositeSceneSymbol.Range",
"Graphic",
"GraphicsOverlay",
"ModelSceneSymbol",
"Range",
"RangeCollection",
"SceneView",
"SimpleMarkerSceneSymbol"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/distance_composite_symbol/DistanceCompositeSymbolLauncher.java",
"src/main/java/com/esri/samples/distance_composite_symbol/DistanceCompositeSymbolSample.java"
],
"title": "@@TODO: Distance Composite Symbol"
}
36 changes: 36 additions & 0 deletions scene/elevation-mode/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"category": "Scene",
"description": "@@TODO: Position graphics relative to terrain.",
"ignore": false,
"images": [
"ElevationMode.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISScene",
"Camera",
"Graphic",
"GraphicsOverlay",
"LayerSceneProperties.SurfacePlacement",
"SceneProperties",
"SceneView",
"Surface"
],
"redirect_from": "/java/latest/sample-code/elevation-mode.htm",
"relevant_apis": [
"ArcGISScene",
"Camera",
"Graphic",
"GraphicsOverlay",
"LayerSceneProperties.SurfacePlacement",
"SceneProperties",
"SceneView",
"Surface"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/elevation_mode/ElevationModeSample.java",
"src/main/java/com/esri/samples/elevation_mode/ElevationModeLauncher.java"
],
"title": "@@TODO: Elevation Mode"
}
30 changes: 30 additions & 0 deletions scene/extrude-graphics/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"category": "Scene",
"description": "@@TODO: Extrude graphics based on attributes.",
"ignore": false,
"images": [
"ExtrudeGraphics.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISScene",
"Graphic",
"GraphicsOverlay",
"Renderer",
"Renderer.SceneProperties"
],
"redirect_from": "/java/latest/sample-code/extrude-graphics.htm",
"relevant_apis": [
"ArcGISScene",
"Graphic",
"GraphicsOverlay",
"Renderer",
"Renderer.SceneProperties"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/extrude_graphics/ExtrudeGraphicsSample.java",
"src/main/java/com/esri/samples/extrude_graphics/ExtrudeGraphicsLauncher.java"
],
"title": "@@TODO: Extrude Graphics"
}
Loading