edu.iris.Fissures
Class BoxArea

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

public abstract class BoxArea
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue, Area

Represents a rectangular area

See Also:
Serialized Form

Field Summary
 float max_latitude
           
 float max_longitude
           
 float min_latitude
           
 float min_longitude
           
 
Constructor Summary
BoxArea()
           
 
Method Summary
 void _read(org.omg.CORBA.portable.InputStream in)
           
 java.lang.String[] _truncatable_ids()
           
 org.omg.CORBA.TypeCode _type()
           
 void _write(org.omg.CORBA.portable.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min_latitude

public float min_latitude

max_latitude

public float max_latitude

min_longitude

public float min_longitude

max_longitude

public float max_longitude
Constructor Detail

BoxArea

public BoxArea()
Method Detail

_truncatable_ids

public java.lang.String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface org.omg.CORBA.portable.ValueBase

_read

public void _read(org.omg.CORBA.portable.InputStream in)
Specified by:
_read in interface org.omg.CORBA.portable.Streamable

_write

public void _write(org.omg.CORBA.portable.OutputStream out)
Specified by:
_write in interface org.omg.CORBA.portable.Streamable

_type

public org.omg.CORBA.TypeCode _type()
Specified by:
_type in interface org.omg.CORBA.portable.Streamable