Cargando…

Building web and mobile ArcGIS Server applications with JavaScript : master the ArcGIS API for Java Script, and build exciting, custom web and mobile GIS applications with the ArcGIS Server /

Uses a step-by-step approach with exercises designed to give hands-on experience. User will need Java Script programming experience to get the most out of this book. Although designed as an introductory to intermediate level book, it will also be useful for more advanced developers who are new to th...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pimpler, Eric (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn871190571
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 140228t20142014enka o 000 0 eng d
040 |a IDEBK  |b eng  |e rda  |e pn  |c IDEBK  |d EBLCP  |d MHW  |d OCLCQ  |d CUI  |d UMI  |d E7B  |d YDXCP  |d OMM  |d COO  |d N$T  |d DEBSZ  |d DEBBG  |d OCLCQ  |d VT2  |d D6H  |d OCLCA  |d AGLDB  |d OCLCQ  |d ICA  |d OCLCQ  |d MOR  |d CCO  |d PIFAG  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d REB  |d MNM  |d STF  |d OCLCF  |d VNS  |d VTS  |d CEF  |d ICG  |d OCLCQ  |d OCLCO  |d WYU  |d G3B  |d TKN  |d UAB  |d DKC  |d AU@  |d OCLCQ  |d M8D  |d UKAHL  |d HS0  |d OCLCQ  |d S2H  |d OCLCO  |d OCL  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 872140211  |a 876149716  |a 894366155  |a 971058214 
020 |a 9781849697972  |q (electronic bk.) 
020 |a 1849697973  |q (electronic bk.) 
020 |a 1306457653  |q (electronic bk.) 
020 |a 9781306457651  |q (electronic bk.) 
020 |a 1849697965 
020 |a 9781849697965 
020 |z 9781849697965  |q (print) 
029 1 |a AU@  |b 000053211271 
029 1 |a AU@  |b 000062515393 
029 1 |a DEBBG  |b BV042031877 
029 1 |a DEBBG  |b BV043607204 
029 1 |a DEBSZ  |b 405629583 
029 1 |a DEBSZ  |b 414173384 
029 1 |a DEBSZ  |b 484719270 
029 1 |a GBVCP  |b 882839276 
035 |a (OCoLC)871190571  |z (OCoLC)872140211  |z (OCoLC)876149716  |z (OCoLC)894366155  |z (OCoLC)971058214 
050 4 |a G70.2 
072 7 |a SCI  |x 030000  |2 bisacsh 
072 7 |a TRV  |x 033000  |2 bisacsh 
072 7 |a TRV  |x 034000  |2 bisacsh 
072 7 |a TRV  |x 016000  |2 bisacsh 
072 7 |a TRV  |x 018000  |2 bisacsh 
082 0 4 |a 910.285  |2 22 
049 |a UAMI 
100 1 |a Pimpler, Eric,  |e author. 
245 1 0 |a Building web and mobile ArcGIS Server applications with JavaScript :  |b master the ArcGIS API for Java Script, and build exciting, custom web and mobile GIS applications with the ArcGIS Server /  |c Eric Pimpler. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2014. 
264 4 |c ©2014 
300 |a 1 online resource (v, 255 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community experience distilled 
520 |a Uses a step-by-step approach with exercises designed to give hands-on experience. User will need Java Script programming experience to get the most out of this book. Although designed as an introductory to intermediate level book, it will also be useful for more advanced developers who are new to the topic of developing applications with ArcGIS Server. 
588 0 |a Online resource; title from PDF title page (EBL, viewed on Aprl 30, 2014). 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to HTML, CSS, and JavaScript; Basic HTML page concepts; The HTML DOCTYPE declaration; Primary tags; Validating HTML code; JavaScript fundamentals; Commenting in code; Variables; JavaScript and case sensitivity; Variable datatypes; Decision-supporting statements; Looping statements; Functions; Objects; Basic CSS principles; CSS syntax; Inline styling; Internal style sheets; External style sheets; Separating HTML, CSS, and JavaScript; Summary 
505 8 |a Chapter 2: Creating Maps and Adding Layers Introduction; The ArcGIS API for JavaScript Sandbox; Basic steps for creating an application with the ArcGIS API for JavaScript; Creating HTML code for a web page; Referencing the ArcGIS API for JavaScript; Loading modules; Legacy or AMD Dojo?; Making sure Document Object Model is available; Creating the map; Creating the page content; Styling the page; The complete code; More about the map; Working with map service layers; Using layer classes; Tiled map service layers; Dynamic map service layers; Adding layers to the map 
505 8 |a Setting visible layers from a map service Setting a definition expression; Map navigation; Map navigation widgets and tool bars; Map navigation using the mouse and keyboard; Getting and setting the map extent; Map events; Summary; Chapter 3: Adding Graphics to the Map; The four parts of a graphic; Creating geometry for graphics; Symbolizing graphics; Assigning attributes to graphics; Displaying graphic attributes in an info template; Creating graphics; Adding graphics to the graphics layer; Multiple graphics layers; Time to practice with graphics; Summary; Chapter 4: The Feature Layer 
505 8 |a Creating a Feature Layer object Optional constructor parameters; Defining display modes; Snapshot mode; The on-demand mode; The selection-only mode; Setting a definition expression; Feature selection; Rendering a feature layer; Time to practice with Feature Layer; Summary; Chapter 5: Using Widgets and Tool bars; Adding tool bars to an application; Steps for creating a toolbar; Defining CSS styles; Creating buttons; Creating an instance of the Navigation toolbar; User interface widgets; The Basemap Gallery widget; The Bookmarks widget; The Print widget; The Geocoder widget 
505 8 |a Time to practice with the Geocoder widget The Gauge widget; The Measurement widget; The Popup widget; The Legend widget; The Overview Map widget; The Scalebar widget; The Directions widget; The Histogram Time Slider dijit; The Home Button widget; The Locate Button widget; The Time Slider widget; The Layer Swipe widget; Analysis widgets; Feature editing; Feature service; The editing widgets; The Editor widget; The Template Picker widget; The Attribute Inspector widget; The Attachment Editor widget; The Edit toolbar; Summary; Chapter 6: Performing Spatial and Attribute Queries 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a ArcGIS. 
630 0 7 |a ArcGIS.  |2 fast  |0 (OCoLC)fst01395401 
650 0 |a Geographic information systems  |x Programming. 
650 0 |a Geographic information systems. 
650 0 |a Spatial data infrastructures. 
650 2 |a Geographic Information Systems 
650 6 |a Systèmes d'information géographique  |x Programmation. 
650 6 |a Systèmes d'information géographique. 
650 6 |a Infrastructures de données géospatiales. 
650 7 |a geographic information systems.  |2 aat 
650 7 |a SCIENCE  |x Earth Sciences  |x Geography.  |2 bisacsh 
650 7 |a TRAVEL  |x Budget.  |2 bisacsh 
650 7 |a TRAVEL  |x Hikes & Walks.  |2 bisacsh 
650 7 |a TRAVEL  |x Museums, Tours, Points of Interest.  |2 bisacsh 
650 7 |a TRAVEL  |x Parks & Campgrounds.  |2 bisacsh 
650 7 |a Geographic information systems.  |2 fast  |0 (OCoLC)fst00940423 
650 7 |a Spatial data infrastructures.  |2 fast  |0 (OCoLC)fst01738172 
655 7 |a geographic information systems.  |2 aat 
655 7 |a Geographic information systems.  |2 fast  |0 (OCoLC)fst01752691 
655 7 |a Geographic information systems.  |2 lcgft 
655 7 |a Systèmes d'information géographique.  |2 rvmgf 
776 0 8 |i Print version:  |a Pimpler, Eric.  |t Building web and mobile ArcGIS Server applications with JavaScript  |z 9781849697965  |w (OCoLC)871508505 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=705756  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26851308 
938 |a ebrary  |b EBRY  |n ebr10840007 
938 |a EBSCOhost  |b EBSC  |n 705756 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis27544373 
938 |a YBP Library Services  |b YANK  |n 11669370 
994 |a 92  |b IZTAP