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


java.lang.Object
   org.vfny.geoserver.global.dto.CoverageInfoDTO

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



Constructor Summary
public  CoverageInfoDTO()
    
public  CoverageInfoDTO(CoverageInfoDTO dto)
    

Method Summary
public  booleanaddKeyword(String key)
     setKeywords purpose.
public  voidaddStyle(String styleName)
    
public  Objectclone()
    
public  booleanequals(Object obj)
    
public  CoordinateReferenceSystemgetCrs()
    
public  StringgetDefaultInterpolationMethod()
    
public  StringgetDefaultStyle()
     getDefaultStyle purpose.
public  StringgetDescription()
    
public  InternationalString[]getDimensionNames()
    
public  CoverageDimension[]getDimensions()
    
public  StringgetDirName()
     getDirName purpose.
public  GeneralEnvelopegetEnvelope()
    
public  StringgetFormatId()
    
public  GridGeometrygetGrid()
    
public  ListgetInterpolationMethods()
    
public  StringgetKey()
     Convience method for dataStoreId.typeName.
public  ListgetKeywords()
     List of keywords (limitied to text).
public  StringgetLabel()
    
public  GeneralEnvelopegetLonLatWGS84Envelope()
    
public  MetaDataLinkgetMetadataLink()
    
public  StringgetName()
     Name of featureType, must match typeName provided by DataStore.
public  StringgetNativeFormat()
    
public  MapgetParameters()
    
public  ListgetRequestCRSs()
    
public  ListgetResponseCRSs()
    
public  StringgetSrsName()
    
public  StringgetSrsWKT()
    
public  ArrayListgetStyles()
    
public  ListgetSupportedFormats()
    
public  StringgetWmsPath()
    
public  inthashCode()
    
public  booleanremoveKeyword(String key)
     setKeywords purpose.
public  voidsetCrs(CoordinateReferenceSystem crs)
    
public  voidsetDefaultInterpolationMethod(String defaultInterpolationMethod)
    
public  voidsetDefaultStyle(String string)
     setDefaultStyle purpose.
public  voidsetDescription(String description)
    
public  voidsetDimensionNames(InternationalString[] dimentionNames)
    
public  voidsetDimensions(CoverageDimension[] dimensions)
    
public  voidsetDirName(String string)
     setDirName purpose.
public  voidsetEnvelope(GeneralEnvelope envelope)
    
public  voidsetFormatId(String formatId)
    
public  voidsetGrid(GridGeometry grid)
    
public  voidsetInterpolationMethods(List interpolationMethods)
    
public  voidsetKeywords(List list)
     setKeywords purpose.
public  voidsetLabel(String label)
    
public  voidsetLonLatWGS84Envelope(GeneralEnvelope latLonEnvelope)
    
public  voidsetMetadataLink(MetaDataLink metadataLink)
    
public  voidsetName(String string)
     setName purpose.
public  voidsetNativeFormat(String nativeFormat)
    
public synchronized  voidsetParameters(Map parameters)
    
public  voidsetRequestCRSs(List requestCRSs)
    
public  voidsetResponseCRSs(List responseCRSs)
    
public  voidsetSrsName(String srsName)
    
public  voidsetSrsWKT(String srsWKT)
    
public  voidsetStyles(ArrayList styles)
    
public  voidsetSupportedFormats(List supportedFormats)
    
public  voidsetWmsPath(String wmsPath)
    
public  StringtoString()
    


Constructor Detail
CoverageInfoDTO
public CoverageInfoDTO()(Code)



CoverageInfoDTO
public CoverageInfoDTO(CoverageInfoDTO dto)(Code)




Method Detail
addKeyword
public boolean addKeyword(String key)(Code)
setKeywords purpose.

Description ...


Parameters:
  key - boolean true when added.



addStyle
public void addStyle(String styleName)(Code)



clone
public Object clone()(Code)



equals
public boolean equals(Object obj)(Code)



getCrs
public CoordinateReferenceSystem getCrs()(Code)



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



getDefaultStyle
public String getDefaultStyle()(Code)
getDefaultStyle purpose.

Description ...




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



getDimensionNames
public InternationalString[] getDimensionNames()(Code)



getDimensions
public CoverageDimension[] getDimensions()(Code)
Returns the dimensions.



getDirName
public String getDirName()(Code)
getDirName purpose.

Description ...




getEnvelope
public GeneralEnvelope getEnvelope()(Code)
Returns the envelope.



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



getGrid
public GridGeometry getGrid()(Code)



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



getKey
public String getKey()(Code)
Convience method for dataStoreId.typeName.

This key may be used to store this FeatureType in a Map for later.

dataStoreId.typeName



getKeywords
public List getKeywords()(Code)
List of keywords (limitied to text). List of Keywords about this FeatureType



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



getLonLatWGS84Envelope
public GeneralEnvelope getLonLatWGS84Envelope()(Code)



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



getName
public String getName()(Code)
Name of featureType, must match typeName provided by DataStore. typeName of FeatureType



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



getParameters
public Map getParameters()(Code)



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



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



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



getSrsWKT
public String getSrsWKT()(Code)



getStyles
public ArrayList getStyles()(Code)
Handling multiple styles



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



getWmsPath
public String getWmsPath()(Code)



hashCode
public int hashCode()(Code)



removeKeyword
public boolean removeKeyword(String key)(Code)
setKeywords purpose.

Description ...


Parameters:
  key - true whwn removed



setCrs
public void setCrs(CoordinateReferenceSystem crs)(Code)



setDefaultInterpolationMethod
public void setDefaultInterpolationMethod(String defaultInterpolationMethod)(Code)

Parameters:
  defaultInterpolationMethod - The defaultInterpolationMethod to set.



setDefaultStyle
public void setDefaultStyle(String string)(Code)
setDefaultStyle purpose.

Description ...


Parameters:
  string -



setDescription
public void setDescription(String description)(Code)

Parameters:
  description - The description to set.



setDimensionNames
public void setDimensionNames(InternationalString[] dimentionNames)(Code)



setDimensions
public void setDimensions(CoverageDimension[] dimensions)(Code)

Parameters:
  dimensions - The dimensions to set.



setDirName
public void setDirName(String string)(Code)
setDirName purpose.

Description ...


Parameters:
  string -



setEnvelope
public void setEnvelope(GeneralEnvelope envelope)(Code)

Parameters:
  envelope - The envelope to set.



setFormatId
public void setFormatId(String formatId)(Code)

Parameters:
  formatId - The formatId to set.



setGrid
public void setGrid(GridGeometry grid)(Code)



setInterpolationMethods
public void setInterpolationMethods(List interpolationMethods)(Code)

Parameters:
  interpolationMethods - The interpolationMethods to set.



setKeywords
public void setKeywords(List list)(Code)
setKeywords purpose.

Description ...


Parameters:
  list -



setLabel
public void setLabel(String label)(Code)

Parameters:
  label - The label to set.



setLonLatWGS84Envelope
public void setLonLatWGS84Envelope(GeneralEnvelope latLonEnvelope)(Code)



setMetadataLink
public void setMetadataLink(MetaDataLink metadataLink)(Code)

Parameters:
  metadataLink - The metadataLink to set.



setName
public void setName(String string)(Code)
setName purpose.

Description ...


Parameters:
  string -



setNativeFormat
public void setNativeFormat(String nativeFormat)(Code)

Parameters:
  nativeFormat - The nativeFormat to set.



setParameters
public synchronized void setParameters(Map parameters)(Code)



setRequestCRSs
public void setRequestCRSs(List requestCRSs)(Code)

Parameters:
  requestCRSs - The requestCRSs to set.



setResponseCRSs
public void setResponseCRSs(List responseCRSs)(Code)

Parameters:
  responseCRSs - The responseCRSs to set.



setSrsName
public void setSrsName(String srsName)(Code)

Parameters:
  srsName - The srsName to set.



setSrsWKT
public void setSrsWKT(String srsWKT)(Code)



setStyles
public void setStyles(ArrayList styles)(Code)



setSupportedFormats
public void setSupportedFormats(List supportedFormats)(Code)

Parameters:
  supportedFormats - The supportedFormats to set.



setWmsPath
public void setWmsPath(String wmsPath)(Code)



toString
public String toString()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.