source: osm/applications/editors/josm/plugins/opendata/includes/org/geotools/referencing/cs/package.html@ 28000

Last change on this file since 28000 was 28000, checked in by donvip, 12 years ago

Import new "opendata" JOSM plugin

File size: 971 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<HTML>
4 <HEAD>
5 <TITLE>package org.geotools.referencing.cs</TITLE>
6 </HEAD>
7 <BODY>
8 {@linkplain org.geotools.referencing.cs.AbstractCS Coordinate systems} implementation.
9 An explanation for this package is provided in the {@linkplain org.opengis.referencing.cs OpenGIS&reg; javadoc}.
10 The remaining discussion on this page is specific to the Geotools implementation.
11
12 <P align="justify">Geotools provides some convenience methods for fetching specific coordinate
13 values in standard units. For example the {@link org.geotools.referencing.cs.DefaultEllipsoidalCS}
14 class provides a {@link org.geotools.referencing.cs.DefaultEllipsoidalCS#getLongitude getLongitude}
15 method that returns the longitude value in a given set of coordinates. This convenience method free
16 the user from the task of finding which axis is for the longitude, and performing unit
17 conversion.</P>
18 </BODY>
19</HTML>
Note: See TracBrowser for help on using the repository browser.