edu.iris.Fissures.model
Class BoxAreaImpl
java.lang.Object
edu.iris.Fissures.BoxArea
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
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)
|
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 |
BoxAreaImpl
public BoxAreaImpl(float min_latitude,
float max_latitude,
float min_longitude,
float max_longitude)
BoxAreaImpl
protected BoxAreaImpl()
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