Java Doc for CoveragesEditorForm.java in  » GIS » GeoServer » org » vfny » geoserver » form » data » 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 » GeoServer » org.vfny.geoserver.form.data 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.vfny.geoserver.form.data.CoveragesEditorForm

CoveragesEditorForm
final public class CoveragesEditorForm extends ActionForm (Code)
DOCUMENT ME!
author:
   $Author: Alessio Fabiani (alessio.fabiani@gmail.com) $ (last
author:
   modification)
author:
   $Author: Simone Giannecchini (simboss1@gmail.com) $ (last
author:
   modification)




Method Summary
public  StringgetAction()
    
protected  DataConfiggetDataConfig(HttpServletRequest request)
     Access Catalog Configuration Model from the WebContainer.
public  StringgetDefaultInterpolationMethod()
    
public  StringgetDescription()
    
public  StringgetFormatId()
    
public  StringgetInterpolationMethods()
    
public  StringgetKeywords()
    
public  StringgetLabel()
    
public  StringgetMaxX()
    
public  StringgetMaxY()
    
public  StringgetMetadataLink()
    
public  StringgetMinX()
    
public  StringgetMinY()
    
public  StringgetName()
    
public  StringgetNativeFormat()
    
public  StringgetNewCoverage()
    
public  String[]getOtherSelectedStyles()
    
public  SortedSetgetPanelStyleIds()
    
public  String[]getParamHelp()
    
public  StringgetParamHelp(int index)
    
public  StringgetParamKey(int index)
    
public  ListgetParamKeys()
    
public  StringgetParamValue(int index)
    
public  ListgetParamValues()
    
public  MapgetParams()
    
public  StringgetRequestCRSs()
    
public  StringgetResponseCRSs()
    
public  StringgetSrsName()
    
public  StringgetStyleId()
    
public  SortedSetgetStyles()
    
public  StringgetSupportedFormats()
    
public  SortedSetgetTypeStyles()
    
public  StringgetWKTString()
    
public  StringgetWmsPath()
    
public  voidreset(ActionMapping mapping, HttpServletRequest request)
     Set up CoverageEditor from from Web Container.
public  voidsetAction(String action)
    
public  voidsetDefaultInterpolationMethod(String defaultInterpolationMethod)
    
public  voidsetDescription(String description)
    
public  voidsetFormatId(String formatId)
    
public  voidsetInterpolationMethods(String interpolationMethods)
    
public  voidsetKeywords(String keywords)
    
public  voidsetLabel(String label)
    
public  voidsetMaxX(String boundingBoxMaxX)
    
public  voidsetMaxY(String boundingBoxMaxY)
    
public  voidsetMetadataLink(String metadataLink)
    
public  voidsetMinX(String boundingBoxMinX)
    
public  voidsetMinY(String boundingBoxMinY)
    
public  voidsetName(String name)
    
public  voidsetNativeFormat(String nativeFormat)
    
public  voidsetNewCoverage(String newCoverage)
    
public  voidsetOtherSelectedStyles(String[] otherSelectedStyles)
    
public  voidsetParamHelp(ArrayList paramHelp)
    
public  voidsetParamKeys(List paramKeys)
    
public  voidsetParamValue(int index, String value)
    
public  voidsetParamValues(List paramValues)
    
public  voidsetParamValues(int index, String value)
    
public  voidsetRequestCRSs(String requestCRSs)
    
public  voidsetResponseCRSs(String responseCRSs)
    
public  voidsetSrsName(String srsName)
    
public  voidsetStyleId(String styleId)
    
public  voidsetStyles(SortedSet styles)
    
public  voidsetSupportedFormats(String supportedFormats)
    
public  voidsetWKTString(String string)
    
public  voidsetWmsPath(String wmsPath)
    
public  ActionErrorsvalidate(ActionMapping mapping, HttpServletRequest request)
    



Method Detail
getAction
public String getAction()(Code)
Returns the action.



getDataConfig
protected DataConfig getDataConfig(HttpServletRequest request)(Code)
Access Catalog Configuration Model from the WebContainer.
Parameters:
  request - Configuration model for Catalog information.



getDefaultInterpolationMethod
public String getDefaultInterpolationMethod()(Code)
Returns the defaultInterpolationMethod.



getDescription
public String getDescription()(Code)
Returns the description.



getFormatId
public String getFormatId()(Code)
Returns the formatId.



getInterpolationMethods
public String getInterpolationMethods()(Code)
Returns the interpolationMethods.



getKeywords
public String getKeywords()(Code)
Returns the keywords.



getLabel
public String getLabel()(Code)
Returns the label.



getMaxX
public String getMaxX()(Code)
Returns the boundingBoxMaxX.



getMaxY
public String getMaxY()(Code)
Returns the boundingBoxMaxY.



getMetadataLink
public String getMetadataLink()(Code)
Returns the metadataLink.



getMinX
public String getMinX()(Code)
Returns the boundingBoxMinX.



getMinY
public String getMinY()(Code)
Returns the boundingBoxMinY.



getName
public String getName()(Code)
Returns the name.



getNativeFormat
public String getNativeFormat()(Code)
Returns the nativeFormat.



getNewCoverage
public String getNewCoverage()(Code)
Returns the newCoverage.



getOtherSelectedStyles
public String[] getOtherSelectedStyles()(Code)



getPanelStyleIds
public SortedSet getPanelStyleIds()(Code)



getParamHelp
public String[] getParamHelp()(Code)
Index property paramHelp DOCUMENT ME!



getParamHelp
public String getParamHelp(int index)(Code)
Index property paramHelp
Parameters:
  index - DOCUMENT ME! DOCUMENT ME!



getParamKey
public String getParamKey(int index)(Code)
DOCUMENT ME!
Parameters:
  index - DOCUMENT ME!



getParamKeys
public List getParamKeys()(Code)
Returns the paramKeys.



getParamValue
public String getParamValue(int index)(Code)
DOCUMENT ME!
Parameters:
  index - DOCUMENT ME!



getParamValues
public List getParamValues()(Code)
Returns the paramValues.



getParams
public Map getParams()(Code)



getRequestCRSs
public String getRequestCRSs()(Code)
Returns the requestCRSs.



getResponseCRSs
public String getResponseCRSs()(Code)
Returns the responseCRSs.



getSrsName
public String getSrsName()(Code)
Returns the srsName.



getStyleId
public String getStyleId()(Code)



getStyles
public SortedSet getStyles()(Code)



getSupportedFormats
public String getSupportedFormats()(Code)
Returns the supportedFormats.



getTypeStyles
public SortedSet getTypeStyles()(Code)



getWKTString
public String getWKTString()(Code)



getWmsPath
public String getWmsPath()(Code)



reset
public void reset(ActionMapping mapping, HttpServletRequest request)(Code)
Set up CoverageEditor from from Web Container.

The key DataConfig.SELECTED_COVERAGE is used to look up the selected from the web container.


Parameters:
  mapping -
Parameters:
  request -



setAction
public void setAction(String action)(Code)

Parameters:
  action - The action to set.



setDefaultInterpolationMethod
public void setDefaultInterpolationMethod(String defaultInterpolationMethod)(Code)

Parameters:
  defaultInterpolationMethod - The defaultInterpolationMethod to set.



setDescription
public void setDescription(String description)(Code)

Parameters:
  description - The description to set.



setFormatId
public void setFormatId(String formatId)(Code)

Parameters:
  formatId - The formatId to set.



setInterpolationMethods
public void setInterpolationMethods(String interpolationMethods)(Code)

Parameters:
  interpolationMethods - The interpolationMethods to set.



setKeywords
public void setKeywords(String keywords)(Code)

Parameters:
  keywords - The keywords to set.



setLabel
public void setLabel(String label)(Code)

Parameters:
  label - The label to set.



setMaxX
public void setMaxX(String boundingBoxMaxX)(Code)

Parameters:
  boundingBoxMaxX - The boundingBoxMaxX to set.



setMaxY
public void setMaxY(String boundingBoxMaxY)(Code)

Parameters:
  boundingBoxMaxY - The boundingBoxMaxY to set.



setMetadataLink
public void setMetadataLink(String metadataLink)(Code)

Parameters:
  metadataLink - The metadataLink to set.



setMinX
public void setMinX(String boundingBoxMinX)(Code)

Parameters:
  boundingBoxMinX - The boundingBoxMinX to set.



setMinY
public void setMinY(String boundingBoxMinY)(Code)

Parameters:
  boundingBoxMinY - The boundingBoxMinY to set.



setName
public void setName(String name)(Code)

Parameters:
  name - The name to set.



setNativeFormat
public void setNativeFormat(String nativeFormat)(Code)

Parameters:
  nativeFormat - The nativeFormat to set.



setNewCoverage
public void setNewCoverage(String newCoverage)(Code)

Parameters:
  newCoverage - The newCoverage to set.



setOtherSelectedStyles
public void setOtherSelectedStyles(String[] otherSelectedStyles)(Code)



setParamHelp
public void setParamHelp(ArrayList paramHelp)(Code)

Parameters:
  paramHelp - The paramHelp to set.



setParamKeys
public void setParamKeys(List paramKeys)(Code)

Parameters:
  paramKeys - The paramKeys to set.



setParamValue
public void setParamValue(int index, String value)(Code)

Parameters:
  paramValue - The paramHelp to set.



setParamValues
public void setParamValues(List paramValues)(Code)

Parameters:
  paramValues - The paramValues to set.



setParamValues
public void setParamValues(int index, String value)(Code)
DOCUMENT ME!
Parameters:
  index -
Parameters:
  value - DOCUMENT ME!



setRequestCRSs
public void setRequestCRSs(String requestCRSs)(Code)

Parameters:
  requestCRSs - The requestCRSs to set.



setResponseCRSs
public void setResponseCRSs(String responseCRSs)(Code)

Parameters:
  responseCRSs - The responseCRSs to set.



setSrsName
public void setSrsName(String srsName)(Code)

Parameters:
  srsName - The srsName to set.



setStyleId
public void setStyleId(String styleId)(Code)



setStyles
public void setStyles(SortedSet styles)(Code)



setSupportedFormats
public void setSupportedFormats(String supportedFormats)(Code)

Parameters:
  supportedFormats - The supportedFormats to set.



setWKTString
public void setWKTString(String string)(Code)



setWmsPath
public void setWmsPath(String wmsPath)(Code)



validate
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request)(Code)



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