Search This Blog

Friday, 30 March 2018

Introduction to ArcGIS

Introduction to ArcGIS

Aim: - Task 1: Introduction to ArcCatalog
            Task 2: Introduction to ArcMap

Introduction: -

ArcGIS is a geographic information system (GIS) for working with maps and geographic information. It is used for: creating and using maps; compiling geographic data; analyzing mapped information; sharing and discovering geographic information; using maps and geographic information in a range of applications; and managing geographic information in a database. The system provides an infrastructure for making maps and geographic information available throughout an organization, across a community, and openly on the Web. ArcGIS includes the following Windows desktop software: ArcReader, which allows one to view and query maps created with the other ArcGIS products; ArcGIS for Desktop, which is licensed under three functionality levels: ArcGIS for Desktop Basic (formerly known as ArcView), which allows one to view spatial data, create layered maps, and perform basic spatial analysis; ArcGIS for Desktop Standard (formerly known as ArcEditor), which in addition to the functionality of ArcView, includes more advanced tools for manipulation of shapefiles and geodatabases; ArcGIS for Desktop Advanced (formerly known as ArcInfo), which includes capabilities for data manipulation, editing, and analysis.

Saturday, 24 March 2018

Access Database Connectivity in Java with netbeans

Copy paste the following code in source tab of netbeans:

package javaapplication1;

import com.sun.istack.internal.logging.Logger;
import java.awt.HeadlessException;
import java.sql.Connection;
import java.sql.DriverManager;

Monday, 12 March 2018

Applet code for displaying background color by using buttons

This Applet consists of 3 buttons named Red, Green, Blue. An event is created on button and respective background colours are set.

For Command Prompt: Before compilation set path for your file is saved.

Applet Simple program by using button and label

This Applet consists of 3 labels and 4 buttons named Add, Sub, Mul, Divide. Two labels are taken as input i.e 250 and 55. An event is created on button and result is displayed as a label.

For Command Prompt: Before compilation set path for your file is saved.

Monday, 8 January 2018