From 20f3a92f1c5ddecb565634237e33b321e846ad5d Mon Sep 17 00:00:00 2001 From: Gaspard Coulet Date: Wed, 28 Apr 2021 23:08:21 +0200 Subject: Initial commit --- Realisation_vol/Doc/allclasses-frame.html | 25 + Realisation_vol/Doc/allclasses-noframe.html | 25 + .../Doc/com/proj/drone_routing/DroneWaypoint.html | 238 +++++++ .../Doc/com/proj/drone_routing/InputActivity.html | 602 +++++++++++++++++ .../Doc/com/proj/drone_routing/MApplication.html | 348 ++++++++++ .../drone_routing/MMap.MyLocationListener.html | 335 ++++++++++ .../Doc/com/proj/drone_routing/MMap.html | 213 ++++++ .../Doc/com/proj/drone_routing/MainActivity.html | 674 +++++++++++++++++++ .../Doc/com/proj/drone_routing/VideoFeed.html | 302 +++++++++ .../com/proj/drone_routing/WorkingActivity.html | 742 +++++++++++++++++++++ .../Doc/com/proj/drone_routing/package-frame.html | 26 + .../com/proj/drone_routing/package-summary.html | 172 +++++ .../Doc/com/proj/drone_routing/package-tree.html | 168 +++++ Realisation_vol/Doc/constant-values.html | 149 +++++ Realisation_vol/Doc/deprecated-list.html | 120 ++++ Realisation_vol/Doc/help-doc.html | 217 ++++++ Realisation_vol/Doc/index-files/index-1.html | 127 ++++ Realisation_vol/Doc/index-files/index-10.html | 135 ++++ Realisation_vol/Doc/index-files/index-11.html | 145 ++++ Realisation_vol/Doc/index-files/index-12.html | 171 +++++ Realisation_vol/Doc/index-files/index-13.html | 129 ++++ Realisation_vol/Doc/index-files/index-14.html | 135 ++++ Realisation_vol/Doc/index-files/index-15.html | 133 ++++ Realisation_vol/Doc/index-files/index-16.html | 127 ++++ Realisation_vol/Doc/index-files/index-17.html | 127 ++++ Realisation_vol/Doc/index-files/index-18.html | 131 ++++ Realisation_vol/Doc/index-files/index-2.html | 135 ++++ Realisation_vol/Doc/index-files/index-3.html | 127 ++++ Realisation_vol/Doc/index-files/index-4.html | 129 ++++ Realisation_vol/Doc/index-files/index-5.html | 135 ++++ Realisation_vol/Doc/index-files/index-6.html | 125 ++++ Realisation_vol/Doc/index-files/index-7.html | 133 ++++ Realisation_vol/Doc/index-files/index-8.html | 125 ++++ Realisation_vol/Doc/index-files/index-9.html | 141 ++++ Realisation_vol/Doc/index.html | 72 ++ Realisation_vol/Doc/overview-tree.html | 172 +++++ Realisation_vol/Doc/package-list | 1 + Realisation_vol/Doc/script.js | 30 + Realisation_vol/Doc/stylesheet.css | 574 ++++++++++++++++ 39 files changed, 7615 insertions(+) create mode 100644 Realisation_vol/Doc/allclasses-frame.html create mode 100644 Realisation_vol/Doc/allclasses-noframe.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/DroneWaypoint.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/InputActivity.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/MApplication.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/MMap.MyLocationListener.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/MMap.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/MainActivity.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/VideoFeed.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/WorkingActivity.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/package-frame.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/package-summary.html create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/package-tree.html create mode 100644 Realisation_vol/Doc/constant-values.html create mode 100644 Realisation_vol/Doc/deprecated-list.html create mode 100644 Realisation_vol/Doc/help-doc.html create mode 100644 Realisation_vol/Doc/index-files/index-1.html create mode 100644 Realisation_vol/Doc/index-files/index-10.html create mode 100644 Realisation_vol/Doc/index-files/index-11.html create mode 100644 Realisation_vol/Doc/index-files/index-12.html create mode 100644 Realisation_vol/Doc/index-files/index-13.html create mode 100644 Realisation_vol/Doc/index-files/index-14.html create mode 100644 Realisation_vol/Doc/index-files/index-15.html create mode 100644 Realisation_vol/Doc/index-files/index-16.html create mode 100644 Realisation_vol/Doc/index-files/index-17.html create mode 100644 Realisation_vol/Doc/index-files/index-18.html create mode 100644 Realisation_vol/Doc/index-files/index-2.html create mode 100644 Realisation_vol/Doc/index-files/index-3.html create mode 100644 Realisation_vol/Doc/index-files/index-4.html create mode 100644 Realisation_vol/Doc/index-files/index-5.html create mode 100644 Realisation_vol/Doc/index-files/index-6.html create mode 100644 Realisation_vol/Doc/index-files/index-7.html create mode 100644 Realisation_vol/Doc/index-files/index-8.html create mode 100644 Realisation_vol/Doc/index-files/index-9.html create mode 100644 Realisation_vol/Doc/index.html create mode 100644 Realisation_vol/Doc/overview-tree.html create mode 100644 Realisation_vol/Doc/package-list create mode 100644 Realisation_vol/Doc/script.js create mode 100644 Realisation_vol/Doc/stylesheet.css (limited to 'Realisation_vol/Doc') diff --git a/Realisation_vol/Doc/allclasses-frame.html b/Realisation_vol/Doc/allclasses-frame.html new file mode 100644 index 0000000..b4ed284 --- /dev/null +++ b/Realisation_vol/Doc/allclasses-frame.html @@ -0,0 +1,25 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/Realisation_vol/Doc/allclasses-noframe.html b/Realisation_vol/Doc/allclasses-noframe.html new file mode 100644 index 0000000..f186219 --- /dev/null +++ b/Realisation_vol/Doc/allclasses-noframe.html @@ -0,0 +1,25 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/DroneWaypoint.html b/Realisation_vol/Doc/com/proj/drone_routing/DroneWaypoint.html new file mode 100644 index 0000000..e14b81e --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/DroneWaypoint.html @@ -0,0 +1,238 @@ + + + + + +DroneWaypoint + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.proj.drone_routing
+

Class DroneWaypoint

+
+
+ +
+
    +
  • +
    +
    +
    public class DroneWaypoint
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toString

        +
        @NonNull
        +public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/InputActivity.html b/Realisation_vol/Doc/com/proj/drone_routing/InputActivity.html new file mode 100644 index 0000000..d656986 --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/InputActivity.html @@ -0,0 +1,602 @@ + + + + + +InputActivity + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.proj.drone_routing
+

Class InputActivity

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.arch.lifecycle.LifecycleOwner, android.arch.lifecycle.ViewModelStoreOwner, android.content.ComponentCallbacks, android.content.ComponentCallbacks2, android.support.v4.app.ActivityCompat.OnRequestPermissionsResultCallback, android.support.v4.app.ActivityCompat.RequestPermissionsRequestCodeValidator, android.support.v4.app.TaskStackBuilder.SupportParentable, android.support.v4.view.KeyEventDispatcher.Component, android.support.v7.app.ActionBarDrawerToggle.DelegateProvider, android.support.v7.app.AppCompatCallback, android.view.KeyEvent.Callback, android.view.LayoutInflater.Factory, android.view.LayoutInflater.Factory2, android.view.View.OnCreateContextMenuListener, android.view.Window.Callback
    +
    +
    +
    +
    public class InputActivity
    +extends android.support.v7.app.AppCompatActivity
    +
    InputActivity is used for the users to enter the specification of the subject, that will be used be Working Activity to generate the mission.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.support.v4.app.SupportActivity

        +android.support.v4.app.SupportActivity.ExtraData
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      org.osmdroid.views.overlay.MarkeraddP 
      java.lang.BooleanchooseOnMap 
      android.widget.Buttongen 
      android.widget.EditTexth 
      android.content.Intentintentact 
      android.widget.EditTextl 
      android.widget.EditTextlat 
      android.widget.EditTextlon 
      MMapmmap 
      android.widget.EditTextw 
      +
        +
      • + + +

        Fields inherited from class android.app.Activity

        +DEFAULT_KEYS_DIALER, DEFAULT_KEYS_DISABLE, DEFAULT_KEYS_SEARCH_GLOBAL, DEFAULT_KEYS_SEARCH_LOCAL, DEFAULT_KEYS_SHORTCUT, FOCUSED_STATE_SET, RESULT_CANCELED, RESULT_FIRST_USER, RESULT_OK
      • +
      +
        +
      • + + +

        Fields inherited from class android.content.Context

        +ACCESSIBILITY_SERVICE, ACCOUNT_SERVICE, ACTIVITY_SERVICE, ALARM_SERVICE, APP_OPS_SERVICE, APPWIDGET_SERVICE, AUDIO_SERVICE, BATTERY_SERVICE, BIND_ABOVE_CLIENT, BIND_ADJUST_WITH_ACTIVITY, BIND_ALLOW_OOM_MANAGEMENT, BIND_AUTO_CREATE, BIND_DEBUG_UNBIND, BIND_EXTERNAL_SERVICE, BIND_IMPORTANT, BIND_NOT_FOREGROUND, BIND_WAIVE_PRIORITY, BLUETOOTH_SERVICE, CAMERA_SERVICE, CAPTIONING_SERVICE, CARRIER_CONFIG_SERVICE, CLIPBOARD_SERVICE, COMPANION_DEVICE_SERVICE, CONNECTIVITY_SERVICE, CONSUMER_IR_SERVICE, CONTEXT_IGNORE_SECURITY, CONTEXT_INCLUDE_CODE, CONTEXT_RESTRICTED, CROSS_PROFILE_APPS_SERVICE, DEVICE_POLICY_SERVICE, DISPLAY_SERVICE, DOWNLOAD_SERVICE, DROPBOX_SERVICE, EUICC_SERVICE, FINGERPRINT_SERVICE, HARDWARE_PROPERTIES_SERVICE, INPUT_METHOD_SERVICE, INPUT_SERVICE, IPSEC_SERVICE, JOB_SCHEDULER_SERVICE, KEYGUARD_SERVICE, LAUNCHER_APPS_SERVICE, LAYOUT_INFLATER_SERVICE, LOCATION_SERVICE, MEDIA_PROJECTION_SERVICE, MEDIA_ROUTER_SERVICE, MEDIA_SESSION_SERVICE, MIDI_SERVICE, MODE_APPEND, MODE_ENABLE_WRITE_AHEAD_LOGGING, MODE_MULTI_PROCESS, MODE_NO_LOCALIZED_COLLATORS, MODE_PRIVATE, MODE_WORLD_READABLE, MODE_WORLD_WRITEABLE, NETWORK_STATS_SERVICE, NFC_SERVICE, NOTIFICATION_SERVICE, NSD_SERVICE, POWER_SERVICE, PRINT_SERVICE, RECEIVER_VISIBLE_TO_INSTANT_APPS, RESTRICTIONS_SERVICE, SEARCH_SERVICE, SENSOR_SERVICE, SHORTCUT_SERVICE, STORAGE_SERVICE, STORAGE_STATS_SERVICE, SYSTEM_HEALTH_SERVICE, TELECOM_SERVICE, TELEPHONY_SERVICE, TELEPHONY_SUBSCRIPTION_SERVICE, TEXT_CLASSIFICATION_SERVICE, TEXT_SERVICES_MANAGER_SERVICE, TV_INPUT_SERVICE, UI_MODE_SERVICE, USAGE_STATS_SERVICE, USB_SERVICE, USER_SERVICE, VIBRATOR_SERVICE, WALLPAPER_SERVICE, WIFI_AWARE_SERVICE, WIFI_P2P_SERVICE, WIFI_RTT_RANGING_SERVICE, WIFI_SERVICE, WINDOW_SERVICE
      • +
      +
        +
      • + + +

        Fields inherited from interface android.content.ComponentCallbacks2

        +TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      InputActivity() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidgenerate(android.view.View view) +
      Stores the parameters of the flight plan and exit the activity
      +
      voidgetCurr(android.view.View view) 
      protected voidonCreate(android.os.Bundle savedInstanceState) 
      voidremove(android.view.View v) 
      +
        +
      • + + +

        Methods inherited from class android.support.v7.app.AppCompatActivity

        +addContentView, closeOptionsMenu, dispatchKeyEvent, findViewById, getDelegate, getDrawerToggleDelegate, getMenuInflater, getResources, getSupportActionBar, getSupportParentActivityIntent, invalidateOptionsMenu, onConfigurationChanged, onContentChanged, onCreateSupportNavigateUpTaskStack, onDestroy, onKeyDown, onMenuItemSelected, onMenuOpened, onPanelClosed, onPostCreate, onPostResume, onPrepareSupportNavigateUpTaskStack, onSaveInstanceState, onStart, onStop, onSupportActionModeFinished, onSupportActionModeStarted, onSupportContentChanged, onSupportNavigateUp, onTitleChanged, onWindowStartingSupportActionMode, openOptionsMenu, setContentView, setContentView, setContentView, setSupportActionBar, setSupportProgress, setSupportProgressBarIndeterminate, setSupportProgressBarIndeterminateVisibility, setSupportProgressBarVisibility, setTheme, startSupportActionMode, supportInvalidateOptionsMenu, supportNavigateUpTo, supportRequestWindowFeature, supportShouldUpRecreateTask
      • +
      +
        +
      • + + +

        Methods inherited from class android.support.v4.app.FragmentActivity

        +dump, getLastCustomNonConfigurationInstance, getLifecycle, getSupportFragmentManager, getSupportLoaderManager, getViewModelStore, onActivityResult, onAttachFragment, onBackPressed, onCreatePanelMenu, onCreateView, onCreateView, onLowMemory, onMultiWindowModeChanged, onNewIntent, onPause, onPictureInPictureModeChanged, onPrepareOptionsPanel, onPreparePanel, onRequestPermissionsResult, onResume, onResumeFragments, onRetainCustomNonConfigurationInstance, onRetainNonConfigurationInstance, onStateNotSaved, setEnterSharedElementCallback, setExitSharedElementCallback, startActivityForResult, startActivityForResult, startActivityFromFragment, startActivityFromFragment, startIntentSenderForResult, startIntentSenderForResult, startIntentSenderFromFragment, supportFinishAfterTransition, supportPostponeEnterTransition, supportStartPostponedEnterTransition, validateRequestPermissionsRequestCode
      • +
      +
        +
      • + + +

        Methods inherited from class android.support.v4.app.SupportActivity

        +dispatchKeyShortcutEvent, getExtraData, putExtraData, superDispatchKeyEvent
      • +
      +
        +
      • + + +

        Methods inherited from class android.app.Activity

        +attachBaseContext, closeContextMenu, createPendingResult, dismissDialog, dismissKeyboardShortcutsHelper, dispatchGenericMotionEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, enterPictureInPictureMode, enterPictureInPictureMode, finish, finishActivity, finishActivityFromChild, finishAffinity, finishAfterTransition, finishAndRemoveTask, finishFromChild, getActionBar, getApplication, getCallingActivity, getCallingPackage, getChangingConfigurations, getComponentName, getContentScene, getContentTransitionManager, getCurrentFocus, getFragmentManager, getIntent, getLastNonConfigurationInstance, getLayoutInflater, getLoaderManager, getLocalClassName, getMaxNumPictureInPictureActions, getMediaController, getParent, getParentActivityIntent, getPreferences, getReferrer, getRequestedOrientation, getSearchEvent, getSystemService, getTaskId, getTitle, getTitleColor, getVoiceInteractor, getVolumeControlStream, getWindow, getWindowManager, hasWindowFocus, isActivityTransitionRunning, isChangingConfigurations, isChild, isDestroyed, isFinishing, isImmersive, isInMultiWindowMode, isInPictureInPictureMode, isLocalVoiceInteractionSupported, isTaskRoot, isVoiceInteraction, isVoiceInteractionRoot, managedQuery, moveTaskToBack, navigateUpTo, navigateUpToFromChild, onActionModeFinished, onActionModeStarted, onActivityReenter, onApplyThemeResource, onAttachedToWindow, onAttachFragment, onChildTitleChanged, onContextItemSelected, onContextMenuClosed, onCreate, onCreateContextMenu, onCreateDescription, onCreateDialog, onCreateDialog, onCreateNavigateUpTaskStack, onCreateOptionsMenu, onCreatePanelView, onCreateThumbnail, onDetachedFromWindow, onEnterAnimationComplete, onGenericMotionEvent, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onLocalVoiceInteractionStarted, onLocalVoiceInteractionStopped, onMultiWindowModeChanged, onNavigateUp, onNavigateUpFromChild, onOptionsItemSelected, onOptionsMenuClosed, onPictureInPictureModeChanged, onPostCreate, onPrepareDialog, onPrepareDialog, onPrepareNavigateUpTaskStack, onPrepareOptionsMenu, onProvideAssistContent, onProvideAssistData, onProvideKeyboardShortcuts, onProvideReferrer, onRestart, onRestoreInstanceState, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onTouchEvent, onTrackballEvent, onTrimMemory, onUserInteraction, onUserLeaveHint, onVisibleBehindCanceled, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, overridePendingTransition, postponeEnterTransition, recreate, registerForContextMenu, releaseInstance, removeDialog, reportFullyDrawn, requestDragAndDropPermissions, requestPermissions, requestShowKeyboardShortcuts, requestVisibleBehind, requestWindowFeature, requireViewById, runOnUiThread, setActionBar, setContentTransitionManager, setDefaultKeyMode, setEnterSharedElementCallback, setExitSharedElementCallback, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setFinishOnTouchOutside, setImmersive, setIntent, setMediaController, setPictureInPictureParams, setProgress, setProgressBarIndeterminate, setProgressBarIndeterminateVisibility, setProgressBarVisibility, setRequestedOrientation, setResult, setResult, setSecondaryProgress, setShowWhenLocked, setTaskDescription, setTitle, setTitle, setTitleColor, setTurnScreenOn, setVisible, setVolumeControlStream, setVrModeEnabled, shouldShowRequestPermissionRationale, shouldUpRecreateTask, showAssist, showDialog, showDialog, showLockTaskEscapeMessage, startActionMode, startActionMode, startActivities, startActivities, startActivity, startActivity, startActivityFromChild, startActivityFromChild, startActivityFromFragment, startActivityFromFragment, startActivityIfNeeded, startActivityIfNeeded, startIntentSender, startIntentSender, startIntentSenderFromChild, startIntentSenderFromChild, startLocalVoiceInteraction, startLockTask, startManagingCursor, startNextMatchingActivity, startNextMatchingActivity, startPostponedEnterTransition, startSearch, stopLocalVoiceInteraction, stopLockTask, stopManagingCursor, takeKeyEvents, triggerSearch, unregisterForContextMenu
      • +
      +
        +
      • + + +

        Methods inherited from class android.view.ContextThemeWrapper

        +applyOverrideConfiguration, getAssets, getTheme
      • +
      +
        +
      • + + +

        Methods inherited from class android.content.ContextWrapper

        +bindService, checkCallingOrSelfPermission, checkCallingOrSelfUriPermission, checkCallingPermission, checkCallingUriPermission, checkPermission, checkSelfPermission, checkUriPermission, checkUriPermission, clearWallpaper, createConfigurationContext, createContextForSplit, createDeviceProtectedStorageContext, createDisplayContext, createPackageContext, databaseList, deleteDatabase, deleteFile, deleteSharedPreferences, enforceCallingOrSelfPermission, enforceCallingOrSelfUriPermission, enforceCallingPermission, enforceCallingUriPermission, enforcePermission, enforceUriPermission, enforceUriPermission, fileList, getApplicationContext, getApplicationInfo, getBaseContext, getCacheDir, getClassLoader, getCodeCacheDir, getContentResolver, getDatabasePath, getDataDir, getDir, getExternalCacheDir, getExternalCacheDirs, getExternalFilesDir, getExternalFilesDirs, getExternalMediaDirs, getFilesDir, getFileStreamPath, getMainExecutor, getMainLooper, getNoBackupFilesDir, getObbDir, getObbDirs, getPackageCodePath, getPackageManager, getPackageName, getPackageResourcePath, getSharedPreferences, getSystemServiceName, getWallpaper, getWallpaperDesiredMinimumHeight, getWallpaperDesiredMinimumWidth, grantUriPermission, isDeviceProtectedStorage, isRestricted, moveDatabaseFrom, moveSharedPreferencesFrom, openFileInput, openFileOutput, openOrCreateDatabase, openOrCreateDatabase, peekWallpaper, registerReceiver, registerReceiver, registerReceiver, registerReceiver, removeStickyBroadcast, removeStickyBroadcastAsUser, revokeUriPermission, revokeUriPermission, sendBroadcast, sendBroadcast, sendBroadcastAsUser, sendBroadcastAsUser, sendOrderedBroadcast, sendOrderedBroadcast, sendOrderedBroadcastAsUser, sendStickyBroadcast, sendStickyBroadcastAsUser, sendStickyOrderedBroadcast, sendStickyOrderedBroadcastAsUser, setWallpaper, setWallpaper, startForegroundService, startInstrumentation, startService, stopService, unbindService, unregisterReceiver
      • +
      +
        +
      • + + +

        Methods inherited from class android.content.Context

        +getColor, getColorStateList, getDrawable, getString, getString, getSystemService, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, registerComponentCallbacks, unregisterComponentCallbacks
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface android.view.Window.Callback

        +onPointerCaptureChanged
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        mmap

        +
        public MMap mmap
        +
      • +
      + + + +
        +
      • +

        chooseOnMap

        +
        public java.lang.Boolean chooseOnMap
        +
      • +
      + + + +
        +
      • +

        w

        +
        public android.widget.EditText w
        +
      • +
      + + + +
        +
      • +

        l

        +
        public android.widget.EditText l
        +
      • +
      + + + +
        +
      • +

        h

        +
        public android.widget.EditText h
        +
      • +
      + + + +
        +
      • +

        lat

        +
        public android.widget.EditText lat
        +
      • +
      + + + +
        +
      • +

        lon

        +
        public android.widget.EditText lon
        +
      • +
      + + + +
        +
      • +

        gen

        +
        public android.widget.Button gen
        +
      • +
      + + + +
        +
      • +

        intentact

        +
        public android.content.Intent intentact
        +
      • +
      + + + +
        +
      • +

        addP

        +
        public org.osmdroid.views.overlay.Marker addP
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InputActivity

        +
        public InputActivity()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onCreate

        +
        protected void onCreate(android.os.Bundle savedInstanceState)
        +
        +
        Overrides:
        +
        onCreate in class android.support.v7.app.AppCompatActivity
        +
        +
      • +
      + + + +
        +
      • +

        generate

        +
        public void generate(android.view.View view)
        +
        Stores the parameters of the flight plan and exit the activity
        +
        +
        Parameters:
        +
        view - unused param
        +
        +
      • +
      + + + +
        +
      • +

        getCurr

        +
        public void getCurr(android.view.View view)
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public void remove(android.view.View v)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/MApplication.html b/Realisation_vol/Doc/com/proj/drone_routing/MApplication.html new file mode 100644 index 0000000..d84b269 --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/MApplication.html @@ -0,0 +1,348 @@ + + + + + +MApplication + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.proj.drone_routing
+

Class MApplication

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.content.ComponentCallbacks, android.content.ComponentCallbacks2
    +
    +
    +
    +
    public class MApplication
    +extends android.app.Application
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.app.Application

        +android.app.Application.ActivityLifecycleCallbacks, android.app.Application.OnProvideAssistDataListener
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class android.content.Context

        +ACCESSIBILITY_SERVICE, ACCOUNT_SERVICE, ACTIVITY_SERVICE, ALARM_SERVICE, APP_OPS_SERVICE, APPWIDGET_SERVICE, AUDIO_SERVICE, BATTERY_SERVICE, BIND_ABOVE_CLIENT, BIND_ADJUST_WITH_ACTIVITY, BIND_ALLOW_OOM_MANAGEMENT, BIND_AUTO_CREATE, BIND_DEBUG_UNBIND, BIND_EXTERNAL_SERVICE, BIND_IMPORTANT, BIND_NOT_FOREGROUND, BIND_WAIVE_PRIORITY, BLUETOOTH_SERVICE, CAMERA_SERVICE, CAPTIONING_SERVICE, CARRIER_CONFIG_SERVICE, CLIPBOARD_SERVICE, COMPANION_DEVICE_SERVICE, CONNECTIVITY_SERVICE, CONSUMER_IR_SERVICE, CONTEXT_IGNORE_SECURITY, CONTEXT_INCLUDE_CODE, CONTEXT_RESTRICTED, CROSS_PROFILE_APPS_SERVICE, DEVICE_POLICY_SERVICE, DISPLAY_SERVICE, DOWNLOAD_SERVICE, DROPBOX_SERVICE, EUICC_SERVICE, FINGERPRINT_SERVICE, HARDWARE_PROPERTIES_SERVICE, INPUT_METHOD_SERVICE, INPUT_SERVICE, IPSEC_SERVICE, JOB_SCHEDULER_SERVICE, KEYGUARD_SERVICE, LAUNCHER_APPS_SERVICE, LAYOUT_INFLATER_SERVICE, LOCATION_SERVICE, MEDIA_PROJECTION_SERVICE, MEDIA_ROUTER_SERVICE, MEDIA_SESSION_SERVICE, MIDI_SERVICE, MODE_APPEND, MODE_ENABLE_WRITE_AHEAD_LOGGING, MODE_MULTI_PROCESS, MODE_NO_LOCALIZED_COLLATORS, MODE_PRIVATE, MODE_WORLD_READABLE, MODE_WORLD_WRITEABLE, NETWORK_STATS_SERVICE, NFC_SERVICE, NOTIFICATION_SERVICE, NSD_SERVICE, POWER_SERVICE, PRINT_SERVICE, RECEIVER_VISIBLE_TO_INSTANT_APPS, RESTRICTIONS_SERVICE, SEARCH_SERVICE, SENSOR_SERVICE, SHORTCUT_SERVICE, STORAGE_SERVICE, STORAGE_STATS_SERVICE, SYSTEM_HEALTH_SERVICE, TELECOM_SERVICE, TELEPHONY_SERVICE, TELEPHONY_SUBSCRIPTION_SERVICE, TEXT_CLASSIFICATION_SERVICE, TEXT_SERVICES_MANAGER_SERVICE, TV_INPUT_SERVICE, UI_MODE_SERVICE, USAGE_STATS_SERVICE, USB_SERVICE, USER_SERVICE, VIBRATOR_SERVICE, WALLPAPER_SERVICE, WIFI_AWARE_SERVICE, WIFI_P2P_SERVICE, WIFI_RTT_RANGING_SERVICE, WIFI_SERVICE, WINDOW_SERVICE
      • +
      +
        +
      • + + +

        Fields inherited from interface android.content.ComponentCallbacks2

        +TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MApplication() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidattachBaseContext(android.content.Context paramContext) 
      +
        +
      • + + +

        Methods inherited from class android.app.Application

        +getProcessName, onConfigurationChanged, onCreate, onLowMemory, onTerminate, onTrimMemory, registerActivityLifecycleCallbacks, registerComponentCallbacks, registerOnProvideAssistDataListener, unregisterActivityLifecycleCallbacks, unregisterComponentCallbacks, unregisterOnProvideAssistDataListener
      • +
      +
        +
      • + + +

        Methods inherited from class android.content.ContextWrapper

        +bindService, checkCallingOrSelfPermission, checkCallingOrSelfUriPermission, checkCallingPermission, checkCallingUriPermission, checkPermission, checkSelfPermission, checkUriPermission, checkUriPermission, clearWallpaper, createConfigurationContext, createContextForSplit, createDeviceProtectedStorageContext, createDisplayContext, createPackageContext, databaseList, deleteDatabase, deleteFile, deleteSharedPreferences, enforceCallingOrSelfPermission, enforceCallingOrSelfUriPermission, enforceCallingPermission, enforceCallingUriPermission, enforcePermission, enforceUriPermission, enforceUriPermission, fileList, getApplicationContext, getApplicationInfo, getAssets, getBaseContext, getCacheDir, getClassLoader, getCodeCacheDir, getContentResolver, getDatabasePath, getDataDir, getDir, getExternalCacheDir, getExternalCacheDirs, getExternalFilesDir, getExternalFilesDirs, getExternalMediaDirs, getFilesDir, getFileStreamPath, getMainExecutor, getMainLooper, getNoBackupFilesDir, getObbDir, getObbDirs, getPackageCodePath, getPackageManager, getPackageName, getPackageResourcePath, getResources, getSharedPreferences, getSystemService, getSystemServiceName, getTheme, getWallpaper, getWallpaperDesiredMinimumHeight, getWallpaperDesiredMinimumWidth, grantUriPermission, isDeviceProtectedStorage, isRestricted, moveDatabaseFrom, moveSharedPreferencesFrom, openFileInput, openFileOutput, openOrCreateDatabase, openOrCreateDatabase, peekWallpaper, registerReceiver, registerReceiver, registerReceiver, registerReceiver, removeStickyBroadcast, removeStickyBroadcastAsUser, revokeUriPermission, revokeUriPermission, sendBroadcast, sendBroadcast, sendBroadcastAsUser, sendBroadcastAsUser, sendOrderedBroadcast, sendOrderedBroadcast, sendOrderedBroadcastAsUser, sendStickyBroadcast, sendStickyBroadcastAsUser, sendStickyOrderedBroadcast, sendStickyOrderedBroadcastAsUser, setTheme, setWallpaper, setWallpaper, startActivities, startActivities, startActivity, startActivity, startForegroundService, startInstrumentation, startIntentSender, startIntentSender, startService, stopService, unbindService, unregisterReceiver
      • +
      +
        +
      • + + +

        Methods inherited from class android.content.Context

        +getColor, getColorStateList, getDrawable, getString, getString, getSystemService, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MApplication

        +
        public MApplication()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        attachBaseContext

        +
        protected void attachBaseContext(android.content.Context paramContext)
        +
        +
        Overrides:
        +
        attachBaseContext in class android.content.ContextWrapper
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/MMap.MyLocationListener.html b/Realisation_vol/Doc/com/proj/drone_routing/MMap.MyLocationListener.html new file mode 100644 index 0000000..729e9b6 --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/MMap.MyLocationListener.html @@ -0,0 +1,335 @@ + + + + + +MMap.MyLocationListener + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.proj.drone_routing
+

Class MMap.MyLocationListener

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.location.LocationListener
    +
    +
    +
    Enclosing class:
    +
    MMap
    +
    +
    +
    +
    public class MMap.MyLocationListener
    +extends java.lang.Object
    +implements android.location.LocationListener
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MyLocationListener() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidonLocationChanged(android.location.Location location) 
      voidonProviderDisabled(java.lang.String provider) 
      voidonProviderEnabled(java.lang.String provider) 
      voidonStatusChanged(java.lang.String provider, + int status, + android.os.Bundle extras) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MyLocationListener

        +
        public MyLocationListener()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onLocationChanged

        +
        public void onLocationChanged(android.location.Location location)
        +
        +
        Specified by:
        +
        onLocationChanged in interface android.location.LocationListener
        +
        +
      • +
      + + + +
        +
      • +

        onProviderDisabled

        +
        public void onProviderDisabled(java.lang.String provider)
        +
        +
        Specified by:
        +
        onProviderDisabled in interface android.location.LocationListener
        +
        +
      • +
      + + + +
        +
      • +

        onProviderEnabled

        +
        public void onProviderEnabled(java.lang.String provider)
        +
        +
        Specified by:
        +
        onProviderEnabled in interface android.location.LocationListener
        +
        +
      • +
      + + + +
        +
      • +

        onStatusChanged

        +
        public void onStatusChanged(java.lang.String provider,
        +                            int status,
        +                            android.os.Bundle extras)
        +
        +
        Specified by:
        +
        onStatusChanged in interface android.location.LocationListener
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/MMap.html b/Realisation_vol/Doc/com/proj/drone_routing/MMap.html new file mode 100644 index 0000000..4f1b5db --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/MMap.html @@ -0,0 +1,213 @@ + + + + + +MMap + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.proj.drone_routing
+

Class MMap

+
+
+ +
+
    +
  • +
    +
    +
    public class MMap
    +extends java.lang.Object
    +
    That class is managing the mapView it is associated with, it is used to display the aircraft, user and waypoint position
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      class MMap.MyLocationListener 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/MainActivity.html b/Realisation_vol/Doc/com/proj/drone_routing/MainActivity.html new file mode 100644 index 0000000..a7ba377 --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/MainActivity.html @@ -0,0 +1,674 @@ + + + + + +MainActivity + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.proj.drone_routing
+

Class MainActivity

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.arch.lifecycle.LifecycleOwner, android.arch.lifecycle.ViewModelStoreOwner, android.content.ComponentCallbacks, android.content.ComponentCallbacks2, android.support.v4.app.ActivityCompat.OnRequestPermissionsResultCallback, android.support.v4.app.ActivityCompat.RequestPermissionsRequestCodeValidator, android.support.v4.app.TaskStackBuilder.SupportParentable, android.support.v4.view.KeyEventDispatcher.Component, android.support.v7.app.ActionBarDrawerToggle.DelegateProvider, android.support.v7.app.AppCompatCallback, android.view.KeyEvent.Callback, android.view.LayoutInflater.Factory, android.view.LayoutInflater.Factory2, android.view.View.OnCreateContextMenuListener, android.view.Window.Callback
    +
    +
    +
    +
    public class MainActivity
    +extends android.support.v7.app.AppCompatActivity
    +
    Starting Activity in which the SDK is loaded and the app is registered, it is possible to enter InputActivity from here with no device connected, but WorkingActivity can only be accessed if an aircraft is connected.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.support.v4.app.SupportActivity

        +android.support.v4.app.SupportActivity.ExtraData
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      android.widget.ButtonBtnLoad 
      android.widget.ButtonBtnStart 
      static java.lang.StringFLAG_CONNECTION_CHANGE 
      booleanisloaded 
      android.widget.TextViewTextePrcp 
      +
        +
      • + + +

        Fields inherited from class android.app.Activity

        +DEFAULT_KEYS_DIALER, DEFAULT_KEYS_DISABLE, DEFAULT_KEYS_SEARCH_GLOBAL, DEFAULT_KEYS_SEARCH_LOCAL, DEFAULT_KEYS_SHORTCUT, FOCUSED_STATE_SET, RESULT_CANCELED, RESULT_FIRST_USER, RESULT_OK
      • +
      +
        +
      • + + +

        Fields inherited from class android.content.Context

        +ACCESSIBILITY_SERVICE, ACCOUNT_SERVICE, ACTIVITY_SERVICE, ALARM_SERVICE, APP_OPS_SERVICE, APPWIDGET_SERVICE, AUDIO_SERVICE, BATTERY_SERVICE, BIND_ABOVE_CLIENT, BIND_ADJUST_WITH_ACTIVITY, BIND_ALLOW_OOM_MANAGEMENT, BIND_AUTO_CREATE, BIND_DEBUG_UNBIND, BIND_EXTERNAL_SERVICE, BIND_IMPORTANT, BIND_NOT_FOREGROUND, BIND_WAIVE_PRIORITY, BLUETOOTH_SERVICE, CAMERA_SERVICE, CAPTIONING_SERVICE, CARRIER_CONFIG_SERVICE, CLIPBOARD_SERVICE, COMPANION_DEVICE_SERVICE, CONNECTIVITY_SERVICE, CONSUMER_IR_SERVICE, CONTEXT_IGNORE_SECURITY, CONTEXT_INCLUDE_CODE, CONTEXT_RESTRICTED, CROSS_PROFILE_APPS_SERVICE, DEVICE_POLICY_SERVICE, DISPLAY_SERVICE, DOWNLOAD_SERVICE, DROPBOX_SERVICE, EUICC_SERVICE, FINGERPRINT_SERVICE, HARDWARE_PROPERTIES_SERVICE, INPUT_METHOD_SERVICE, INPUT_SERVICE, IPSEC_SERVICE, JOB_SCHEDULER_SERVICE, KEYGUARD_SERVICE, LAUNCHER_APPS_SERVICE, LAYOUT_INFLATER_SERVICE, LOCATION_SERVICE, MEDIA_PROJECTION_SERVICE, MEDIA_ROUTER_SERVICE, MEDIA_SESSION_SERVICE, MIDI_SERVICE, MODE_APPEND, MODE_ENABLE_WRITE_AHEAD_LOGGING, MODE_MULTI_PROCESS, MODE_NO_LOCALIZED_COLLATORS, MODE_PRIVATE, MODE_WORLD_READABLE, MODE_WORLD_WRITEABLE, NETWORK_STATS_SERVICE, NFC_SERVICE, NOTIFICATION_SERVICE, NSD_SERVICE, POWER_SERVICE, PRINT_SERVICE, RECEIVER_VISIBLE_TO_INSTANT_APPS, RESTRICTIONS_SERVICE, SEARCH_SERVICE, SENSOR_SERVICE, SHORTCUT_SERVICE, STORAGE_SERVICE, STORAGE_STATS_SERVICE, SYSTEM_HEALTH_SERVICE, TELECOM_SERVICE, TELEPHONY_SERVICE, TELEPHONY_SUBSCRIPTION_SERVICE, TEXT_CLASSIFICATION_SERVICE, TEXT_SERVICES_MANAGER_SERVICE, TV_INPUT_SERVICE, UI_MODE_SERVICE, USAGE_STATS_SERVICE, USB_SERVICE, USER_SERVICE, VIBRATOR_SERVICE, WALLPAPER_SERVICE, WIFI_AWARE_SERVICE, WIFI_P2P_SERVICE, WIFI_RTT_RANGING_SERVICE, WIFI_SERVICE, WINDOW_SERVICE
      • +
      +
        +
      • + + +

        Fields inherited from interface android.content.ComponentCallbacks2

        +TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MainActivity() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidbtnMainLoad(android.view.View view) +
      Start the InputActivity and awaits for its result
      +
      voidbtnMainStart(android.view.View view) +
      Only displayed when an aircraft is connected, launch the working activity, with parameters if existing.
      +
      voiddisableStartButton() +
      Deletes the start button
      +
      voidenableStartButton() +
      Creates and enable the start button
      +
      static dji.sdk.base.BaseProductgetProductInstance() 
      voidinitUpdateThread(android.app.Activity context) +
      Initialises an UI thread that updates the start Button when it should be displayed or not ( if an aircraft is connected )
      +
      voidonActivityResult(int requestCode, + int resultCode, + android.content.Intent dataIntent) +
      Stores the parameters returned by the InputActivity
      +
      protected voidonCreate(android.os.Bundle savedInstanceState) +
      Check et request permissions, initialise the displayed information and buttons
      +
      voidonRequestPermissionsResult(int requestCode, + java.lang.String[] permissions, + int[] grantResults) +
      Result of runtime permission request
      +
      voidstopUpdatethread() 
      +
        +
      • + + +

        Methods inherited from class android.support.v7.app.AppCompatActivity

        +addContentView, closeOptionsMenu, dispatchKeyEvent, findViewById, getDelegate, getDrawerToggleDelegate, getMenuInflater, getResources, getSupportActionBar, getSupportParentActivityIntent, invalidateOptionsMenu, onConfigurationChanged, onContentChanged, onCreateSupportNavigateUpTaskStack, onDestroy, onKeyDown, onMenuItemSelected, onMenuOpened, onPanelClosed, onPostCreate, onPostResume, onPrepareSupportNavigateUpTaskStack, onSaveInstanceState, onStart, onStop, onSupportActionModeFinished, onSupportActionModeStarted, onSupportContentChanged, onSupportNavigateUp, onTitleChanged, onWindowStartingSupportActionMode, openOptionsMenu, setContentView, setContentView, setContentView, setSupportActionBar, setSupportProgress, setSupportProgressBarIndeterminate, setSupportProgressBarIndeterminateVisibility, setSupportProgressBarVisibility, setTheme, startSupportActionMode, supportInvalidateOptionsMenu, supportNavigateUpTo, supportRequestWindowFeature, supportShouldUpRecreateTask
      • +
      +
        +
      • + + +

        Methods inherited from class android.support.v4.app.FragmentActivity

        +dump, getLastCustomNonConfigurationInstance, getLifecycle, getSupportFragmentManager, getSupportLoaderManager, getViewModelStore, onAttachFragment, onBackPressed, onCreatePanelMenu, onCreateView, onCreateView, onLowMemory, onMultiWindowModeChanged, onNewIntent, onPause, onPictureInPictureModeChanged, onPrepareOptionsPanel, onPreparePanel, onResume, onResumeFragments, onRetainCustomNonConfigurationInstance, onRetainNonConfigurationInstance, onStateNotSaved, setEnterSharedElementCallback, setExitSharedElementCallback, startActivityForResult, startActivityForResult, startActivityFromFragment, startActivityFromFragment, startIntentSenderForResult, startIntentSenderForResult, startIntentSenderFromFragment, supportFinishAfterTransition, supportPostponeEnterTransition, supportStartPostponedEnterTransition, validateRequestPermissionsRequestCode
      • +
      +
        +
      • + + +

        Methods inherited from class android.support.v4.app.SupportActivity

        +dispatchKeyShortcutEvent, getExtraData, putExtraData, superDispatchKeyEvent
      • +
      +
        +
      • + + +

        Methods inherited from class android.app.Activity

        +attachBaseContext, closeContextMenu, createPendingResult, dismissDialog, dismissKeyboardShortcutsHelper, dispatchGenericMotionEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, enterPictureInPictureMode, enterPictureInPictureMode, finish, finishActivity, finishActivityFromChild, finishAffinity, finishAfterTransition, finishAndRemoveTask, finishFromChild, getActionBar, getApplication, getCallingActivity, getCallingPackage, getChangingConfigurations, getComponentName, getContentScene, getContentTransitionManager, getCurrentFocus, getFragmentManager, getIntent, getLastNonConfigurationInstance, getLayoutInflater, getLoaderManager, getLocalClassName, getMaxNumPictureInPictureActions, getMediaController, getParent, getParentActivityIntent, getPreferences, getReferrer, getRequestedOrientation, getSearchEvent, getSystemService, getTaskId, getTitle, getTitleColor, getVoiceInteractor, getVolumeControlStream, getWindow, getWindowManager, hasWindowFocus, isActivityTransitionRunning, isChangingConfigurations, isChild, isDestroyed, isFinishing, isImmersive, isInMultiWindowMode, isInPictureInPictureMode, isLocalVoiceInteractionSupported, isTaskRoot, isVoiceInteraction, isVoiceInteractionRoot, managedQuery, moveTaskToBack, navigateUpTo, navigateUpToFromChild, onActionModeFinished, onActionModeStarted, onActivityReenter, onApplyThemeResource, onAttachedToWindow, onAttachFragment, onChildTitleChanged, onContextItemSelected, onContextMenuClosed, onCreate, onCreateContextMenu, onCreateDescription, onCreateDialog, onCreateDialog, onCreateNavigateUpTaskStack, onCreateOptionsMenu, onCreatePanelView, onCreateThumbnail, onDetachedFromWindow, onEnterAnimationComplete, onGenericMotionEvent, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onLocalVoiceInteractionStarted, onLocalVoiceInteractionStopped, onMultiWindowModeChanged, onNavigateUp, onNavigateUpFromChild, onOptionsItemSelected, onOptionsMenuClosed, onPictureInPictureModeChanged, onPostCreate, onPrepareDialog, onPrepareDialog, onPrepareNavigateUpTaskStack, onPrepareOptionsMenu, onProvideAssistContent, onProvideAssistData, onProvideKeyboardShortcuts, onProvideReferrer, onRestart, onRestoreInstanceState, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onTouchEvent, onTrackballEvent, onTrimMemory, onUserInteraction, onUserLeaveHint, onVisibleBehindCanceled, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, overridePendingTransition, postponeEnterTransition, recreate, registerForContextMenu, releaseInstance, removeDialog, reportFullyDrawn, requestDragAndDropPermissions, requestPermissions, requestShowKeyboardShortcuts, requestVisibleBehind, requestWindowFeature, requireViewById, runOnUiThread, setActionBar, setContentTransitionManager, setDefaultKeyMode, setEnterSharedElementCallback, setExitSharedElementCallback, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setFinishOnTouchOutside, setImmersive, setIntent, setMediaController, setPictureInPictureParams, setProgress, setProgressBarIndeterminate, setProgressBarIndeterminateVisibility, setProgressBarVisibility, setRequestedOrientation, setResult, setResult, setSecondaryProgress, setShowWhenLocked, setTaskDescription, setTitle, setTitle, setTitleColor, setTurnScreenOn, setVisible, setVolumeControlStream, setVrModeEnabled, shouldShowRequestPermissionRationale, shouldUpRecreateTask, showAssist, showDialog, showDialog, showLockTaskEscapeMessage, startActionMode, startActionMode, startActivities, startActivities, startActivity, startActivity, startActivityFromChild, startActivityFromChild, startActivityFromFragment, startActivityFromFragment, startActivityIfNeeded, startActivityIfNeeded, startIntentSender, startIntentSender, startIntentSenderFromChild, startIntentSenderFromChild, startLocalVoiceInteraction, startLockTask, startManagingCursor, startNextMatchingActivity, startNextMatchingActivity, startPostponedEnterTransition, startSearch, stopLocalVoiceInteraction, stopLockTask, stopManagingCursor, takeKeyEvents, triggerSearch, unregisterForContextMenu
      • +
      +
        +
      • + + +

        Methods inherited from class android.view.ContextThemeWrapper

        +applyOverrideConfiguration, getAssets, getTheme
      • +
      +
        +
      • + + +

        Methods inherited from class android.content.ContextWrapper

        +bindService, checkCallingOrSelfPermission, checkCallingOrSelfUriPermission, checkCallingPermission, checkCallingUriPermission, checkPermission, checkSelfPermission, checkUriPermission, checkUriPermission, clearWallpaper, createConfigurationContext, createContextForSplit, createDeviceProtectedStorageContext, createDisplayContext, createPackageContext, databaseList, deleteDatabase, deleteFile, deleteSharedPreferences, enforceCallingOrSelfPermission, enforceCallingOrSelfUriPermission, enforceCallingPermission, enforceCallingUriPermission, enforcePermission, enforceUriPermission, enforceUriPermission, fileList, getApplicationContext, getApplicationInfo, getBaseContext, getCacheDir, getClassLoader, getCodeCacheDir, getContentResolver, getDatabasePath, getDataDir, getDir, getExternalCacheDir, getExternalCacheDirs, getExternalFilesDir, getExternalFilesDirs, getExternalMediaDirs, getFilesDir, getFileStreamPath, getMainExecutor, getMainLooper, getNoBackupFilesDir, getObbDir, getObbDirs, getPackageCodePath, getPackageManager, getPackageName, getPackageResourcePath, getSharedPreferences, getSystemServiceName, getWallpaper, getWallpaperDesiredMinimumHeight, getWallpaperDesiredMinimumWidth, grantUriPermission, isDeviceProtectedStorage, isRestricted, moveDatabaseFrom, moveSharedPreferencesFrom, openFileInput, openFileOutput, openOrCreateDatabase, openOrCreateDatabase, peekWallpaper, registerReceiver, registerReceiver, registerReceiver, registerReceiver, removeStickyBroadcast, removeStickyBroadcastAsUser, revokeUriPermission, revokeUriPermission, sendBroadcast, sendBroadcast, sendBroadcastAsUser, sendBroadcastAsUser, sendOrderedBroadcast, sendOrderedBroadcast, sendOrderedBroadcastAsUser, sendStickyBroadcast, sendStickyBroadcastAsUser, sendStickyOrderedBroadcast, sendStickyOrderedBroadcastAsUser, setWallpaper, setWallpaper, startForegroundService, startInstrumentation, startService, stopService, unbindService, unregisterReceiver
      • +
      +
        +
      • + + +

        Methods inherited from class android.content.Context

        +getColor, getColorStateList, getDrawable, getString, getString, getSystemService, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, registerComponentCallbacks, unregisterComponentCallbacks
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface android.view.Window.Callback

        +onPointerCaptureChanged
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        FLAG_CONNECTION_CHANGE

        +
        public static final java.lang.String FLAG_CONNECTION_CHANGE
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        BtnStart

        +
        public android.widget.Button BtnStart
        +
      • +
      + + + +
        +
      • +

        BtnLoad

        +
        public android.widget.Button BtnLoad
        +
      • +
      + + + +
        +
      • +

        TextePrcp

        +
        public android.widget.TextView TextePrcp
        +
      • +
      + + + +
        +
      • +

        isloaded

        +
        public boolean isloaded
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MainActivity

        +
        public MainActivity()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onCreate

        +
        protected void onCreate(android.os.Bundle savedInstanceState)
        +
        Check et request permissions, initialise the displayed information and buttons
        +
        +
        Overrides:
        +
        onCreate in class android.support.v7.app.AppCompatActivity
        +
        Parameters:
        +
        savedInstanceState -
        +
        +
      • +
      + + + +
        +
      • +

        btnMainStart

        +
        public void btnMainStart(android.view.View view)
        +
        Only displayed when an aircraft is connected, launch the working activity, with parameters if existing.
        +
        +
        Parameters:
        +
        view -
        +
        +
      • +
      + + + +
        +
      • +

        btnMainLoad

        +
        public void btnMainLoad(android.view.View view)
        +
        Start the InputActivity and awaits for its result
        +
        +
        Parameters:
        +
        view -
        +
        +
      • +
      + + + +
        +
      • +

        onActivityResult

        +
        public void onActivityResult(int requestCode,
        +                             int resultCode,
        +                             android.content.Intent dataIntent)
        +
        Stores the parameters returned by the InputActivity
        +
        +
        Overrides:
        +
        onActivityResult in class android.support.v4.app.FragmentActivity
        +
        Parameters:
        +
        requestCode -
        +
        resultCode -
        +
        dataIntent -
        +
        +
      • +
      + + + +
        +
      • +

        onRequestPermissionsResult

        +
        public void onRequestPermissionsResult(int requestCode,
        +                                       @NonNull
        +                                       java.lang.String[] permissions,
        +                                       @NonNull
        +                                       int[] grantResults)
        +
        Result of runtime permission request
        +
        +
        Specified by:
        +
        onRequestPermissionsResult in interface android.support.v4.app.ActivityCompat.OnRequestPermissionsResultCallback
        +
        Overrides:
        +
        onRequestPermissionsResult in class android.support.v4.app.FragmentActivity
        +
        +
      • +
      + + + +
        +
      • +

        enableStartButton

        +
        public void enableStartButton()
        +
        Creates and enable the start button
        +
      • +
      + + + +
        +
      • +

        disableStartButton

        +
        public void disableStartButton()
        +
        Deletes the start button
        +
      • +
      + + + +
        +
      • +

        stopUpdatethread

        +
        public void stopUpdatethread()
        +
      • +
      + + + +
        +
      • +

        initUpdateThread

        +
        public void initUpdateThread(android.app.Activity context)
        +
        Initialises an UI thread that updates the start Button when it should be displayed or not ( if an aircraft is connected )
        +
        +
        Parameters:
        +
        context -
        +
        +
      • +
      + + + +
        +
      • +

        getProductInstance

        +
        public static dji.sdk.base.BaseProduct getProductInstance()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/VideoFeed.html b/Realisation_vol/Doc/com/proj/drone_routing/VideoFeed.html new file mode 100644 index 0000000..7bbae28 --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/VideoFeed.html @@ -0,0 +1,302 @@ + + + + + +VideoFeed + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.proj.drone_routing
+

Class VideoFeed

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.view.TextureView.SurfaceTextureListener
    +
    +
    +
    +
    public class VideoFeed
    +extends java.lang.Object
    +implements android.view.TextureView.SurfaceTextureListener
    +
    That class is used to initialise and to update the video feed received from the aircraft main camera.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onSurfaceTextureAvailable

        +
        public void onSurfaceTextureAvailable(android.graphics.SurfaceTexture surface,
        +                                      int width,
        +                                      int height)
        +
        +
        Specified by:
        +
        onSurfaceTextureAvailable in interface android.view.TextureView.SurfaceTextureListener
        +
        +
      • +
      + + + +
        +
      • +

        onSurfaceTextureSizeChanged

        +
        public void onSurfaceTextureSizeChanged(android.graphics.SurfaceTexture surface,
        +                                        int width,
        +                                        int height)
        +
        +
        Specified by:
        +
        onSurfaceTextureSizeChanged in interface android.view.TextureView.SurfaceTextureListener
        +
        +
      • +
      + + + +
        +
      • +

        onSurfaceTextureDestroyed

        +
        public boolean onSurfaceTextureDestroyed(android.graphics.SurfaceTexture surface)
        +
        +
        Specified by:
        +
        onSurfaceTextureDestroyed in interface android.view.TextureView.SurfaceTextureListener
        +
        +
      • +
      + + + +
        +
      • +

        onSurfaceTextureUpdated

        +
        public void onSurfaceTextureUpdated(android.graphics.SurfaceTexture surface)
        +
        +
        Specified by:
        +
        onSurfaceTextureUpdated in interface android.view.TextureView.SurfaceTextureListener
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/WorkingActivity.html b/Realisation_vol/Doc/com/proj/drone_routing/WorkingActivity.html new file mode 100644 index 0000000..a5aa0e6 --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/WorkingActivity.html @@ -0,0 +1,742 @@ + + + + + +WorkingActivity + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.proj.drone_routing
+

Class WorkingActivity

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.arch.lifecycle.LifecycleOwner, android.arch.lifecycle.ViewModelStoreOwner, android.content.ComponentCallbacks, android.content.ComponentCallbacks2, android.support.v4.app.ActivityCompat.OnRequestPermissionsResultCallback, android.support.v4.app.ActivityCompat.RequestPermissionsRequestCodeValidator, android.support.v4.app.TaskStackBuilder.SupportParentable, android.support.v4.view.KeyEventDispatcher.Component, android.support.v7.app.ActionBarDrawerToggle.DelegateProvider, android.support.v7.app.AppCompatCallback, android.view.KeyEvent.Callback, android.view.LayoutInflater.Factory, android.view.LayoutInflater.Factory2, android.view.View.OnCreateContextMenuListener, android.view.Window.Callback
    +
    +
    +
    +
    public class WorkingActivity
    +extends android.support.v7.app.AppCompatActivity
    +
    WorkingActivity is the running mission activity, from wich users can set up and start a mission, it allows user to keep control over the mission, displaying information and control buttons.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.support.v4.app.SupportActivity

        +android.support.v4.app.SupportActivity.ExtraData
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      android.widget.Buttonload 
      MMapmmap 
      android.widget.Buttonpause 
      android.widget.Buttonstart 
      android.widget.Buttonstop 
      +
        +
      • + + +

        Fields inherited from class android.app.Activity

        +DEFAULT_KEYS_DIALER, DEFAULT_KEYS_DISABLE, DEFAULT_KEYS_SEARCH_GLOBAL, DEFAULT_KEYS_SEARCH_LOCAL, DEFAULT_KEYS_SHORTCUT, FOCUSED_STATE_SET, RESULT_CANCELED, RESULT_FIRST_USER, RESULT_OK
      • +
      +
        +
      • + + +

        Fields inherited from class android.content.Context

        +ACCESSIBILITY_SERVICE, ACCOUNT_SERVICE, ACTIVITY_SERVICE, ALARM_SERVICE, APP_OPS_SERVICE, APPWIDGET_SERVICE, AUDIO_SERVICE, BATTERY_SERVICE, BIND_ABOVE_CLIENT, BIND_ADJUST_WITH_ACTIVITY, BIND_ALLOW_OOM_MANAGEMENT, BIND_AUTO_CREATE, BIND_DEBUG_UNBIND, BIND_EXTERNAL_SERVICE, BIND_IMPORTANT, BIND_NOT_FOREGROUND, BIND_WAIVE_PRIORITY, BLUETOOTH_SERVICE, CAMERA_SERVICE, CAPTIONING_SERVICE, CARRIER_CONFIG_SERVICE, CLIPBOARD_SERVICE, COMPANION_DEVICE_SERVICE, CONNECTIVITY_SERVICE, CONSUMER_IR_SERVICE, CONTEXT_IGNORE_SECURITY, CONTEXT_INCLUDE_CODE, CONTEXT_RESTRICTED, CROSS_PROFILE_APPS_SERVICE, DEVICE_POLICY_SERVICE, DISPLAY_SERVICE, DOWNLOAD_SERVICE, DROPBOX_SERVICE, EUICC_SERVICE, FINGERPRINT_SERVICE, HARDWARE_PROPERTIES_SERVICE, INPUT_METHOD_SERVICE, INPUT_SERVICE, IPSEC_SERVICE, JOB_SCHEDULER_SERVICE, KEYGUARD_SERVICE, LAUNCHER_APPS_SERVICE, LAYOUT_INFLATER_SERVICE, LOCATION_SERVICE, MEDIA_PROJECTION_SERVICE, MEDIA_ROUTER_SERVICE, MEDIA_SESSION_SERVICE, MIDI_SERVICE, MODE_APPEND, MODE_ENABLE_WRITE_AHEAD_LOGGING, MODE_MULTI_PROCESS, MODE_NO_LOCALIZED_COLLATORS, MODE_PRIVATE, MODE_WORLD_READABLE, MODE_WORLD_WRITEABLE, NETWORK_STATS_SERVICE, NFC_SERVICE, NOTIFICATION_SERVICE, NSD_SERVICE, POWER_SERVICE, PRINT_SERVICE, RECEIVER_VISIBLE_TO_INSTANT_APPS, RESTRICTIONS_SERVICE, SEARCH_SERVICE, SENSOR_SERVICE, SHORTCUT_SERVICE, STORAGE_SERVICE, STORAGE_STATS_SERVICE, SYSTEM_HEALTH_SERVICE, TELECOM_SERVICE, TELEPHONY_SERVICE, TELEPHONY_SUBSCRIPTION_SERVICE, TEXT_CLASSIFICATION_SERVICE, TEXT_SERVICES_MANAGER_SERVICE, TV_INPUT_SERVICE, UI_MODE_SERVICE, USAGE_STATS_SERVICE, USB_SERVICE, USER_SERVICE, VIBRATOR_SERVICE, WALLPAPER_SERVICE, WIFI_AWARE_SERVICE, WIFI_P2P_SERVICE, WIFI_RTT_RANGING_SERVICE, WIFI_SERVICE, WINDOW_SERVICE
      • +
      +
        +
      • + + +

        Fields inherited from interface android.content.ComponentCallbacks2

        +TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      WorkingActivity() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidenableLoadButton() +
      Enable the Load Button
      +
      voidenableStartButton() +
      Enable the Start button
      +
      voidinitMap() +
      Initialises the MMap with the MapView
      +
      voidLoadMission(java.lang.String param) +
      Generates the droneMission with the given parameters and enable the start button
      +
      voidonActivityResult(int requestCode, + int resultCode, + android.content.Intent dataIntent) +
      Behavior when InputActivity returns
      +
      voidonClickload(android.view.View view) +
      Open InputActivity and awaits for its result
      +
      voidonClickStart(android.view.View view) +
      Starts the generated mission
      +
      protected voidonCreate(android.os.Bundle savedInstanceState) 
      voidonPause() 
      voidonResume() 
      voidpause() +
      Pauses the mission or resume it if it was paused
      +
      voidrefreshButtons() +
      Remove the Start and Load buttons and replaces them with Pause and Stop
      +
      voidremoveButton(android.view.View button) 
      voidReset() +
      Puts the buttons back to default ( load, and start if the parameters are loaded )
      +
      voidstop() +
      Stops the mission
      +
      +
        +
      • + + +

        Methods inherited from class android.support.v7.app.AppCompatActivity

        +addContentView, closeOptionsMenu, dispatchKeyEvent, findViewById, getDelegate, getDrawerToggleDelegate, getMenuInflater, getResources, getSupportActionBar, getSupportParentActivityIntent, invalidateOptionsMenu, onConfigurationChanged, onContentChanged, onCreateSupportNavigateUpTaskStack, onDestroy, onKeyDown, onMenuItemSelected, onMenuOpened, onPanelClosed, onPostCreate, onPostResume, onPrepareSupportNavigateUpTaskStack, onSaveInstanceState, onStart, onStop, onSupportActionModeFinished, onSupportActionModeStarted, onSupportContentChanged, onSupportNavigateUp, onTitleChanged, onWindowStartingSupportActionMode, openOptionsMenu, setContentView, setContentView, setContentView, setSupportActionBar, setSupportProgress, setSupportProgressBarIndeterminate, setSupportProgressBarIndeterminateVisibility, setSupportProgressBarVisibility, setTheme, startSupportActionMode, supportInvalidateOptionsMenu, supportNavigateUpTo, supportRequestWindowFeature, supportShouldUpRecreateTask
      • +
      +
        +
      • + + +

        Methods inherited from class android.support.v4.app.FragmentActivity

        +dump, getLastCustomNonConfigurationInstance, getLifecycle, getSupportFragmentManager, getSupportLoaderManager, getViewModelStore, onAttachFragment, onBackPressed, onCreatePanelMenu, onCreateView, onCreateView, onLowMemory, onMultiWindowModeChanged, onNewIntent, onPictureInPictureModeChanged, onPrepareOptionsPanel, onPreparePanel, onRequestPermissionsResult, onResumeFragments, onRetainCustomNonConfigurationInstance, onRetainNonConfigurationInstance, onStateNotSaved, setEnterSharedElementCallback, setExitSharedElementCallback, startActivityForResult, startActivityForResult, startActivityFromFragment, startActivityFromFragment, startIntentSenderForResult, startIntentSenderForResult, startIntentSenderFromFragment, supportFinishAfterTransition, supportPostponeEnterTransition, supportStartPostponedEnterTransition, validateRequestPermissionsRequestCode
      • +
      +
        +
      • + + +

        Methods inherited from class android.support.v4.app.SupportActivity

        +dispatchKeyShortcutEvent, getExtraData, putExtraData, superDispatchKeyEvent
      • +
      +
        +
      • + + +

        Methods inherited from class android.app.Activity

        +attachBaseContext, closeContextMenu, createPendingResult, dismissDialog, dismissKeyboardShortcutsHelper, dispatchGenericMotionEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, enterPictureInPictureMode, enterPictureInPictureMode, finish, finishActivity, finishActivityFromChild, finishAffinity, finishAfterTransition, finishAndRemoveTask, finishFromChild, getActionBar, getApplication, getCallingActivity, getCallingPackage, getChangingConfigurations, getComponentName, getContentScene, getContentTransitionManager, getCurrentFocus, getFragmentManager, getIntent, getLastNonConfigurationInstance, getLayoutInflater, getLoaderManager, getLocalClassName, getMaxNumPictureInPictureActions, getMediaController, getParent, getParentActivityIntent, getPreferences, getReferrer, getRequestedOrientation, getSearchEvent, getSystemService, getTaskId, getTitle, getTitleColor, getVoiceInteractor, getVolumeControlStream, getWindow, getWindowManager, hasWindowFocus, isActivityTransitionRunning, isChangingConfigurations, isChild, isDestroyed, isFinishing, isImmersive, isInMultiWindowMode, isInPictureInPictureMode, isLocalVoiceInteractionSupported, isTaskRoot, isVoiceInteraction, isVoiceInteractionRoot, managedQuery, moveTaskToBack, navigateUpTo, navigateUpToFromChild, onActionModeFinished, onActionModeStarted, onActivityReenter, onApplyThemeResource, onAttachedToWindow, onAttachFragment, onChildTitleChanged, onContextItemSelected, onContextMenuClosed, onCreate, onCreateContextMenu, onCreateDescription, onCreateDialog, onCreateDialog, onCreateNavigateUpTaskStack, onCreateOptionsMenu, onCreatePanelView, onCreateThumbnail, onDetachedFromWindow, onEnterAnimationComplete, onGenericMotionEvent, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onLocalVoiceInteractionStarted, onLocalVoiceInteractionStopped, onMultiWindowModeChanged, onNavigateUp, onNavigateUpFromChild, onOptionsItemSelected, onOptionsMenuClosed, onPictureInPictureModeChanged, onPostCreate, onPrepareDialog, onPrepareDialog, onPrepareNavigateUpTaskStack, onPrepareOptionsMenu, onProvideAssistContent, onProvideAssistData, onProvideKeyboardShortcuts, onProvideReferrer, onRestart, onRestoreInstanceState, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onTouchEvent, onTrackballEvent, onTrimMemory, onUserInteraction, onUserLeaveHint, onVisibleBehindCanceled, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, overridePendingTransition, postponeEnterTransition, recreate, registerForContextMenu, releaseInstance, removeDialog, reportFullyDrawn, requestDragAndDropPermissions, requestPermissions, requestShowKeyboardShortcuts, requestVisibleBehind, requestWindowFeature, requireViewById, runOnUiThread, setActionBar, setContentTransitionManager, setDefaultKeyMode, setEnterSharedElementCallback, setExitSharedElementCallback, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setFinishOnTouchOutside, setImmersive, setIntent, setMediaController, setPictureInPictureParams, setProgress, setProgressBarIndeterminate, setProgressBarIndeterminateVisibility, setProgressBarVisibility, setRequestedOrientation, setResult, setResult, setSecondaryProgress, setShowWhenLocked, setTaskDescription, setTitle, setTitle, setTitleColor, setTurnScreenOn, setVisible, setVolumeControlStream, setVrModeEnabled, shouldShowRequestPermissionRationale, shouldUpRecreateTask, showAssist, showDialog, showDialog, showLockTaskEscapeMessage, startActionMode, startActionMode, startActivities, startActivities, startActivity, startActivity, startActivityFromChild, startActivityFromChild, startActivityFromFragment, startActivityFromFragment, startActivityIfNeeded, startActivityIfNeeded, startIntentSender, startIntentSender, startIntentSenderFromChild, startIntentSenderFromChild, startLocalVoiceInteraction, startLockTask, startManagingCursor, startNextMatchingActivity, startNextMatchingActivity, startPostponedEnterTransition, startSearch, stopLocalVoiceInteraction, stopLockTask, stopManagingCursor, takeKeyEvents, triggerSearch, unregisterForContextMenu
      • +
      +
        +
      • + + +

        Methods inherited from class android.view.ContextThemeWrapper

        +applyOverrideConfiguration, getAssets, getTheme
      • +
      +
        +
      • + + +

        Methods inherited from class android.content.ContextWrapper

        +bindService, checkCallingOrSelfPermission, checkCallingOrSelfUriPermission, checkCallingPermission, checkCallingUriPermission, checkPermission, checkSelfPermission, checkUriPermission, checkUriPermission, clearWallpaper, createConfigurationContext, createContextForSplit, createDeviceProtectedStorageContext, createDisplayContext, createPackageContext, databaseList, deleteDatabase, deleteFile, deleteSharedPreferences, enforceCallingOrSelfPermission, enforceCallingOrSelfUriPermission, enforceCallingPermission, enforceCallingUriPermission, enforcePermission, enforceUriPermission, enforceUriPermission, fileList, getApplicationContext, getApplicationInfo, getBaseContext, getCacheDir, getClassLoader, getCodeCacheDir, getContentResolver, getDatabasePath, getDataDir, getDir, getExternalCacheDir, getExternalCacheDirs, getExternalFilesDir, getExternalFilesDirs, getExternalMediaDirs, getFilesDir, getFileStreamPath, getMainExecutor, getMainLooper, getNoBackupFilesDir, getObbDir, getObbDirs, getPackageCodePath, getPackageManager, getPackageName, getPackageResourcePath, getSharedPreferences, getSystemServiceName, getWallpaper, getWallpaperDesiredMinimumHeight, getWallpaperDesiredMinimumWidth, grantUriPermission, isDeviceProtectedStorage, isRestricted, moveDatabaseFrom, moveSharedPreferencesFrom, openFileInput, openFileOutput, openOrCreateDatabase, openOrCreateDatabase, peekWallpaper, registerReceiver, registerReceiver, registerReceiver, registerReceiver, removeStickyBroadcast, removeStickyBroadcastAsUser, revokeUriPermission, revokeUriPermission, sendBroadcast, sendBroadcast, sendBroadcastAsUser, sendBroadcastAsUser, sendOrderedBroadcast, sendOrderedBroadcast, sendOrderedBroadcastAsUser, sendStickyBroadcast, sendStickyBroadcastAsUser, sendStickyOrderedBroadcast, sendStickyOrderedBroadcastAsUser, setWallpaper, setWallpaper, startForegroundService, startInstrumentation, startService, stopService, unbindService, unregisterReceiver
      • +
      +
        +
      • + + +

        Methods inherited from class android.content.Context

        +getColor, getColorStateList, getDrawable, getString, getString, getSystemService, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, registerComponentCallbacks, unregisterComponentCallbacks
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface android.view.Window.Callback

        +onPointerCaptureChanged
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        load

        +
        public android.widget.Button load
        +
      • +
      + + + +
        +
      • +

        start

        +
        public android.widget.Button start
        +
      • +
      + + + +
        +
      • +

        pause

        +
        public android.widget.Button pause
        +
      • +
      + + + +
        +
      • +

        stop

        +
        public android.widget.Button stop
        +
      • +
      + + + +
        +
      • +

        mmap

        +
        public MMap mmap
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WorkingActivity

        +
        public WorkingActivity()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        LoadMission

        +
        public void LoadMission(java.lang.String param)
        +
        Generates the droneMission with the given parameters and enable the start button
        +
        +
        Parameters:
        +
        param - lat:lon:width:length:height:orientation
        +
        +
      • +
      + + + +
        +
      • +

        onCreate

        +
        protected void onCreate(android.os.Bundle savedInstanceState)
        +
        +
        Overrides:
        +
        onCreate in class android.support.v7.app.AppCompatActivity
        +
        +
      • +
      + + + +
        +
      • +

        Reset

        +
        public void Reset()
        +
        Puts the buttons back to default ( load, and start if the parameters are loaded )
        +
      • +
      + + + +
        +
      • +

        onResume

        +
        public void onResume()
        +
        +
        Overrides:
        +
        onResume in class android.support.v4.app.FragmentActivity
        +
        +
      • +
      + + + +
        +
      • +

        onPause

        +
        public void onPause()
        +
        +
        Overrides:
        +
        onPause in class android.support.v4.app.FragmentActivity
        +
        +
      • +
      + + + +
        +
      • +

        initMap

        +
        public void initMap()
        +
        Initialises the MMap with the MapView
        +
      • +
      + + + +
        +
      • +

        onActivityResult

        +
        public void onActivityResult(int requestCode,
        +                             int resultCode,
        +                             android.content.Intent dataIntent)
        +
        Behavior when InputActivity returns
        +
        +
        Overrides:
        +
        onActivityResult in class android.support.v4.app.FragmentActivity
        +
        Parameters:
        +
        requestCode -
        +
        resultCode -
        +
        dataIntent -
        +
        +
      • +
      + + + +
        +
      • +

        enableStartButton

        +
        public void enableStartButton()
        +
        Enable the Start button
        +
      • +
      + + + +
        +
      • +

        enableLoadButton

        +
        public void enableLoadButton()
        +
        Enable the Load Button
        +
      • +
      + + + +
        +
      • +

        removeButton

        +
        public void removeButton(android.view.View button)
        +
        +
        Parameters:
        +
        button - Button to be removedd from the current layout
        +
        +
      • +
      + + + +
        +
      • +

        refreshButtons

        +
        public void refreshButtons()
        +
        Remove the Start and Load buttons and replaces them with Pause and Stop
        +
      • +
      + + + +
        +
      • +

        onClickStart

        +
        public void onClickStart(android.view.View view)
        +
        Starts the generated mission
        +
        +
        Parameters:
        +
        view -
        +
        +
      • +
      + + + +
        +
      • +

        onClickload

        +
        public void onClickload(android.view.View view)
        +
        Open InputActivity and awaits for its result
        +
        +
        Parameters:
        +
        view -
        +
        +
      • +
      + + + +
        +
      • +

        pause

        +
        public void pause()
        +
        Pauses the mission or resume it if it was paused
        +
      • +
      + + + +
        +
      • +

        stop

        +
        public void stop()
        +
        Stops the mission
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/package-frame.html b/Realisation_vol/Doc/com/proj/drone_routing/package-frame.html new file mode 100644 index 0000000..559c29a --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/package-frame.html @@ -0,0 +1,26 @@ + + + + + +com.proj.drone_routing + + + + + +

com.proj.drone_routing

+
+

Classes

+ +
+ + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/package-summary.html b/Realisation_vol/Doc/com/proj/drone_routing/package-summary.html new file mode 100644 index 0000000..69b7b15 --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/package-summary.html @@ -0,0 +1,172 @@ + + + + + +com.proj.drone_routing + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.proj.drone_routing

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/com/proj/drone_routing/package-tree.html b/Realisation_vol/Doc/com/proj/drone_routing/package-tree.html new file mode 100644 index 0000000..4f9b0ea --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/package-tree.html @@ -0,0 +1,168 @@ + + + + + +com.proj.drone_routing Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.proj.drone_routing

+
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/constant-values.html b/Realisation_vol/Doc/constant-values.html new file mode 100644 index 0000000..ec1855b --- /dev/null +++ b/Realisation_vol/Doc/constant-values.html @@ -0,0 +1,149 @@ + + + + + +Constant Field Values + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.proj.*

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/deprecated-list.html b/Realisation_vol/Doc/deprecated-list.html new file mode 100644 index 0000000..7ae5809 --- /dev/null +++ b/Realisation_vol/Doc/deprecated-list.html @@ -0,0 +1,120 @@ + + + + + +Deprecated List + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/help-doc.html b/Realisation_vol/Doc/help-doc.html new file mode 100644 index 0000000..6e537c9 --- /dev/null +++ b/Realisation_vol/Doc/help-doc.html @@ -0,0 +1,217 @@ + + + + + +API Help + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-1.html b/Realisation_vol/Doc/index-files/index-1.html new file mode 100644 index 0000000..0a15763 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-1.html @@ -0,0 +1,127 @@ + + + + + +A-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

A

+
+
addP - Variable in class com.proj.drone_routing.InputActivity
+
 
+
attachBaseContext(Context) - Method in class com.proj.drone_routing.MApplication
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-10.html b/Realisation_vol/Doc/index-files/index-10.html new file mode 100644 index 0000000..f06346c --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-10.html @@ -0,0 +1,135 @@ + + + + + +L-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

L

+
+
l - Variable in class com.proj.drone_routing.InputActivity
+
 
+
lat - Variable in class com.proj.drone_routing.InputActivity
+
 
+
load - Variable in class com.proj.drone_routing.WorkingActivity
+
 
+
LoadMission(String) - Method in class com.proj.drone_routing.WorkingActivity
+
+
Generates the droneMission with the given parameters and enable the start button
+
+
lon - Variable in class com.proj.drone_routing.InputActivity
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-11.html b/Realisation_vol/Doc/index-files/index-11.html new file mode 100644 index 0000000..6a69514 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-11.html @@ -0,0 +1,145 @@ + + + + + +M-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

M

+
+
MainActivity - Class in com.proj.drone_routing
+
+
Starting Activity in which the SDK is loaded and the app is registered, it is possible to enter InputActivity from here with no device connected, but WorkingActivity can only be accessed if an aircraft is connected.
+
+
MainActivity() - Constructor for class com.proj.drone_routing.MainActivity
+
 
+
MApplication - Class in com.proj.drone_routing
+
 
+
MApplication() - Constructor for class com.proj.drone_routing.MApplication
+
 
+
mmap - Variable in class com.proj.drone_routing.InputActivity
+
 
+
MMap - Class in com.proj.drone_routing
+
+
That class is managing the mapView it is associated with, it is used to display the aircraft, user and waypoint position
+
+
mmap - Variable in class com.proj.drone_routing.WorkingActivity
+
 
+
MMap.MyLocationListener - Class in com.proj.drone_routing
+
 
+
MyLocationListener() - Constructor for class com.proj.drone_routing.MMap.MyLocationListener
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-12.html b/Realisation_vol/Doc/index-files/index-12.html new file mode 100644 index 0000000..5a7cda7 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-12.html @@ -0,0 +1,171 @@ + + + + + +O-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

O

+
+
onActivityResult(int, int, Intent) - Method in class com.proj.drone_routing.MainActivity
+
+
Stores the parameters returned by the InputActivity
+
+
onActivityResult(int, int, Intent) - Method in class com.proj.drone_routing.WorkingActivity
+
+
Behavior when InputActivity returns
+
+
onClickload(View) - Method in class com.proj.drone_routing.WorkingActivity
+
+
Open InputActivity and awaits for its result
+
+
onClickStart(View) - Method in class com.proj.drone_routing.WorkingActivity
+
+
Starts the generated mission
+
+
onCreate(Bundle) - Method in class com.proj.drone_routing.InputActivity
+
 
+
onCreate(Bundle) - Method in class com.proj.drone_routing.MainActivity
+
+
Check et request permissions, initialise the displayed information and buttons
+
+
onCreate(Bundle) - Method in class com.proj.drone_routing.WorkingActivity
+
 
+
onLocationChanged(Location) - Method in class com.proj.drone_routing.MMap.MyLocationListener
+
 
+
onPause() - Method in class com.proj.drone_routing.WorkingActivity
+
 
+
onProviderDisabled(String) - Method in class com.proj.drone_routing.MMap.MyLocationListener
+
 
+
onProviderEnabled(String) - Method in class com.proj.drone_routing.MMap.MyLocationListener
+
 
+
onRequestPermissionsResult(int, String[], int[]) - Method in class com.proj.drone_routing.MainActivity
+
+
Result of runtime permission request
+
+
onResume() - Method in class com.proj.drone_routing.WorkingActivity
+
 
+
onStatusChanged(String, int, Bundle) - Method in class com.proj.drone_routing.MMap.MyLocationListener
+
 
+
onSurfaceTextureAvailable(SurfaceTexture, int, int) - Method in class com.proj.drone_routing.VideoFeed
+
 
+
onSurfaceTextureDestroyed(SurfaceTexture) - Method in class com.proj.drone_routing.VideoFeed
+
 
+
onSurfaceTextureSizeChanged(SurfaceTexture, int, int) - Method in class com.proj.drone_routing.VideoFeed
+
 
+
onSurfaceTextureUpdated(SurfaceTexture) - Method in class com.proj.drone_routing.VideoFeed
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-13.html b/Realisation_vol/Doc/index-files/index-13.html new file mode 100644 index 0000000..9d776de --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-13.html @@ -0,0 +1,129 @@ + + + + + +P-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

P

+
+
pause - Variable in class com.proj.drone_routing.WorkingActivity
+
 
+
pause() - Method in class com.proj.drone_routing.WorkingActivity
+
+
Pauses the mission or resume it if it was paused
+
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-14.html b/Realisation_vol/Doc/index-files/index-14.html new file mode 100644 index 0000000..912a6a8 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-14.html @@ -0,0 +1,135 @@ + + + + + +R-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

R

+
+
refreshButtons() - Method in class com.proj.drone_routing.WorkingActivity
+
+
Remove the Start and Load buttons and replaces them with Pause and Stop
+
+
remove(View) - Method in class com.proj.drone_routing.InputActivity
+
 
+
removeButton(View) - Method in class com.proj.drone_routing.WorkingActivity
+
 
+
Reset() - Method in class com.proj.drone_routing.WorkingActivity
+
+
Puts the buttons back to default ( load, and start if the parameters are loaded )
+
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-15.html b/Realisation_vol/Doc/index-files/index-15.html new file mode 100644 index 0000000..1bf097c --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-15.html @@ -0,0 +1,133 @@ + + + + + +S-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

S

+
+
start - Variable in class com.proj.drone_routing.WorkingActivity
+
 
+
stop - Variable in class com.proj.drone_routing.WorkingActivity
+
 
+
stop() - Method in class com.proj.drone_routing.WorkingActivity
+
+
Stops the mission
+
+
stopUpdatethread() - Method in class com.proj.drone_routing.MainActivity
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-16.html b/Realisation_vol/Doc/index-files/index-16.html new file mode 100644 index 0000000..dfa45d0 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-16.html @@ -0,0 +1,127 @@ + + + + + +T-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

T

+
+
TextePrcp - Variable in class com.proj.drone_routing.MainActivity
+
 
+
toString() - Method in class com.proj.drone_routing.DroneWaypoint
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-17.html b/Realisation_vol/Doc/index-files/index-17.html new file mode 100644 index 0000000..f894c32 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-17.html @@ -0,0 +1,127 @@ + + + + + +V-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

V

+
+
VideoFeed - Class in com.proj.drone_routing
+
+
That class is used to initialise and to update the video feed received from the aircraft main camera.
+
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-18.html b/Realisation_vol/Doc/index-files/index-18.html new file mode 100644 index 0000000..1166874 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-18.html @@ -0,0 +1,131 @@ + + + + + +W-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

W

+
+
w - Variable in class com.proj.drone_routing.InputActivity
+
 
+
WorkingActivity - Class in com.proj.drone_routing
+
+
WorkingActivity is the running mission activity, from wich users can set up and start a mission, it allows user to keep control over the mission, displaying information and control buttons.
+
+
WorkingActivity() - Constructor for class com.proj.drone_routing.WorkingActivity
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-2.html b/Realisation_vol/Doc/index-files/index-2.html new file mode 100644 index 0000000..b84e1fc --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-2.html @@ -0,0 +1,135 @@ + + + + + +B-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

B

+
+
BtnLoad - Variable in class com.proj.drone_routing.MainActivity
+
 
+
btnMainLoad(View) - Method in class com.proj.drone_routing.MainActivity
+
+
Start the InputActivity and awaits for its result
+
+
btnMainStart(View) - Method in class com.proj.drone_routing.MainActivity
+
+
Only displayed when an aircraft is connected, launch the working activity, with parameters if existing.
+
+
BtnStart - Variable in class com.proj.drone_routing.MainActivity
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-3.html b/Realisation_vol/Doc/index-files/index-3.html new file mode 100644 index 0000000..b897318 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-3.html @@ -0,0 +1,127 @@ + + + + + +C-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

C

+
+
chooseOnMap - Variable in class com.proj.drone_routing.InputActivity
+
 
+
com.proj.drone_routing - package com.proj.drone_routing
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-4.html b/Realisation_vol/Doc/index-files/index-4.html new file mode 100644 index 0000000..3c26070 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-4.html @@ -0,0 +1,129 @@ + + + + + +D-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

D

+
+
disableStartButton() - Method in class com.proj.drone_routing.MainActivity
+
+
Deletes the start button
+
+
DroneWaypoint - Class in com.proj.drone_routing
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-5.html b/Realisation_vol/Doc/index-files/index-5.html new file mode 100644 index 0000000..851ff61 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-5.html @@ -0,0 +1,135 @@ + + + + + +E-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

E

+
+
enableLoadButton() - Method in class com.proj.drone_routing.WorkingActivity
+
+
Enable the Load Button
+
+
enableStartButton() - Method in class com.proj.drone_routing.MainActivity
+
+
Creates and enable the start button
+
+
enableStartButton() - Method in class com.proj.drone_routing.WorkingActivity
+
+
Enable the Start button
+
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-6.html b/Realisation_vol/Doc/index-files/index-6.html new file mode 100644 index 0000000..e9984f6 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-6.html @@ -0,0 +1,125 @@ + + + + + +F-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

F

+
+
FLAG_CONNECTION_CHANGE - Static variable in class com.proj.drone_routing.MainActivity
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-7.html b/Realisation_vol/Doc/index-files/index-7.html new file mode 100644 index 0000000..f6aeed3 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-7.html @@ -0,0 +1,133 @@ + + + + + +G-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

G

+
+
gen - Variable in class com.proj.drone_routing.InputActivity
+
 
+
generate(View) - Method in class com.proj.drone_routing.InputActivity
+
+
Stores the parameters of the flight plan and exit the activity
+
+
getCurr(View) - Method in class com.proj.drone_routing.InputActivity
+
 
+
getProductInstance() - Static method in class com.proj.drone_routing.MainActivity
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-8.html b/Realisation_vol/Doc/index-files/index-8.html new file mode 100644 index 0000000..9f0624d --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-8.html @@ -0,0 +1,125 @@ + + + + + +H-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

H

+
+
h - Variable in class com.proj.drone_routing.InputActivity
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index-files/index-9.html b/Realisation_vol/Doc/index-files/index-9.html new file mode 100644 index 0000000..befebf1 --- /dev/null +++ b/Realisation_vol/Doc/index-files/index-9.html @@ -0,0 +1,141 @@ + + + + + +I-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M O P R S T V W  + + +

I

+
+
initMap() - Method in class com.proj.drone_routing.WorkingActivity
+
+
Initialises the MMap with the MapView
+
+
initUpdateThread(Activity) - Method in class com.proj.drone_routing.MainActivity
+
+
Initialises an UI thread that updates the start Button when it should be displayed or not ( if an aircraft is connected )
+
+
InputActivity - Class in com.proj.drone_routing
+
+
InputActivity is used for the users to enter the specification of the subject, that will be used be Working Activity to generate the mission.
+
+
InputActivity() - Constructor for class com.proj.drone_routing.InputActivity
+
 
+
intentact - Variable in class com.proj.drone_routing.InputActivity
+
 
+
isloaded - Variable in class com.proj.drone_routing.MainActivity
+
 
+
+A B C D E F G H I L M O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/index.html b/Realisation_vol/Doc/index.html new file mode 100644 index 0000000..fabd512 --- /dev/null +++ b/Realisation_vol/Doc/index.html @@ -0,0 +1,72 @@ + + + + + +Generated Documentation (Untitled) + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="com/proj/drone_routing/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/Realisation_vol/Doc/overview-tree.html b/Realisation_vol/Doc/overview-tree.html new file mode 100644 index 0000000..62dcea2 --- /dev/null +++ b/Realisation_vol/Doc/overview-tree.html @@ -0,0 +1,172 @@ + + + + + +Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/Realisation_vol/Doc/package-list b/Realisation_vol/Doc/package-list new file mode 100644 index 0000000..1840e25 --- /dev/null +++ b/Realisation_vol/Doc/package-list @@ -0,0 +1 @@ +com.proj.drone_routing diff --git a/Realisation_vol/Doc/script.js b/Realisation_vol/Doc/script.js new file mode 100644 index 0000000..c3a1cae --- /dev/null +++ b/Realisation_vol/Doc/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/Realisation_vol/Doc/stylesheet.css b/Realisation_vol/Doc/stylesheet.css new file mode 100644 index 0000000..b8dad08 --- /dev/null +++ b/Realisation_vol/Doc/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} -- cgit v1.2.3