public abstract class PointDistanceArea extends java.lang.Object implements org.omg.CORBA.portable.StreamableValue, Area
| Modifier and Type | Field and Description |
|---|---|
float |
latitude |
float |
longitude |
Quantity |
max_distance
must be either angular or length
|
Quantity |
min_distance
must be either angular or length
|
| Constructor and Description |
|---|
PointDistanceArea() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public float latitude
public float longitude
public Quantity min_distance
public Quantity max_distance
public java.lang.String[] _truncatable_ids()
_truncatable_ids in interface org.omg.CORBA.portable.ValueBasepublic void _read(org.omg.CORBA.portable.InputStream in)
_read in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream out)
_write in interface org.omg.CORBA.portable.Streamablepublic org.omg.CORBA.TypeCode _type()
_type in interface org.omg.CORBA.portable.Streamable