Skip to content

Commit

Permalink
[HK] removes duplicated deprecated code (#433)
Browse files Browse the repository at this point in the history
and updates documentation

Change-Id: I68cdcbbc54b871c2eefc0dd668c867f3b9e0f6cb
Signed-off-by: Frank Gasdorf <[email protected]>
  • Loading branch information
fgdrf authored Nov 17, 2020
1 parent be19a04 commit 54f2970
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 390 deletions.
27 changes: 0 additions & 27 deletions docs/devel/en/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ Contents

* :doc:`getting_started`


* :doc:`custom_application_tutorial`

* :doc:`disk_to_screen_tutorials`


* :doc:`csv_renderer_tutorial`

* :doc:`csvservice_tutorial`
Expand All @@ -19,10 +17,8 @@ Contents

* :doc:`testing_tutorial`


* :doc:`examples`


* :doc:`code_examples`

* :doc:`creating_new_perspective_example`
Expand All @@ -39,41 +35,32 @@ Contents

* :doc:`view_extension_point_example`


* :doc:`featuresourceop_example`

* :doc:`gis_application_tutorials`


* :doc:`feature_editor_tutorial`

* :doc:`map_decorator_tutorial`


* :doc:`gis_platform_tutorials`


* :doc:`iadaptable_and_operations_tutorial`

* :doc:`shapefile_export_tutorial`


* :doc:`other_tutorials`


* :doc:`coverage_tool`

* :doc:`tracking_animation`


* :doc:`rcp_tutorials`


* :doc:`preferred_zoom_level_application`

* :doc:`tool_view_application`


* :doc:`SDKQuickstart/SDKQuickstart`

* :doc:`CustomApplication/CustomApplication`
Expand All @@ -87,10 +74,8 @@ Contents

* :doc:`programmer_guide`


* :doc:`guidelines_and_rules`


* :doc:`coding_conventions`

* :doc:`eclipse_house_rules`
Expand All @@ -101,13 +86,10 @@ Contents

* :doc:`user_interface_guidelines`


* :doc:`platform_architecture`


* :doc:`key_components`


* :doc:`drag_and_drop_design`

* :doc:`issues_framework_design`
Expand All @@ -116,15 +98,13 @@ Contents

* :doc:`shutdown_tasks`


* :doc:`welcome_to_the_programmer's_guide`

* :doc:`why_a_platform`


* :doc:`reference`


* :doc:`adding_new_format`

* :doc:`api_rules_of_engagement`
Expand Down Expand Up @@ -227,7 +207,6 @@ Contents

* :doc:`working_with_gis_application`


* :doc:`commands`

* :doc:`composite_commands`
Expand Down Expand Up @@ -265,7 +244,6 @@ Contents

* :doc:`working_with_the_gis_platform`


* :doc:`catalog`

* :doc:`catalog_notifications`
Expand All @@ -283,8 +261,3 @@ Contents
* :doc:`service_and_georesource_interceptors`

* :doc:`utility_classes`

* :doc:`workbench_services`



Binary file not shown.
24 changes: 0 additions & 24 deletions docs/devel/en/utility_classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,30 +93,6 @@ complete.
The above code example uses a final array to "hold" the value between the runnable and your code;
you could also do this using a Class field.

Accessing the Boundary Service
''''''''''''''''''''''''''''''

The Boundary Service provides access to the boundary that the user has selected via the Boundary
View. This boundary is then be used to restrict functionality such as zoom to extent and catalog
search results.

::

IBoundaryService service = PlatformGIS.getBoundaryService();

This service then provides methods to return the extent or an actual geometry of the current
boundary.

::

ReferencedEnvelope extent = service.getExtent();

or

::

Geometry boundingGeom = service.getGeometry();

org.locationtech.udig.core
^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
50 changes: 0 additions & 50 deletions docs/devel/en/workbench_services.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/devel/en/working_with_the_gis_platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ Using the local catalog as a repository to manage your spatial data
utility_classes
connect_to_a_service_on_startup
service_and_georesource_interceptors
workbench_services

Loading

0 comments on commit 54f2970

Please sign in to comment.