Esempio n. 1
0
 public BuoyStation(String stationId, String stationName, Double lat, Double lon)
 {
     hnd = BuoyStationNativeInterface.buoy_station_new(stationId, stationName, lat, lon);
 }
Esempio n. 2
0
 internal extern static Boolean buoy_station_is_active(BuoyStationHandle handle);
Esempio n. 3
0
 public BuoyStation(BuoyStationHandle handle)
 {
     hnd = handle;
 }
Esempio n. 4
0
 internal extern static String buoy_station_station_name(BuoyStationHandle handle);