9/28/2007IVOA Interop1 Implementing the Region Syntax A.Szalay, T.Budavari, P.Dowler, +ADQL Working Group.

Slides:



Advertisements
Similar presentations
27-28 Sep 2007 CambridgeIVOA VOQL Group – Pedro Osuna IVOA VOQL Closing Plenary Session Cambridge Interop meeting Sep 2007.
Advertisements

Footprint Service Specification NVO Summer School 2008 Gretchen Greene (thanks to Tamas Budavari and Francois Bonnarel) T HE US N ATIONAL V IRTUAL O BSERVATORY.
Honors Geometry Section 5.1 Perimeter and Area
OBJECTIVES: STUDENTS WILL BE ABLE TO… USE THE RELATIONSHIP BETWEEN A RADIUS AND A TANGENT USE THE RELATIONSHIP BETWEEN 2 TANGENTS FROM ONE POINT FIND THE.
Hosted by Mrs. Mitchell and Mrs. Johnson TrianglesPolygons QuadrilateralsLines
Geometry Terms. Acute Angles Acute Triangle Adjacent Angles Alternate Interior Angles Alternate Exterior Angles Angle Circle Complementary Angles Congruent.
Sides & Congruent Angles Ago Let’s Go Fly A Polygon.
JRLeon Geometry Chapter 6.7 HGSH Arc Length Lesson 6.7.
You have just been informed that your city has annexed a portion of the adjacent township. Your supervisor asks you to take a look at the data and change.
Lab 10: Spatial Queries You have been asked to determine what census tract that each parcel Property is contained. How will you find the tract number for.
(7.6) Geometry and spatial reasoning. The student compares and classifies shapes and solids using geometric vocabulary and properties. The student is expected.
Tangents to Circles (with Circle Review)
Basic Spatial Analysis
Chapter 9 Geometry © 2008 Pearson Addison-Wesley. All rights reserved.
Squares By: Cody Ward, Craig Bartelsmeyer, Michaela Lunsford, Olivia Caldwell.
Implemented Systems Presenter: Manos Karpathiotakis Extended Semantic Web Conference 2012.
Spatial Database Souhad Daraghma.
Perimeter & Area Lessons 19 & 20.
IN ORDER TO I DENTIFY THE DIFFERENT KIND OF QUADRILETERAL THROUGH POWER POINT PRESENTATION;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
By Abdul Chebly.  obtuse angle- an angle that’s less then 180 and higher then 90 degrees.  Right angle- an angle that is 90 degrees.
In this video, you will learn how to view one or more parts of an expression as a single entity, by using the associative property to analyze the formula.
TODAY IN GEOMETRY…  Warm up: Inscribed Polygons  STATs for Ch.10 Quiz  Learning Target : 10.5 You will find the measures of angles inside or outside.
Review: Area of 2-D Shapes Keystone Geometry.
Footprint Service Specification IVOA Interop Meeting Trieste 2008 Gretchen Greene and Tamas Budavari.
Geometry Review AREA 1. Find the measure of each interior angle of the regular polygon shown below. 2.
An Angle that measure less than 90 degrees. A box shape in three dimensional space. Formally, a polyhedro n for which all faces are rectangles.
Geometry Angie Bordwell, Vertis Lewis, Lissa Purpura, and Jean Tuquero.
By. Circle Draw a circle in the box Tell about its attributes: sides, angles, whether or not it’s a polygon. Add any additional information you know about.
Lesson Handout #1-7 (ODD), (ODD) ** For each question:  BOX the exact value  CIRCLE the approximate value (.01)
Shape and Space (Quadrilaterals) By Ivy Law 4A(21) & Joanne Ho 4A(11)
Jeopardy Terminology Geometry This PowerPoint was revised from the original version from; geometry.ppt.
Quadrilaterals I by Definition Polygon – a closed many straight- sided figure.
Definition Quadrilateral – a polygon with 4 angles and 4 straight sides.
SIMILAR AND CONGRUENT POLYGONS LESSON 35POWER UP GPAGE 229.
 SAT Prep Course geometry & Measurement Day 3. Geometry Includes  Notation  Lines & Points  Angles  Triangles  Quadrilaterals  Area & perimeter.
Geometry Honors Section 5.3 Circumference and Area of Circles.
Kaleigh Cook. Acute Triangle A triangle for which all interior angles are acute.
1 Unit 5: Geometry Pairs of Angles. Lesson 1-5: Pairs of Angles 2 Adjacent Angles A pair of angles with a shared vertex and common side but do not have.
Intro. To GIS Pre-Lab Spatial Analysis April 1 st, 2013.
Spatial Searches in the ODM. slide 2 Common Spatial Questions Points in region queries 1.Find all objects in this region 2.Find all “good” objects (not.
IVOA Interoperability Meeting Oct 2008, BaltimoreIVOA VOQL-TEG – Iñaki Ortiz ADQL status Iñaki Ortiz VOQL-TEG.
Jeopardy Terminology Quiz Geometry All points on a circle are the same distance from this point. (100)
House Fire House. Can you find one or more acute angles? An acute angle is an angle with a measure of less than 90 degrees.
Semester 2 Review Topics Geometry. Polygons Names of polygons Angles of polygons Properties of quadrilaterals – Parallelograms – Squares – Rectangles.
Angle Relationships in circles
Other Angle Relationships in Circles
A polygon is a geometric figure with three or more sides.
Area Geometry Chapter 10.
Angle Relationships By Mr. Q.
Tangent Lines Geometry 11-1.
GEOMETRY STUFF WHICH IS AWESOME!!!!!!
Year 6 Objectives : Geometry
Spatial Data Types And Indexing SQL Server 2008
11.3 Sector Area and Arc Length (Part 1)
Chapter 10.5 Notes: Apply Other Angle Relationships in Circles
Point-a location on a plane.
Quadrilaterals I Geometry – Unit 6.
Quadrilaterals I by Monica Yuskaitis.
Quadrilaterals I by Monica Yuskaitis.
Lesson 9-1 Area of 2-D Shapes.
Lesson 9-1: Area of 2-D Shapes
Geometry Portfolio Term 2
T—06/02/09—HW #76: Pg : 1—10, 12—16; Pg : 1—43 odd
Y. Davis Geometry Notes Chapter 11.
Properties of Shape.
Geometry Lesson: 10 – 5 Tangents Objective:
Lesson: 10 – 4 Inscribed Angles
Math 132 Day 2 (2/1/18) CCBC Dundalk.
Footprint Service Specification
Quadrilaterals I by Monica Yuskaitis.
Presentation transcript:

9/28/2007IVOA Interop1 Implementing the Region Syntax A.Szalay, T.Budavari, P.Dowler, +ADQL Working Group

9/28/2007IVOA Interop2 Function-Based Approach Region is an object that has –Constructors –Properties (area) –Operators Implemented in SQL Server 2005, using the Spherical library (C# + SQL) built for SDSS and the NVO Footprint Service

9/28/2007IVOA Interop3 Similar to Existing GIS Systems SpatialWare (MapInfo) uses the same technique but with lots of functions Geometry datatypes –Point, Line, PolyLine, Polygon, Arc, … Constructors –Circle, Box, Polygon,… Full set operators More detailed topological relations –Contain, Outside, Overlaps, Adjacent, … Buffer Cast –AsText

9/28/2007IVOA Interop4 Steps Create a Region schema (namespace) Define constructors –Region, Circle, Rectangle Define properties –Area Operators –Contains, Intersects, ToString Support –Distance

9/28/2007IVOA Interop5 Lessons SQL-92 functions with variable number of arguments (Polygon) not allowed –Use the Region(string) to build these No boolean datatype in SQL-92 –Use bit (0,1) and explicit comparisons Contains is protected in T-SQL (freetext) –Need to write it as Region.[Contains] Distance function was trivial

9/28/2007IVOA Interop6 Immediate Questions Units? –Angles: degrees –Area: square degrees –Distances: degrees GIS Compatibility? –Contains-> Contain –Intersects -> Overlap –ToString -> AsText –Distance -> SphericalDistance

9/28/2007IVOA Interop7 Operator Extensions Later? Output is Region type –Intersection(r1,r2) –Difference(r1,r2) –Union(r1,r2) –Buffer(r1, delta)