ArcGIS 10 – Advanced Guide to ArcGIS 10

Request info

ArcGIS 10 Training

This advanced online ArcGIS course follows on from the GIS247 Mastering and Intermediate courses. It is also suitable for experienced ArcGIS users who wish to learn more about some of the functions they may use regularly whilst discovering new functions they might not have used. It provides a comprehensive assessment of the advanced functions (such as geodatabases, remote data access, advanced attribute expressions, label expressions and annotation). Advanced functions for working with spatial features are also explored, such as spatial joins and geoprocessing analysis.

Licenced users can download a Course Factsheet, Course Datafile, Course Map Documents and all Course Exercises.

SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2025-05-13' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (3188) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC