public final class Location
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Field and Description |
|---|---|
Quantity |
depth |
Quantity |
elevation |
float |
latitude |
float |
longitude |
LocationType |
type |
| Constructor and Description |
|---|
Location() |
Location(float latitude,
float longitude,
Quantity elevation,
Quantity depth,
LocationType type) |
public float latitude
public float longitude
public Quantity elevation
public Quantity depth
public LocationType type
public Location()
public Location(float latitude,
float longitude,
Quantity elevation,
Quantity depth,
LocationType type)