Jeospace API

org.jeospace.x3d
Class Encode

java.lang.Object
  extended byorg.jeospace.x3d.Encode

public class Encode
extends java.lang.Object

Constant object identifiers of X3D encoding types

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Field Summary
static Encode CLASSIC
          Identifier of the X3D Classic encoding type
 java.lang.String extension
          The encoding file extension
 java.lang.String name
          The encoding name
static Encode XML
          Identifier of the X3D XML encoding type
 
Constructor Summary
protected Encode(java.lang.String name, java.lang.String extension)
          Restricted Constructor
 
Method Summary
 java.lang.String toString()
          Return the String value of the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML

public static final Encode XML
Identifier of the X3D XML encoding type


CLASSIC

public static final Encode CLASSIC
Identifier of the X3D Classic encoding type


name

public final java.lang.String name
The encoding name


extension

public final java.lang.String extension
The encoding file extension

Constructor Detail

Encode

protected Encode(java.lang.String name,
                 java.lang.String extension)
Restricted Constructor

Method Detail

toString

public java.lang.String toString()
Return the String value of the object


Jeospace API

Copyright © 2006 - jeospace.org