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