MicroCity NotesMicroCity Notes
Notes
  • MicroCity Web
  • MicroCity Desktop

    • 1. MicroCity Introduction
    • 2. Getting Started with MicroCity
    • 3. User Interface
    • 4. Script Writing
  • GitHub

    • MicroCity Desktop Repository
    • MicroCity Web Repository
    • MicroCity Web Online Environment
  • 简体中文
  • English
Notes
  • MicroCity Web
  • MicroCity Desktop

    • 1. MicroCity Introduction
    • 2. Getting Started with MicroCity
    • 3. User Interface
    • 4. Script Writing
  • GitHub

    • MicroCity Desktop Repository
    • MicroCity Web Repository
    • MicroCity Web Online Environment
  • 简体中文
  • English
  • MicroCity Documentation

    • Table of Contents
    • 1. MicroCity Introduction

      • 1.1 What MicroCity can Do
    • 2. Getting Started with MicroCity

      • 2.1 Showing a World Map
      • 2.2 Searching for Countries
    • 3. User Interface

      • 3.1 UI Overview
      • 3.2 Vector Shapes
      • 3.3 Raster Grids
      • 3.4 3D Scenes
      • 3.5 Tables
      • 3.6 Maps and Layers
      • 3.7 Modules
    • 4. Script Writing

      • 4.1 SI Overview
      • 4.2 UI Control
      • 4.3 Shapes and Tables
      • 4.4 Grids
      • 4.5 3D Scenes
      • 4.6 Networks
      • 4.7 Discrete Event Simulations
      • 4.8 Mixed Integer Programming

3.2 Vector Shapes

MicroCity can open, create and edit ArcGIS shapefiles (*.shp) which are called Shapes and maintained in the Data Tab of the Workspace Panel. By using modules (see 3.7) other vector file formats, such like Scalable Vector Graphics (*.svg) and AutoCAD Drawing Exchange Format (*.dxf), can also be imported or exported.

Opening, Creating, Saving and Closing Shapes

Users can click buttonLoad button or File->Shapes->Load menu item to open an ArcGIS shapefile (*.shp) as a Shapes. Creating a new Shapes can be done from menu File->Shapes->New and the pop-up dialog as shown below. Users can choose one shapes type from icon_shapes_pointPoint, icon_shapes_lineLine and icon_shapes_polygonPolygon. The relationship between a ArcGIS shapefile (*.shp) and a same named dBase file (*.dbf) is also shown.

new shapes    shape_files

Saving a Shapes can be done from the right click context menu Save or Save As. You can also close a Shapes from the menu and get a prompt dialog to save it.

shapes menu    close and save

Showing and Editing Shapes

Double click a Shapes from the Data Tab will give you a map view (for maps and layers see 3.6). Toggle buttonAction botton and right click a Shape in a Shapes layer and choose Edit Selected Shape then go to the Editing Mode. In this mode users can add/delete parts and add/delete points in a shape (for data structure of a shape see 2.2). The associated attributes table (*.dbf) of a Shapes can be accessed through right-clicking context menu Attributes->Table->Show (see the tutorial 2.1).

edit shape    edit point

Display Settings and Data Visualization

Users can change Shapes outline, fill, labels and other display settins from the Settings Panel. Some options can connect attribute data and give visualization functionalities (for example 2.1).

Last Updated:
Contributors: huuhghhgyg
Prev
3.1 UI Overview
Next
3.3 Raster Grids