35
ANALYSIS AND PRINT MANAGEMENT SYSTEM IN GIS

Analysis and print Management System in GIS

Embed Size (px)

Citation preview

Page 1: Analysis and print  Management System in GIS

ANALYSIS AND PRINT MANAGEMENT SYSTEM IN

GIS

Page 2: Analysis and print  Management System in GIS

Agenda

Page 3: Analysis and print  Management System in GIS

Introduction

This application is used to read the shape file and analyze the geographic data.

It is developed in java

use geotools 8.0

Page 4: Analysis and print  Management System in GIS

What is GIS ? A Geographic Information System (GIS) is a

system designed to capture, store, manipulate, analyze, manage, and present all types of geographical data.

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared

GIS technology can be integrated into any enterprise information system framework.

Page 5: Analysis and print  Management System in GIS

Vector Data Model A coordinate-based data model that represents geographic features as points, lines, and polygon

Each point feature is represented as a single coordinate pair, while line and polygon features are represented as ordered lists of vertices.

vector data stores the information associated with the object, the appearance may be modified easily by adding graphical

components to every object.

Page 6: Analysis and print  Management System in GIS

Raster Data Model A spatial data model that defines space as an array of equally sized cells arranged in rows and columns, and composed of single or multiple bands.

Each cell contains an attribute value and location coordinates. Groups of cells that share the same value represent the same type of geographic feature.

the attributes are associated with a raster cell, therefore, the appearance is only changeable by modificating the

color value of the raster cell

Page 7: Analysis and print  Management System in GIS

Introduction of Shape File shape file, is geospatial vector data format for GIS software Shape file is actual ‘set of several File’

Mandatory files  shp — shape format; the feature geometry itself .shx — shape index format; to allow seeking forwards and backwards

quickly .dbf — attribute format;

Optional Filelike .prj -project Formate, .sbn and .sbx -a spatial index , .fbn and .fbx — a spatial index (read-only), .

.ain and .aih — an attribute index of the active fields in a table .ixs — a geocoding index for read-write shape files .mxs — a geocoding index for read-write shape files (ODB format)

,

Page 8: Analysis and print  Management System in GIS

Introduction of GeoTools

GeoTools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data

Page 9: Analysis and print  Management System in GIS

Objective of Application Load the shape file

Read the data in shape file

Print the shape file and also specific portion

Analyze the shape file

Page 10: Analysis and print  Management System in GIS

Limitation

Page 11: Analysis and print  Management System in GIS

System Diagram

Page 12: Analysis and print  Management System in GIS

Sequence Diagram

Page 13: Analysis and print  Management System in GIS

Activity diagram for Load Shape file

Page 14: Analysis and print  Management System in GIS

Activity Diagram for Operation on Shape file

Page 15: Analysis and print  Management System in GIS

Use case for System

Page 16: Analysis and print  Management System in GIS

Use case for Operation

Page 17: Analysis and print  Management System in GIS

Layer Use Case

Page 18: Analysis and print  Management System in GIS

Use Case For Print Shape File

Page 19: Analysis and print  Management System in GIS

Start The ApplicationClick on Jar

Progress Bar

Page 20: Analysis and print  Management System in GIS

Main Window

Menu BarTool Bar

Layers Area

DisplayDate & Time

Layer Menu

Display Area of Map File

Page 21: Analysis and print  Management System in GIS

File Menu Bar Task

Click on New

Open New Dialog box

Give the new Tab Name

Page 22: Analysis and print  Management System in GIS

Load Shape File & Save It

Save the File

Save Dialog box

Page 23: Analysis and print  Management System in GIS

Print The File

Click on Print

Print Dialog Box

Click on ok then its goes to Pdf creator

Page 24: Analysis and print  Management System in GIS

View The Shape File with Zoom In Operation

Zoom In File

Page 25: Analysis and print  Management System in GIS

Select the Zoom Portion

Zoom Selected

Page 26: Analysis and print  Management System in GIS

Export Selected Zoom

Export Selected

Give the name to export the file

Page 27: Analysis and print  Management System in GIS

Select The portion of the Map

Multiple Selection

Page 28: Analysis and print  Management System in GIS

Add The Raster File

Add The Raster File

Page 29: Analysis and print  Management System in GIS

View The Value OF Attribute

Click on Attribute Table

Attribute Table

Page 30: Analysis and print  Management System in GIS

Edit Layer

Delete

Save

Page 31: Analysis and print  Management System in GIS

Insert Legend

Click on Legend

Set the position of Legend table

Insert Table

Page 32: Analysis and print  Management System in GIS

Set The Position Of Legend

When select the position is ‘in Separate Slider’

When Select the position is ‘Along with Map content’

Resize and Remove attribute

Page 33: Analysis and print  Management System in GIS

Bookmark The Shape File

Click on Bookmark

When the click on Unmark

Bookmarked File display here

Page 34: Analysis and print  Management System in GIS

Any

Question

?

Page 35: Analysis and print  Management System in GIS

Thank

You