Simple example of using basic mouse moves to add points, lines and areas to a drawing. |
|
An essential discussion on how drawings are created from geom fields in tables, including how the drawing knows which coordinate system to use. |
|
How to quickly make a backup table and to then copy and paste geometry from that table to repair errors made when editing objects. This technique is a life-saver when edits go astray. |
|
Illustrates how easy it is to create multiple drawings that use the same table and same geometry by copying and pasting an existing drawing. Each new drawing takes no additional storage space in the project, but can be formatted differently. |
|
Take a table with a geom field that is visualized by a drawing. Add a second geom field to the table and create an rtree index on that field so it can be visualized by a drawing. Copy the first drawing, paste it and adjust the pasted copy so it uses the second geom field. Demonstrate how to use the Transform pane to show "live" modifications in the second drawing compared to the first drawing. |
|
A partner example to Example: Create a Geocoded Table from a Drawing A geocoded table has records with a latitude and longitude for each record. This example starts with a table containing a list of cities with a latitude and longitude field for the location of each city. We create a geom from the latitude and longitude fields using a template in the Transform pane and then we create a drawing that shows the cities as points. This example shows all the infrastructure steps involved. |
|
A more general, cooler way to create a drawing from a geocoded table, without adding any fields to the table. We create a small query that generates geometry on the fly, and then we create a drawing from the query. This is how more advanced users often do it, using a technique that is perfect for creating drawings from tables in remote DBMS packages or read-only files. |
|
A detailed example using a mix of dialogs and SQL to create a drawing that shows data from an external, read-only geocoded CSV file that is linked into the project. |
|
Everybody knows we can create a drawing from a table, but we can also create a drawing from a query. When the query reports different results the drawing changes too. This example show step by step how to create a query and then how to create a drawing from that query. We show how to command Manifold to write a query for us that grabs a selection, and then how to create a drawing based on that new query. This example duplicates the Drawings from Queries video using the Mexico_queries.mxb sample project that may be downloaded from the Examples page on the Manifold web site. |
|
Step by step creation and modification of a line in a drawing using the Info pane Coordinates tab. |
|
Create an area in a drawing where the area includes one or more holes. This is similar to how we create areas that have islands as part of the area. |
|
Create an area in a drawing where the area includes holes and also islands. |
|
How to create multipoints. This topic provides two examples: First we create a multipoint and then next we create a multipoint having two branches. The purpose of this topic is to help teach the implementation of geometry in Manifold and other typical spatial packages using a somewhat unusual and rarely met object type, the multipoint, which combines what appear to be many separate points into a single multipoint object. |
|
When creating an object in a map using a tool such as Create Area, right in the middle of the process we can edit coordinates the Info pane Coordinates tab. This example shows the step by step process. |
|
We look at the attributes for a point in a drawing layer and edit one of the attributes using a more expanded Edit dialog. We then move the point to a new location. Easy! |
|
Example: Edit Attributes, Larger Text, IME for Asian Languages |
A tour showing how to edit attributes in a drawing using the Info pane Values tab and the expanded Edit dialog, including advanced Unicode facilities and use of the built in Input Method Editor (IME) to input text in Japanese language. |
Step-by-step editing of an existing area in a drawing: changing the shape by moving a vertex, by moving several vertices together, by moving the entire object, by deleting a vertex and by adding a vertex. |
|
Editing areas in one layer so their boundaries align, either all or in part, with boundaries of areas in a different layer is a common task in GIS and CAD. For example, we might want area boundaries in a layer with different zoning areas for tax or regulatory purposes to be guided by the boundaries of administrative jurisdictions, such as the boundaries of cities, in a different layer. This example shows how, using fast and simple techniques. |
|
During the creation of a new object we can go back and make corrections, additions and deletions to coordinates already marked. In this example we start creating a new line, and then notice we have skipped over some locations we wanted to click. We go back to add those vertices (coordinates), and then we continue with creating the line. |
|
Traverse files using ESRI traverse file format are widely used by surveyors and government organizations in the US to define parcels and lines by describing a sequence of directions, distances and curves from a starting point. Manifold automatically handles both tangent and non-tangent curves in ESRI traverse file format as well as the full variety of options used to specify angles, distances and curves. This video shows how it's easy to create a parcel from a traverse file. |
|
Working with drawings where some areas completely cover smaller areas is a bad idea, but sometimes we have to work with data in that form whether we like it or not. This topic shows techniques that can help us select and edit objects that are completely hidden by higher objects. |
|
Also known as illuminated contours, Tanaka contours give the appearance of three dimensionality to contour lines by brightening lines on a slope facing a presumed light source while darkening lines on a slope facing away from the light source. Lines are also made wider when perpendicular to the light source. This topic shows how to create the Tanaka effect in contour lines. |
|
We use SQL functions to create a raster terrain elevation image from vector contour lines in a drawing, using SQL functions for Kriging interpolation. |