Java Doc for ImagingParameters.java in  » GIS » GeoTools-2.4.1 » org » geotools » parameter » 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.parameter 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.geotools.parameter.AbstractParameter
   org.geotools.parameter.ImagingParameters

ImagingParameters
public class ImagingParameters extends AbstractParameter implements ParameterValueGroup(Code)
Wraps a JAI's ParameterList . Any change to a in this group is reflected into the , and conversely. This adaptor is provided for interoperability with Java Advanced Imaging. A typical usage is to wrap a JAI into an and create instances of ImagingParameters through the ImagingParameterDescriptors.createValue createValue method.
since:
   2.2
version:
   $Id: ImagingParameters.java 26799 2007-08-31 21:31:21Z desruisseaux $
author:
   Martin Desruisseaux


Field Summary
final public  ParameterListparameters
     The JAI's parameter list.

Constructor Summary
public  ImagingParameters(ImagingParameterDescriptors descriptor)
     Constructs a parameter group for the specified descriptor.
public  ImagingParameters(Map properties, ParameterList parameters)
     Constructs a parameter group wrapping the specified JAI parameters. A default ImagingParameterDescriptors is created.
Parameters:
  properties - Set of properties.

Method Summary
public  ParameterValueGroupaddGroup(String name)
     Always throws an exception, since JAI's don't have subgroups.
public synchronized  Objectclone()
     Returns a deep copy of this group of parameter values.
public  booleanequals(Object object)
     Compares the specified object with this parameter group for equality.
public  Listgroups(String name)
     Always throws an exception, since JAI's don't have subgroups.
public  inthashCode()
     Returns a hash value for this parameter group.
public synchronized  ParameterValueparameter(String name)
     Returns the value in this group for the specified identifier code.
public synchronized  Listvalues()
     Returns all values in this group as an unmodifiable list.

Field Detail
parameters
final public ParameterList parameters(Code)
The JAI's parameter list. This is also the backing store for this : all "ordinary" parameters (i.e. not including ) are actually stored in this list.

If the is an instance of OperationDescriptor , then this parameter list is also an instance of ParameterBlockJAI . The must be handled separatly, because the source type for a JAI operator (typically java.awt.image.RenderedImage ) is not the same than the source type for a coverage operation (typically org.opengis.coverage.GridCoverage ).





Constructor Detail
ImagingParameters
public ImagingParameters(ImagingParameterDescriptors descriptor)(Code)
Constructs a parameter group for the specified descriptor.



ImagingParameters
public ImagingParameters(Map properties, ParameterList parameters)(Code)
Constructs a parameter group wrapping the specified JAI parameters. A default ImagingParameterDescriptors is created.
Parameters:
  properties - Set of properties. Should contains at least "name" .
Parameters:
  parameters - The JAI's parameters.




Method Detail
addGroup
public ParameterValueGroup addGroup(String name) throws ParameterNotFoundException, IllegalStateException(Code)
Always throws an exception, since JAI's don't have subgroups.



clone
public synchronized Object clone()(Code)
Returns a deep copy of this group of parameter values.



equals
public boolean equals(Object object)(Code)
Compares the specified object with this parameter group for equality.



groups
public List groups(String name) throws ParameterNotFoundException(Code)
Always throws an exception, since JAI's don't have subgroups.



hashCode
public int hashCode()(Code)
Returns a hash value for this parameter group. This value doesn't need to be the same in past or future versions of this class.



parameter
public synchronized ParameterValue parameter(String name) throws ParameterNotFoundException(Code)
Returns the value in this group for the specified identifier code. Getter and setter methods will use directly the JAI's as the underlying backing store, when applicable.
Parameters:
  name - The case insensitive identifier code of the parameter to search for. The parameter value for the given identifier code.
throws:
  ParameterNotFoundException - if there is no parameter value for the given identifier code.



values
public synchronized List values()(Code)
Returns all values in this group as an unmodifiable list. The returned list contains all parameters found in the . In addition, it may contains sources found in the JAI's .



Fields inherited from org.geotools.parameter.AbstractParameter
final GeneralParameterDescriptor descriptor(Code)(Java Doc)

Methods inherited from org.geotools.parameter.AbstractParameter
public Object clone()(Code)(Java Doc)
static void ensureNonNull(String name, Object object) throws IllegalArgumentException(Code)(Java Doc)
static void ensureNonNull(String name, Object[] array, int index) throws IllegalArgumentException(Code)(Java Doc)
static void ensureValidClass(Class valueClass, Object value) throws IllegalArgumentException(Code)(Java Doc)
public boolean equals(Object object)(Code)(Java Doc)
final protected String formatWKT(Formatter formatter)(Code)(Java Doc)
public GeneralParameterDescriptor getDescriptor()(Code)(Java Doc)
static String getName(GeneralParameterDescriptor descriptor)(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
final public String toString()(Code)(Java Doc)
static IllegalStateException unitlessParameter(GeneralParameterDescriptor descriptor)(Code)(Java Doc)
protected void write(TableWriter table) throws IOException(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.