org.geotools.referencing.operation.transform

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.operation.transform 
org.geotools.referencing.operation.transform
package org.geotools.referencing.operation.transform Basic implementations of {@linkplain org.geotools.referencing.operation.transform.AbstractMathTransform math transforms}. This package is mostly for internal purpose and should usually not be used directly. Consider using {@link org.opengis.referencing.operation.MathTransformFactory} instead.
Java Source File NameTypeComment
AbstractMathTransform.javaClass Provides a default implementation for most methods required by the MathTransform interface.
AffineTransform2D.javaClass Transforms two-dimensional coordinate points using an AffineTransform .
ConcatenatedTransform.javaClass Base class for concatenated transform.
ConcatenatedTransform1D.javaClass Concatenated transform in which the resulting transform is one-dimensional.
ConcatenatedTransform2D.javaClass Concatenated transform in which the resulting transform is two-dimensional.
ConcatenatedTransformDirect.javaClass Concatenated transform where the transfert dimension is the same than source and target dimension.
ConcatenatedTransformDirect1D.javaClass Concatenated transform where both transforms are one-dimensional.
ConcatenatedTransformDirect2D.javaClass Concatenated transform where both transforms are two-dimensional.
ConstantTransform1D.javaClass A one dimensional, constant transform.
DimensionFilter.javaClass An utility class for the separation of of .
EarthGravitationalModel.javaClass Transforms vertical coordinates using coefficients from the Earth Gravitational Model.

Aknowledgement
This class is an adaption of Fortran code clenqt.for from the National Geospatial-Intelligence Agency and available in public domain.

EarthGravitationalModelTest.javaClass Tests the EarthGravitationalModel class.
ExponentialTransform1D.javaClass A one dimensional exponentional transform.
GeocentricTransform.javaClass Transforms three dimensional points to coordinate points.
GeocentricTransformTest.javaClass
GeocentricTranslation.javaClass An affine transform applied on coordinates.
GeocentricTranslationTest.javaClass Tests the GeocentricTranslation class.
IdentityTransform.javaClass The identity transform.
IdentityTransform1D.javaClass A one dimensional, identity transform.
LinearTransform1D.javaClass A one dimensional, linear transform.
LocalizationGrid.javaClass
LocalizationGridTest.javaClass Test the LocalizationGrid implementation.
LogarithmicTransform1D.javaClass A one dimensional, logarithmic transform.
MathTransformProxy.javaClass A math transform which delegates part of its work to an other math transform.
MathTransformTest.javaClass Tests various classes of MathTransform , including ConcatenatedTransform .
MolodenskiTransform.javaClass Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation. The Molodensky transformation (EPSG code 9604) and the abridged Molodensky transformation (EPSG code 9605) transform two or three dimensional geographic points from one geographic coordinate reference system to another (a datum shift), using three shift parameters (delta X, delta Y, delta Z) and the difference between the semi-major axis and flattenings of the two ellipsoids.

Unlike the Bursa-Wolf 3 parameter method (which acts on geocentric coordinates), this transformation can be performed directly on geographic coordinates.

References:

  • Defense Mapping Agency (DMA), Datums, Ellipsoids, Grids and Grid Reference Systems, Technical Manual 8358.1.
NADCONTransform.javaClass Transform backed by the North American Datum Conversion grid. The North American Datum Conversion (NADCON) Transform (EPSG code 9613) is a two dimentional datum shift method, created by the National Geodetic Survey (NGS), that uses interpolated values from two grid shift files.
PassThroughTransform.javaClass Transform which passes through a subset of ordinates to another transform. This allows transforms to operate on a subset of ordinates.
PassthroughTransformTest.javaClass
ProjectiveTransform.javaClass A usually affine, or otherwise a projective transform.
VerticalTransform.javaClass Base class for transformations from a height above the ellipsoid to a height above the geoid.
WarpAdapter.javaClass Wraps an arbitrary MathTransform2D into an image warp operation.
WarpTransform2D.javaClass Wraps an arbitrary Warp object as a . Calls to methods are forwarded to the Warp.warpPoint(intintfloat[]) warpPoint method, or something equivalent.
WarpTransformTest.javaClass Tests the WarpTransform2D and WarpAdapter classes.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.