edu.iris.Fissures.model
Class BoxAreaImpl

java.lang.Object
  extended by edu.iris.Fissures.BoxArea
      extended by edu.iris.Fissures.model.BoxAreaImpl
All Implemented Interfaces:
edu.iris.Fissures.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 class BoxAreaImpl
extends edu.iris.Fissures.BoxArea

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.iris.Fissures.BoxArea
max_latitude, max_longitude, min_latitude, min_longitude
 
Constructor Summary
protected BoxAreaImpl()
           
  BoxAreaImpl(float min_latitude, float max_latitude, float min_longitude, float max_longitude)
           
 
Method Summary
static java.io.Serializable createEmpty()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
static double sanitize(double longitude)
           
static float sanitize(float longitude)
           
 java.lang.String toString()
           
 
Methods inherited from class edu.iris.Fissures.BoxArea
_read, _truncatable_ids, _type, _write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoxAreaImpl

public BoxAreaImpl(float min_latitude,
                   float max_latitude,
                   float min_longitude,
                   float max_longitude)

BoxAreaImpl

protected BoxAreaImpl()
Method Detail

sanitize

public static float sanitize(float longitude)

sanitize

public static double sanitize(double longitude)

createEmpty

public static java.io.Serializable createEmpty()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object