Book Image

Administering ArcGIS for Server

By : Hussein Nasser
Book Image

Administering ArcGIS for Server

By: Hussein Nasser

Overview of this book

Table of Contents (18 chapters)
Administering ArcGIS for Server
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Designing GIS services


Now that we have planned which services should be authored, we need to create the blueprint of the services and their design. Also, we have to decide what the underlying database design is, how the services will be authored, and what standards they will support. We will get to these technical questions in the coming pages. Note that we proposed two options in the planning stage, so we need to produce two designs. I usually use the Unified Modelling Language (UML) as a tool for designing GIS services, specifically the deployment diagram as it provides a good blueprint of the GIS services design. There are plenty of UML books out there if you want to get into it: my favorite is UML Distilled by Martin Fowler. As for the database design, we will use the entity-relationship diagram.

Database design

There is no database mentioned in the case study, and no database means no geodatabase. This means we cannot create GIS services without a geodatabase. So, we need to come up...