edu.iris.Fissures.network
Class OrientationRangeImpl

java.lang.Object
  extended by edu.iris.Fissures.IfNetwork.OrientationRange
      extended by edu.iris.Fissures.network.OrientationRangeImpl
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase

public class OrientationRangeImpl
extends OrientationRange

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.iris.Fissures.IfNetwork.OrientationRange
angular_distance, center
 
Constructor Summary
protected OrientationRangeImpl()
           
  OrientationRangeImpl(Orientation center, Quantity angular_distance)
           
 
Method Summary
static OrientationRange createEmpty()
           
 
Methods inherited from class edu.iris.Fissures.IfNetwork.OrientationRange
_read, _truncatable_ids, _type, _write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrientationRangeImpl

protected OrientationRangeImpl()

OrientationRangeImpl

public OrientationRangeImpl(Orientation center,
                            Quantity angular_distance)
Method Detail

createEmpty

public static OrientationRange createEmpty()