org.geotools.coverage.processing.operation

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.coverage.processing.operation 
org.geotools.coverage.processing.operation
package org.geotools.coverage.processing.operation List of coverage {@linkplain org.geotools.coverage.processing.AbstractOperation operations}. This package is useful for documentation purpose since class names match exactly operation names, and the javadoc for each class provides a table of valid arguments. But the classes provided there should not be used directly. There is no need to instantiate them, since it is already done by the {@linkplain org.geotools.coverage.processing.DefaultProcessor processor} which manage them.
Java Source File NameTypeComment
Absolute.javaClass Computes the mathematical absolute value of each sample value.
AddConst.javaClass Adds constants (one for each band) to every sample values of the source coverage. If the number of constants supplied is less than the number of bands of the destination, then the constant from entry 0 is applied to all the bands.
BandSelector2D.javaClass A grid coverage containing a subset of an other grid coverage's sample dimensions, and/or a different ColorModel .
Convolve.javaClass Computes each output sample by multiplying elements of a kernel with the samples surrounding a particular source sample.
Crop.javaClass The crop operation is responsible for selecting geographic subarea of the source coverage.
CroppedCoverage2D.javaClass This class is responsible for applying a crop operation to a source coverage with a specified envelope.
DivideByConst.javaClass Divides every sample values of the source coverage by constants (one for each band). If the number of constants supplied is less than the number of bands of the destination, then the constant from entry 0 is applied to all the bands.
Exp.javaClass Takes the exponential of the sample values of a coverage.
Extrema.javaClass This operation simply wraps JAI Extrema operations described by ExtremaDescriptor inside a GeoTools operation in order to make it spatial-aware.

For the moment this is a very simple wrap.

FilteredSubsample.javaClass
FilteredSubsampledGridCoverage2D.javaClass
GradientMagnitude.javaClass Edge detector which computes the magnitude of the image gradient vector in two orthogonal directions.
Histogram.javaClass This operation simply wraps JAI Extrema operations described by HistogramDescriptor inside a GeoTools operation in order to make it spatial-aware.

For the moment this is a very simple wrap.

IndexColorOperation.javaClass Operation applied only on image's colors.
Interpolate.javaClass Specifies the interpolation type to be used to interpolate values for points which fall between grid cells.
Invert.javaClass Inverts the sample values of a coverage.
Log.javaClass Takes the natural logarithm of the sample values of a coverage.
MaxFilter.javaClass For each position of the mask, replaces the center pixel by the maximum of the pixel values covered by the mask.
MedianFilter.javaClass For each position of the mask, replaces the center pixel by the median of the pixel values covered by the mask.
MinFilter.javaClass For each position of the mask, replaces the center pixel by the minimum of the pixel values covered by the mask.
MultiplyConst.javaClass Multiplies every sample values of the source coverage by constants (one for each band). If the number of constants supplied is less than the number of bands of the destination, then the constant from entry 0 is applied to all the bands.
NodataFilter.javaClass Replaces Float.NaN NaN values by the weighted average of neighbors values.
Recolor.javaClass Operation replacing the colors of a GridCoverage .
Resample.javaClass Resample a grid coverage using a different grid geometry.
Resampler2D.javaClass Implementation of the Resample operation.
Rescale.javaClass Maps the sample values of a coverage from one range to another range.
Scale.javaClass This operation is simply a wrapper for the JAI scale operation which allows me to arbitrarly scale and translate a rendered image.
ScaledGridCoverage2D.javaClass GridCoverage2D specialization for creation of a scaledd version of a source coverage.
SelectSampleDimension.javaClass Chooses N from a grid coverage and copies their sample data to the destination grid coverage in the order specified.
SubsampleAverage.javaClass
SubsampleAveragedCoverage.javaClass Subsample the provided coverage by averaging overa moving window.

Citing the JAI documentation at http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/operator/SubsampleAverageDescriptor.html for the SubsampleAverageDescriptor :

The "SubsampleAverage" operation subsamples an image by averaging over a moving window.

SubtractConst.javaClass Subtracts constants (one for each band) from every sample values of the source coverage. If the number of constants supplied is less than the number of bands of the destination, then the constant from entry 0 is applied to all the bands.
SubtractFromConst.javaClass Subtracts every sample values of the source coverage from constants (one for each band). If the number of constants supplied is less than the number of bands of the destination, then the constant from entry 0 is applied to all the bands.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.