DOC PREVIEW
USC CSCI 599 - spatial-survey

This preview shows page 1-2-16-17-18-34-35 out of 35 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 35 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 35 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 35 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 35 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 35 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 35 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 35 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 35 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Spatial Database: Accomplishments and Research NeedsOutlineIntroductionIntroduction: Spatial DatabaseSpatial Database (cont’d)Related WorkAuthors’ ContributionScope and OutlineThree Layer ArchitectureAccomplishmentsAccomplishments: Space TaxonomySpace Taxonomy…Rpresentative Function Specified by OGIS …A Sample of Spatial OperationsAccomplishments: Spatial Data ModelSpatial Data Type Hierarchy by OGISAccomplishments:Spatial QueryingSpatial Querying …Query ExampleFigures for Spatial QueryAccomplishments: Spatial File Organization and IndicesR-TreeOther AccomplishmentsResearch NeedsResearch Needs: Space TaxonomyResearch Needs: Spatial Data ModelResearch Needs: Spatial Query ProcessingDifficult Spatial Queries From GISExample of Spatial Query ProcessingResearch Needs: Spatial File Oragnization and Indices: Physical LeverlResearch Needs: OtherSummary and DiscussionSlide 33MoreRecent Research in Spatial Database1Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Spatial Database: Accomplishments and Research Needspresented by Fei Shenfrom S.Shekar,S.Chawla, S.Ravada,A.Fetterer, X.Liu,C.T.LuEEE Transactions on Knowledge and Data Engineering 11(1): 45-55, 19992Shen FEiiCSCI599-Fall2000CSCI599-Fall2000OutlineIntroduction & definition•Spatial Database•Related Work and Authors’ Contribution•Scope and OutlineAccomplishmentsResearch NeedsSummary and Discussion3Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Introduction4Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Introduction: Spatial DatabaseDEF: Efficient and Effective management of data related to a spacePhysical World, e.g. geography, urban planning, astronomyEngineering Design, e.g. VLSI circuits design, design of automobileConceptual Information Space, e.g. multi-dimension support system, fluid flow, electro-magnetic fieldExisting ApplicationGeographic Information SystemComputer Aid Design5Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Spatial Database (cont’d)Existing ApplicationMultimedia Information SystemData WarehousingNASA Earth Observation SystemCommercial ExamplesInformix’s Spatial Data BladeOracle’s Universal Server with Spatial DataESRI’s Spatial Data Engine6Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Related WorkWon Kim SSD 93Research Direction•Validation of relative performance•Query Optimization for spatial queries•Cost Model•Extensible Data Structure and Spatial Operations•Object Oriented ParadigmGuting VLDB 1994Survey and Classification•Spatial Data System•Spatial Data Model•Spatial Query Language•Spatial Indexing•Spatial Join Methods7Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Authors’ ContributionAuthors’ ContributionIdentify Recent AccomplishmentCurrent Research needs8Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Scope and OutlineObject-relational DatabasesSpatial Data TypesSpatial OperationsMulti-Dimensional IndexingThree Layer ArchitectureObject Relational Database Management systemSpatial DatabaseSpatial Application•GIS, MIIS9Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Three Layer Architecture10Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Accomplishments11Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Accomplishments: Space TaxonomySet Base SpaceFormalize the set relationshipRelational and Object-relational DB uses this model of spaceTopological SpaceBasic Concept: NeighborGIS Operation: overlap, adjacentNetwork SpaceBasic Concepts: graphs, nodes, edge, connectivityGIS Operation: connected, path12Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Space Taxonomy…Euclidian Coordinatized SpaceBasic Concepts: coordinate systemGIS Operation: North of, South ofMetric SpaceFormalize the distance relationships13Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Rpresentative Function Specified by OGIS …14Shen FEiiCSCI599-Fall2000CSCI599-Fall2000A Sample of Spatial Operations15Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Accomplishments: Spatial Data ModelData Abstraction: hides the details of data storageField-based ModelTransform a space partition to an attribute domainLocal, focal, zonal operationsObject-based ModelInformation Space populated by discrete, identifiable, spatially referenced entity Distance and Boundary operations16Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Spatial Data Type Hierarchy by OGIS17Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Accomplishments:Spatial QueryingEfficient RepresentationObject ModelSpaghetti ModelNode-arc-area Model(NAA) modelDouble-connected-edge-list (DCEL)Boundary Representation, Field Based ModelTessellationTriangular irregular networks (TIN)18Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Spatial Querying …Efficient AlgorithmFilter and refine algorithm1. Filter: returns a set of candidate object which is a superset of the objects fulfilling a predicate2. Refine: for each candidate, the exact geometry is checkedPlane sweeping algorithmSpatial join- nested loop, tree matching space partitioning, join-index19Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Query ExampleExampleFind all lakes which have an area greater than 5 sq. km. And within 20 km. From campground20Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Figures for Spatial Query21Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Accomplishments: Spatial File Organization and IndicesSpace Filling CurveClusteringMetric Clustering TechniqueTopological Clustering Technique-CCAMSpatial Indices for point objectsGrid Files, Point-Quad-Tree, KD-treeSpatial Indices for extended objectR-tree, Field tree, Cell treeBSP tree, Balanced and Nested Grid Files22Shen FEiiCSCI599-Fall2000CSCI599-Fall2000R-TreeHeight balanced extension of B+ treeObjects are represented by MBR23Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Other AccomplishmentsFile design for storage on tertiary storage deviceJuke boxesDeclustering MethodDynamic-load balancing techniquesMulti-dimensional spatial dataHierarchical algorithmShortest path computationView materialization24Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Research Needs25Shen FEiiCSCI599-Fall2000CSCI599-Fall2000Research Needs: Space TaxonomyA sequence of operations on discretized dataLead to growing errorsFormalize the discetization processFormalize the associated errorsFormalized the interpolationE.g. estimate the characteristics of terrain or ecological conditions from a


View Full Document

USC CSCI 599 - spatial-survey

Documents in this Course
Week8_1

Week8_1

22 pages

Week2_b

Week2_b

10 pages

LECT6BW

LECT6BW

20 pages

LECT6BW

LECT6BW

20 pages

5

5

44 pages

12

12

15 pages

16

16

20 pages

Nima

Nima

8 pages

Week1

Week1

38 pages

Week11_c

Week11_c

30 pages

afsin

afsin

5 pages

October5b

October5b

43 pages

Week11_2

Week11_2

20 pages

final

final

2 pages

c-4

c-4

12 pages

0420

0420

3 pages

Week9_b

Week9_b

20 pages

S7Kriegel

S7Kriegel

21 pages

Week4_2

Week4_2

16 pages

sandpres

sandpres

21 pages

Week6_1

Week6_1

20 pages

4

4

33 pages

Week10_c

Week10_c

13 pages

fft

fft

18 pages

LECT7BW

LECT7BW

19 pages

24

24

15 pages

14

14

35 pages

Week9_c

Week9_c

24 pages

Week11_67

Week11_67

22 pages

Week1

Week1

37 pages

LECT3BW

LECT3BW

28 pages

Week8_c2

Week8_c2

19 pages

Week5_1

Week5_1

19 pages

LECT5BW

LECT5BW

24 pages

Week10_b

Week10_b

16 pages

Week11_1

Week11_1

43 pages

Week7_2

Week7_2

15 pages

Week5_b

Week5_b

19 pages

Week11_a

Week11_a

29 pages

LECT14BW

LECT14BW

24 pages

T7kriegel

T7kriegel

21 pages

0413

0413

2 pages

3

3

23 pages

C2-TSE

C2-TSE

16 pages

10_19_99

10_19_99

12 pages

s1and2-v2

s1and2-v2

37 pages

Week10_3

Week10_3

23 pages

jalal

jalal

6 pages

1

1

25 pages

T3Querys

T3Querys

47 pages

CS17

CS17

15 pages

porkaew

porkaew

20 pages

LECT4BW

LECT4BW

21 pages

Week10_1

Week10_1

25 pages

wavelet

wavelet

17 pages

October5a

October5a

22 pages

p289-korn

p289-korn

12 pages

2

2

33 pages

rose

rose

36 pages

9_7_99

9_7_99

18 pages

Week10_2

Week10_2

28 pages

Week7_3

Week7_3

37 pages

Load more
Download spatial-survey
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view spatial-survey and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view spatial-survey 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?