Physical Structure of GDB

Slides:



Advertisements
Similar presentations
* Simple Editing * Feature Creation Tools * Labels & Annotation
Advertisements

Concepts of Maintaining Your Data Simple Ways to Edit Your Data By Lorne Woods.
Chapter 11 Basic Editing in ArcMap. Objectives Understanding the basic editing process Using snapping to ensure topological integrity of features Adding.
Informationsteknologi Wednesday, November 7, 2007Computer Graphics - Class 51 Today’s class Geometric objects and transformations.
Spatial Analysis – vector data analysis
Smoothing Linework June 2012, Planetary Mappers Meeting.
Copyright © 2005 Bruce Kessler All Rights Reserved Ch. 2 GeoDatabase Basics Laying the foundations.
Creating and Editing Feature Data Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
©2005 Austin Troy Lecture 9: Introduction to GIS 1.Vector Geoprocessing Lecture by Austin Troy, University of Vermont.
Intro. To GIS Lecture 6 Spatial Analysis April 8th, 2013
Editing Basics (in ArcGIS 9.2) By Alma Vargas. Levels of Desktop ArcGIS Arc View Version that most clients will use The version that this session will.
Working with shapefiles Shapefiles are ArcView’s file format Each shapefile is a collection of files.shp -- spatial data (shape geometry).shx -- spatial.
3-D Modeling Concepts V part 2.
Using ESRI ArcGIS 9.3 Arc Tool Box 1 Data Management
University of California , San Diego (UCSD)
NR 422: Topology Jim Graham Fall 2010 See: odatabase-topology.pdf.
Preparing Data for Analysis and Analyzing Spatial Data/ Geoprocessing Class 11 GISG 110.
Outline of class  1 st part: How to make sketches  Entities  Relations  Dimensioning  2 nd part: How to make features  Starting/ending points 
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
6. Simple Features Specification Background information UML overview Simple features geometry.
CE 597 Spring  Point  Line  Polygon  Thematic collections of points, lines, or polygons.
Copyright © 2006 by Maribeth H. Price 8-1 Chapter 8 Geoprocessing.
Simple Data Types Point (2d or 3d) –Coordinates with attributes Polyline (2d or 3d) –Points collected by line segments –2 lines max per point Polygon (2d)
School of Geography FACULTY OF ENVIRONMENT Introduction to Editing.
Topology Relationships between features: Supposed to prevent:
Definition of Spatial Analysis
Descriptive Geometry. Introduction  What is Descriptive Geometry? →It is the study of points, lines, and planes in space to determine their locations.
Creating and Editing Feature Data Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
Intro. To GIS Pre-Lab Spatial Analysis April 1 st, 2013.
CENTENNIAL COLLEGE SCHOOL OF ENGINEERING & APPLIED SCIENCE VS 361 Introduction to GIS SPATIAL OPERATIONS COURSE NOTES 1.
Spatial Analysis – vector data analysis Lecture 8 10/12/2006.
Chapter 7- Basic editing Digitize new features from a paper map or scanned map. Construct new features from survey descriptions. Map areas or objects based.
Computer – Aided Design Terminology You must have a generic understanding of commands and techniques which are used in a number of packages (YOU CANNOT.
Geodatabase Kyung Hee University Geography Jinmu Choi 1.
GIS Project1 Physical Structure of GDB Geodatabase Feature datasets Object classes, subtypes Features classes, subtypes Relationship classes Geometric.
Introduction to Geodatabases
Physical Structure of GDB
Introduction GIS often represent spatial information with a two-dimensional x,y coordinate system. Some data linearly measured. In order to use the information.
Relationship Class What is a Relationship Class (3)
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
3-D Modeling Concepts V part 2.
Drawing Geometric Objects
Chapter 13 Editing and Topology.
Lecture 5 Basic geometric objects
GIS Institute Center for Geographic Analysis
Vector Analysis Ming-Chun Lee.
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
3-D Modeling Concepts V part 2.
Two-Dimensional Sketching
Physical Structure of GDB
Lecture 08 Creating a Geodatabase
Physical Structure of GDB
Physical Structure of GDB
ArcToolbox A collection of commands In 11 toolboxes
Sketching.
Spatial Data Processing
Principles of GIS Geocomputation – Part II Shaowen Wang
Point-a location on a plane.
Nicholas A. Procopio, Ph.D, GISP
URBDP 422 Urban and Regional Geo-Spatial Analysis
GIS Lecture: Editing Data
GIS Lecture: Geoprocessing
GIS Institute Center for Geographic Analysis
ArcCatalog and Geodatabases
3-D Modeling Concepts V part 2.
Vector Geoprocessing.
GIS Institute Center for Geographic Analysis
ArcCatalog and Geodatabases
Esri Roads and Highways An Introduction
Presentation transcript:

Physical Structure of GDB Geodatabase Feature datasets Spatial Reference Object classes, subtypes Features classes, subtypes Raster datasets Rasters Relationship classes Geometric networks TIN datasets nodes, edges, faces Planar topologies Locators Domains Addresses, X.Y location ZIP Codes, Place names Validation rules GIS Project

Geometry of Features Geometry System (6) Components of Shape (3) Geography, KHU, Jinmu Choi Geometry System (6) Components of Shape (3) Attributes of Geometry (2) Geometry Construction (6) Spatial Relationship (4) Topological Operator (7) Summary and Next… GIS Project

Geometry System The geometry stored as a special field in a feature class called “shape” There are two levels of geometry Feature geometry Points, multipoints, polylines, polygons, envelop Components of feature geometry Segments, paths, rings GIS Project

Points and Polylines Points and multipoints Polylines (multipolylines) Point is x,y coordinate Optional Z or M To represent small features such as wells or survey points Multipoints are unordered collections of points Polylines (multipolylines) Ordered collection of disjoint or connected paths To represent linear features such as roads, rivers, and contours GIS Project

Polygons A collection of rings Ordered by their containment relationships Representing the geometry of all areal features When rings are nested, they alternate between interior rings and island rings Rings can be disjoint but cannot overlap GIS Project

Envelop To represent the spatial extent of a feature A rectangle that spans the min. and max. coordinates of a geometry Parallel to a coordinate system All geometries have envelops for rapid display GIS Project

Multipart Features Line and polygon features can be created as single or multipart features (multiline and multipolygon) Multipart features are composed of multiple shapes grouped into a single feature which has only one record in the feature class table In a multipart line feature, the individual parts are called paths In a multipart polygon feature, they are called rings Both paths and rings are composed of segments GIS Project

Example of Multipart Features Multipart line (multiline) Disjoint of a river because of draught Multipart polygon The seven larger islands of Hawaii can be stored as a single feature Area are completely contained within another area, such as an island in a lake Multipoint feature Create a feature class with multipoint type, not point type GIS Project

Components of Shapes Segments, paths, rings are components of a Geometry (feature shape) Rings A path that is closed and has an unambiguous inside and outside GIS Project

Segments Consists of a start, an endpoint and/or a function defining a curve between the points Line: a straight segment Circular arc: a portion of a circle Road curbs at street intersection Elliptical arc: a portion of an ellipse Section of a highway ramp Bezier curve: a parametric curve defined by a set of third-order polynomials Contours or streams: smoothly varying features GIS Project

Paths A sequence of connected segments Segments in a path cannot be intersect Paths contain combination of 4 segments types Paths make up polylines Road comprised of straight lines and circular arcs When a line and a circular arc in a road join, they are tangent to each other GIS Project

Attributes of Geometries Three optional attributes: z, m values, Point IDs Vertical measurement with z values You can assign a z value for each point in a point, multipoint, polyline, or polygon Z values commonly represent elevation A ridge line that can store individual elevations at each point is a profile along a surface TIN GIS Project

Attributes of Geometries Linear measurements with m values Linear measurement is based on interpolated distances along paths Examples, mileposting, stationing along a road or canal Geometry system has the function to interpolate m values for x,y points along a path Managing points with IDs Each point collected with a survey instrument has a point number (Unique IDs) GIS Project

Point Construction 1 Along Angle Bisector Angle Intersection Given a curve and a distance or ratio, a point is constructed along that curve Angle Bisector Given three points, bisects angle subtended by the three points Angle Intersection Given two points and angles, place a point at the intersection of the rays GIS Project

Point Construction 2 Deflection Deflection Intersection Offset Given baseline, deflection angle, distance Deflection Intersection Given baseline and two deflection angles from start and end points Offset Given a path, a distance or ratio along the curve, and offset distance Parallel Given a straight line path, a reference point, and a distance a b GIS Project

Multipoint Construction 1 Circular Arc Points Given a circular arc, return 4 points Divide Equal Given a curve and integer number Divide Length Given a curve and a length Implied Intersection Given two segments, place points the actual or extended intersection GIS Project

Multipoint Construction 2 Intersection Given two segments, place points at the actual intersection Tangent Given a circular arc and a point Three Point Resection Given three points and two angles from a station point GIS Project

Line and Circular Arc Construction Line Construct Angle Bisector Given 3 points and length, bisect that angle and construct a line at that length Construct Arc Distance Given a center point, start point, arc distance, build arc in a clockwise direction Others constructions: pp. 108-109 GIS Project

Splitting Lines You can create new features by splitting existing line and polygon features There are two ways to split a line feature To split a line manually by clicking it at the point where you want to split it into two lines To specify where to split a line based on a distance or percentage With both methods, the Shape_Length attribute is automatically calculated for each new line To set new attributes, split policies will be used GIS Project

Testing Spatial Relationships Equals Does the base geometry equal the comparison geometry? Contains Does the base geometry contain the comparison geometry? GIS Project

Testing Spatial Relationships Within Does the base geometry within the comparison geometry? Crosses Does the base geometry cross the comparison geometry? GIS Project

Testing Spatial Relationships Disjoint Does the base geometry disjoint from the comparison geometry? Overlap Does the base geometry overlap the comparison geometry? GIS Project

Testing Spatial Relationships Touches Does the base geometry touch the comparison geometry? GIS Project

Applying Topological Operator Buffer: Given a geometry and a buffer distance Clip: Given a geometry and an envelope Convex hull: Given a geometry Cut: Given a geometry and a cut curve GIS Project

Applying Topological Operator Difference: only in the base, not in the comparison Intersect: both in the base and comparison Symmetric difference: Union but exclude intersect Union: include all together GIS Project

Splitting Polygons - Cut To split a polygon feature, you choose the Cut Polygon Features edit task Then, manually draw a line cutting the polygon into two polygons The Shape_Area attribute is automatically calculated for each new polygons To set new attributes, split policies will be used GIS Project

Combining Features - Merge The Merge function combines selected line or polygon features into a single new feature The lines or polygons being merged must exist in the same feature class Original features are removed and replaced with the new feature for which you have to select which feature's attributes are retained GIS Project

Combining Features - Union Union combines features stored in the same feature class or in different feature classes Although the features may be from different feature classes, their geometry type must be the same, either line or polygon The output of a Union is a new feature in the layer—the original features are preserved The new feature has no user-defined attributes To add the created feature to a new (empty) feature class, you will first need to create the new feature class GIS Project

Combining Feature - Intersection As with Union, the result of combining features with the Intersect function is a new feature in the target layer Intersect creates a new feature from the area where features overlap In the same or different feature classes, they must be of the same geometry type, either line or polygon The original features are maintained, and the new feature is created with no user-defined attributes To add the created feature to a new (empty) feature class, you will first need to create the new feature class GIS Project

Auto-Complete Polygon Auto-Complete Polygon to create a new polygon that shares boundaries with one or more existing polygons in the same feature class To create the new feature First, select the Auto-Complete Polygon task on the Editor toolbar Then, draw the polygon boundaries that aren't shared Auto-Complete Polygon can be used on only one polygon feature class at a time GIS Project

Summary Geometry system Components of shape Geometry construction Feature geometry: points, multipoints, polylines, polygons, and envelop Components of shape Segments, paths, rings Attribute of geometry: Z, M, point IDs Geometry construction Given line, point, angle…. Spatial Relationships Equals, Contains, Within, Crosses, Disjoint, Overlap, Touches Topological Operator Buffer, Clip, Convex hull, Cut, Difference, Intersect, Union… GIS Project

Next… Lab. Creating and Editing Features in Geodatabase Topology and Annotation GIS Project