Class EhimeMaru

java.lang.Object
Savage.ShipsCivilian.Trawlers.EhimeMaru

public class EhimeMaru extends Object

Model of Japanese trawler sunk by the USS Greeneville.

Related links: Catalog page EhimeMaru, source EhimeMaru.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title EhimeMaru.x3d
description Model of Japanese trawler sunk by the USS Greeneville.
creator Andrew Wiest
translator X3d-Edit
created 9 May 2001
modified 20 October 2019
identifier https://www.web3d.org/x3d/content/examples/Savage/ShipsCivilian/Trawlers/EhimeMaru.x3d
generator X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit
reference http://lib1.nippon-foundation.or.jp/1997/0834/contents/137.htm
photo EhimeMaru137-1.jpg
photo EhimeMaru137-2.gif
reference http://www.nytimes.com/images/2001/03/08/national/010308_nat_subHAWAIIch.gif
reference http://www.cpf.navy.mil/pages/legal/foia/Exhibit_52.pdf
reference http://www.cpf.navy.mil/pages/legal/foia/Exhibit_54_pages_1_7.pdf
reference http://www.cpf.navy.mil/pages/legal/foia/Exhibit_54_pages_8_14.pdf
reference http://www.uscg.mil/d14/news_release/2001/Feb2001.htm#32-01
reference http://www.cnn.com/video/us/2001/02/18/vo.sunk.ship.navy.html
reference http://www.usanavy.com/misc/news/ehime_maru.htm
reference http://www.ntsb.gov/Pressrel/2001/010302.htm
reference http://www.uscg.mil/d14/news_release/2001/Mar2001.htm#43-01
reference http://www.uscg.mil/d14/news_release/2001/Mar2001.htm#42-01
reference http://www.uscg.mil/d14/news_release/2001/Feb2001.htm#41-01
reference http://www.uscg.mil/d14/news_release/2001/Feb2001.htm#20-01
reference http://www.cpf.navy.mil
reference http://www.cpf.navy.mil/greeneville.html
reference http://www.csp.navy.mil/css1/772/home.html
reference http://www.cpf.navy.mil/greenevilleimages.html
reference http://www.chinfo.navy.mil/navpalib/factfile/ShipsCivilian/ship-ssn.html
reference http://www.pbs.org/wgbh/nova/subsecrets/inside.html
reference http://www.nytimes.com/2001/03/09/national/09HAWA.html
reference http://www.cnn.com/2001/US/03/08/japan.sub.03/index.html
reference http://www.cnn.com/SPECIALS/2001/sub.collision/session1.html
reference https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter18-TextureMapping/Figure18.27RotatingFanAnimatedTextureTransform.wrl
license ../../license.html
 

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

  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor to create this object.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.web3d.x3d.jsail.Core.X3D
    Provide a shallow copy of the X3D model.
    final void
    Create and initialize the X3D model for this object.
    static void
    main(String[] args)
    Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EhimeMaru

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