Beispiel #1
0
 public BuoyStation(String stationId, String stationName, Double lat, Double lon)
 {
     hnd = BuoyStationNativeInterface.buoy_station_new(stationId, stationName, lat, lon);
 }
Beispiel #2
0
 protected override bool ReleaseHandle()
 {
     BuoyStationNativeInterface.buoy_station_free(handle);
     return(true);
 }