Object Types


Point Layer

Sphere | Cylinder | Cone | Box | Disk | Plane | Point | Billboard | Model File

Sphere

Sphere with specified radius, color and opacity

_images/Sphere.jpg

Specific settings :

  • Radius

    Numerical value.

Origin :

center of sphere

three.js geometry class:

Cylinder

Cylinder with specified radius, height, color and opacity

_images/Cylinder.jpg

Specific settings :

  • Radius

    Numerical value.

  • Height

    Numerical value.

Origin :

center of bottom (if height > 0)

three.js geometry class:

Cone

Cone with specified radius, height, color and opacity

_images/Cone.jpg

Specific settings :

  • Radius

    Numerical value.

  • Height

    Numerical value.

Origin :

center of bottom (if height > 0)

three.js geometry class:

Box

Box with specified width, depth, height, color and opacity

_images/Box.jpg

Specific settings :

  • Width

    Numerical value.

  • Depth

    Numerical value.

  • Height

    Numerical value.

Origin :

center of bottom (if height > 0)

three.js geometry class:

Disk

Disk with specified radius, orientation, color and opacity

_images/Disk.jpg

Specific settings :

Origin :

center of disk

three.js geometry class:

Plane

Plane with specified length, width, orientation, color and opacity

_images/no_image.png

Specific settings :

  • Width

    Numerical value.

  • Length

    Numerical value.

  • Dip

    Numerical value in degrees. See Strike and dip - Wikipedia.

  • Dip direction

    Numerical value in degrees.

Origin :

center of plane

three.js geometry class:

Point

_images/no_image.png

Specific settings :

  • Radius

    Numerical value.

Origin :

center of sprite

three.js geometry class:

Billboard

Image which always faces towards the camera. When an image file on local file system is specified, the image file is copied to the export destination. When an image file on a web server is specified, the model file is not copied.

_images/no_image.png

Specific settings :

  • Image file

    File path or URL.

  • Scale

    Numerical value.

Origin :

center of sprite

three.js object class:

Model File

Load 3D model from supported format model file. COLLADA (*.dae) and glTF (*.gltf, *.glb) are supported. When a model file on local file system is specified, the model file is copied to the export destination. You need to copy the relevant files such as texture image after export. When a model file URL is specified, the model file is not copied.

_images/no_image.png

Specific settings :

  • Model file

    File path or URL.

  • Scale

    Numerical value.

  • Rotation (x)

    Numerical value in degrees.

  • Rotation (y)

    Numerical value in degrees.

  • Rotation (z)

    Numerical value in degrees.

  • Rotation Order

    The options are XYZ, YZX, ZXY, XZY, YXZ and ZYX. See Euler - three.js docs.

Origin :

origin of model


Line Layer

Line | Pipe | Cone | Box | Wall

Line

_images/Line.png

Specific settings :

no specific settings

three.js object class:

Image was created with GSI Tiles (ort, dem).

Pipe

Places a cylinder to each line segment and a sphere to each vertex.

_images/Pipe.jpg

Specific settings :

  • Radius

    Numerical value.

three.js geometry classes:

Image was created with GSI Tiles (airphoto, dem).

Cone

Places a cone to each line segment. Heading of cone is forward direction.

_images/ConeL.jpg

Specific settings :

  • Radius

    Numerical value.

three.js geometry class:

Image was created with GSI Tiles (ort, dem) and National Land Numerical Information (Rivers. MILT of Japan).

Box

Places a box to each line segment.

_images/Box1.jpg

Specific settings :

  • Width

    Numerical value.

  • Height

    Numerical value.

three.js geometry class:

Image was created with GSI Tiles (airphoto, dem).

Wall

Makes a vertical wall under each line segment.

_images/Wall.jpg

Specific settings :

  • Other side Z

    Z coordinate of the other side edge.

Image was created with SRTM3 elevation data.


Polygon Layer

Polygon | Extruded | Overlay

Polygon

_images/no_image.png

Specific settings :

Extruded

Extruded polygon with specified height, color and opacity

_images/Extruded.jpg

Specific settings :

  • Height

    Numerical value.

Image was created with GSI Tiles (ort, dem) and OpenStreetMap (© OpenStreetMap contributors, License).

Overlay

Overlay polygon draped on the main DEM with specified color, border color and opacity. When the altitude mode is Relative to DEM layer, each polygon is located at the relative height from the DEM surface. Otherwise, creates a flat polygon at specified altitude.

_images/Overlay.jpg

Specific settings :

  • Border

    No border, feature style, random color or expression.

Image was created with GSI Tiles (ort, dem) and National Land Numerical Information (Sediment Disaster Hazard Area. Provided by Okayama prefecture, Japan).