public class BathymetryPoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
depth |
float |
east |
short |
intensity |
float |
north |
| Constructor and Description |
|---|
BathymetryPoint(float north,
float east,
float depth) |
BathymetryPoint(float north,
float east,
float depth,
short intensity) |
public float north
public float east
public float depth
public short intensity
public BathymetryPoint(float north,
float east,
float depth)
lat - lat in radianslon - lon in radiansnorth - offset north in meterseast - offset east in metersdepth - depth in this point in meters (relative to water surface)public BathymetryPoint(float north,
float east,
float depth,
short intensity)
north - offset north in meterseast - offset north in metersdepth - depth in this point in meters (relative to water surface)Copyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.