Java Doc for DefaultCartesianCS.java in  » GIS » GeoTools-2.4.1 » org » geotools » referencing » cs » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » GeoTools 2.4.1 » org.geotools.referencing.cs 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.geotools.referencing.cs.AbstractCS
   org.geotools.referencing.cs.DefaultAffineCS
      org.geotools.referencing.cs.DefaultCartesianCS

DefaultCartesianCS
public class DefaultCartesianCS extends DefaultAffineCS implements CartesianCS(Code)
A 1-, 2-, or 3-dimensional coordinate system. Gives the position of points relative to orthogonal straight axes in the 2- and 3-dimensional cases. In the 1-dimensional case, it contains a single straight coordinate axis. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three .
Used with CRS type(s)
org.geotools.referencing.crs.DefaultGeocentricCRS Geocentric , org.geotools.referencing.crs.DefaultProjectedCRS Projected , org.geotools.referencing.crs.DefaultEngineeringCRS Engineering , org.geotools.referencing.crs.DefaultImageCRS Image

since:
   2.1
version:
   $Id: DefaultCartesianCS.java 26137 2007-07-03 17:59:44Z desruisseaux $
author:
   Martin Desruisseaux
See Also:   DefaultAffineCS


Field Summary
public static  DefaultCartesianCSDISPLAY
     A two-dimensional cartesian CS with , axis.
public static  DefaultCartesianCSGENERIC_2D
     A two-dimensional cartesian CS with , axis in metres.
public static  DefaultCartesianCSGENERIC_3D
     A three-dimensional cartesian CS with , , axis in metres.
public static  DefaultCartesianCSGEOCENTRIC
     A three-dimensional cartesian CS with geocentric , , axis in metres.
public static  DefaultCartesianCSGRID
     A two-dimensional cartesian CS with , axis.
public static  DefaultCartesianCSPROJECTED
     A two-dimensional cartesian CS with , axis in metres.

Constructor Summary
public  DefaultCartesianCS(CartesianCS cs)
     Constructs a new coordinate system with the same values than the specified one. This copy constructor provides a way to wrap an arbitrary implementation into a Geotools one or a user-defined one (as a subclass), usually in order to leverage some implementation-specific API.
public  DefaultCartesianCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
     Constructs a two-dimensional coordinate system from a name.
public  DefaultCartesianCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
     Constructs a three-dimensional coordinate system from a name.
public  DefaultCartesianCS(Map properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
     Constructs a two-dimensional coordinate system from a set of properties. The properties map is given unchanged to the .
Parameters:
  properties - Set of properties.
public  DefaultCartesianCS(Map properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
     Constructs a three-dimensional coordinate system from a set of properties. The properties map is given unchanged to the .
Parameters:
  properties - Set of properties.
 DefaultCartesianCS(Map properties, CoordinateSystemAxis[] axis)
     For DefaultCartesianCS.usingUnit and PredefinedCS.rightHanded usage only.

Method Summary
public  Measuredistance(double[] coord1, double[] coord2)
     Computes the distance between two points.
Parameters:
  coord1 - Coordinates of the first point.
Parameters:
  coord2 - Coordinates of the second point.
public  DefaultCartesianCSusingUnit(Unit unit)
     Returns a new coordinate system with the same properties than the current one except for axis units.
Parameters:
  unit - The unit for the new axis.

Field Detail
DISPLAY
public static DefaultCartesianCS DISPLAY(Code)
A two-dimensional cartesian CS with , axis.
since:
   2.2



GENERIC_2D
public static DefaultCartesianCS GENERIC_2D(Code)
A two-dimensional cartesian CS with , axis in metres.



GENERIC_3D
public static DefaultCartesianCS GENERIC_3D(Code)
A three-dimensional cartesian CS with , , axis in metres.



GEOCENTRIC
public static DefaultCartesianCS GEOCENTRIC(Code)
A three-dimensional cartesian CS with geocentric , , axis in metres.
See Also:   DefaultSphericalCS.GEOCENTRIC



GRID
public static DefaultCartesianCS GRID(Code)
A two-dimensional cartesian CS with , axis.



PROJECTED
public static DefaultCartesianCS PROJECTED(Code)
A two-dimensional cartesian CS with , axis in metres.




Constructor Detail
DefaultCartesianCS
public DefaultCartesianCS(CartesianCS cs)(Code)
Constructs a new coordinate system with the same values than the specified one. This copy constructor provides a way to wrap an arbitrary implementation into a Geotools one or a user-defined one (as a subclass), usually in order to leverage some implementation-specific API. This constructor performs a shallow copy, i.e. the properties are not cloned.
since:
   2.2



DefaultCartesianCS
public DefaultCartesianCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)(Code)
Constructs a two-dimensional coordinate system from a name.
Parameters:
  name - The coordinate system name.
Parameters:
  axis0 - The first axis.
Parameters:
  axis1 - The second axis.



DefaultCartesianCS
public DefaultCartesianCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)(Code)
Constructs a three-dimensional coordinate system from a name.
Parameters:
  name - The coordinate system name.
Parameters:
  axis0 - The first axis.
Parameters:
  axis1 - The second axis.
Parameters:
  axis2 - The third axis.



DefaultCartesianCS
public DefaultCartesianCS(Map properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)(Code)
Constructs a two-dimensional coordinate system from a set of properties. The properties map is given unchanged to the .
Parameters:
  properties - Set of properties. Should contains at least "name".
Parameters:
  axis0 - The first axis.
Parameters:
  axis1 - The second axis.



DefaultCartesianCS
public DefaultCartesianCS(Map properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)(Code)
Constructs a three-dimensional coordinate system from a set of properties. The properties map is given unchanged to the .
Parameters:
  properties - Set of properties. Should contains at least "name".
Parameters:
  axis0 - The first axis.
Parameters:
  axis1 - The second axis.
Parameters:
  axis2 - The third axis.



DefaultCartesianCS
DefaultCartesianCS(Map properties, CoordinateSystemAxis[] axis)(Code)
For DefaultCartesianCS.usingUnit and PredefinedCS.rightHanded usage only.




Method Detail
distance
public Measure distance(double[] coord1, double[] coord2) throws MismatchedDimensionException(Code)
Computes the distance between two points.
Parameters:
  coord1 - Coordinates of the first point.
Parameters:
  coord2 - Coordinates of the second point. The distance between coord1 and coord2 .
throws:
  MismatchedDimensionException - if a coordinate doesn't have the expected dimension.



usingUnit
public DefaultCartesianCS usingUnit(Unit unit) throws IllegalArgumentException(Code)
Returns a new coordinate system with the same properties than the current one except for axis units.
Parameters:
  unit - The unit for the new axis. A coordinate system with axis using the specified units.
throws:
  IllegalArgumentException - If the specified unit is incompatible with the expected one.
since:
   2.2



Methods inherited from org.geotools.referencing.cs.DefaultAffineCS
protected boolean isCompatibleDirection(AxisDirection direction)(Code)(Java Doc)
protected boolean isCompatibleUnit(AxisDirection direction, Unit unit)(Code)(Java Doc)

Methods inherited from org.geotools.referencing.cs.AbstractCS
final boolean axisColinearWith(CoordinateSystem userCS)(Code)(Java Doc)
final CoordinateSystemAxis[] axisUsingUnit(Unit unit) throws IllegalArgumentException(Code)(Java Doc)
final boolean directionColinearWith(CoordinateSystem userCS)(Code)(Java Doc)
public Measure distance(double[] coord1, double[] coord2) throws UnsupportedOperationException, MismatchedDimensionException(Code)(Java Doc)
final void ensureDimensionMatch(String name, double[] coordinates) throws MismatchedDimensionException(Code)(Java Doc)
public boolean equals(AbstractIdentifiedObject object, boolean compareMetadata)(Code)(Java Doc)
protected String formatWKT(Formatter formatter)(Code)(Java Doc)
public CoordinateSystemAxis getAxis(int dimension) throws IndexOutOfBoundsException(Code)(Java Doc)
public int getDimension()(Code)(Java Doc)
final Unit getDistanceUnit() throws ConversionException(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
protected boolean isCompatibleDirection(AxisDirection direction)(Code)(Java Doc)
protected boolean isCompatibleUnit(AxisDirection direction, Unit unit)(Code)(Java Doc)
static Map name(int key)(Code)(Java Doc)
public static CoordinateSystem standard(CoordinateSystem cs) throws IllegalArgumentException(Code)(Java Doc)
public static Matrix swapAndScaleAxis(CoordinateSystem sourceCS, CoordinateSystem targetCS) throws IllegalArgumentException, ConversionException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.