Class WorldInfoExampleMetadataSetX3D4

java.lang.Object
X3dForWebAuthors.Chapter15Metadata.WorldInfoExampleMetadataSetX3D4

public class WorldInfoExampleMetadataSetX3D4 extends Object

Test target for python x3d package development. Can x3d.py package generate this valid X3D file? This scene contains MetadataSet with a non-null metadata field.

Related links: WorldInfoExampleMetadataSetX3D4.java source, WorldInfoExampleMetadataSetX3D4 catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title WorldInfoExampleMetadataSetX3D4.x3d
description Test target for python x3d package development. Can x3d.py package generate this valid X3D file? This scene contains MetadataSet with a non-null metadata field.
warning Metadata nodes are not allowed at top level of scene in X3D3, but one is allowed as field within WorldInfo
reference WorldInfoExampleMetadataSetX3D3.x3d
info Original name MetadataSetWithMetadata.x3d
creator Vincent Marchetti
creator Don Brutzman
created 16 November 2021
revised 2 February 2022
identifier https://X3dGraphics.com/examples/X3dForWebAuthors/Chapter15Metadata/WorldInfoExampleMetadataSetX3D4.x3d
license https://creativecommons.org/licenses/by/4.0
 

This program uses the X3D Java Scene Access Interface Library (X3DJSAIL). It has been produced using the X3dToJava.xslt stylesheet to create Java source code from an .x3d model.

  • Constructor Details

    • WorldInfoExampleMetadataSetX3D4

      public WorldInfoExampleMetadataSetX3D4()
      Default constructor to create this object.
  • Method Details

    • initialize

      public final void initialize()
      Create and initialize the X3D model for this object.
    • getX3dModel

      public org.web3d.x3d.jsail.Core.X3D getX3dModel()
      Provide a shallow copy of the X3D model.
      Returns:
      WorldInfoExampleMetadataSetX3D4 model
      See Also:
    • main

      public static void main(String[] args)
      Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
      Parameters:
      args - array of input parameters, provided as arguments
      See Also: