igeo
Class IUnit
java.lang.Object
igeo.IUnit
public class IUnit
- extends java.lang.Object
Unit of geometries in a server
- Author:
- Satoru Sugihara
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
public IUnit.Type type
IUnit
public IUnit()
IUnit
public IUnit(IUnit.Type type)
IUnit
public IUnit(java.lang.String name)
scale
public static double scale(IUnit.Type unit)
name
public static java.lang.String name(IUnit.Type unit)
type
public static IUnit.Type type(java.lang.String name)
- convert name to type
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object