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


org.vfny.geoserver.wms.requests.WMSRequest
   org.vfny.geoserver.wms.requests.GetMapRequest

GetMapRequest
public class GetMapRequest extends WMSRequest (Code)
Represents a WMS GetMap request. as a extension to the WMS spec 1.1.
author:
   Gabriel Roldan, Axios Engineering
author:
   Simone Giannecchini
version:
   $Id: GetMapRequest.java 7639 2007-10-22 15:18:58Z aaime $


Field Summary
final static  ColorDEFAULT_BG
    
final public static  StringSE_XML
    

Constructor Summary
public  GetMapRequest(WMService service)
     Creates a GetMapRequest request.

Method Summary
public  EnvelopegetBbox()
    
public  java.awt.ColorgetBgColor()
    
public  intgetBuffer()
    
public  ListgetCQLFilter()
     Gets a list of the cql filtesr that will be applied to each layer before rendering.
public  CoordinateReferenceSystemgetCrs()
     DJB: spec says SRS is *required*, so if they dont specify one, we should throw an error instead we use "NONE" - which is no-projection.
public  IntegergetElevation()
    
public  StringgetExceptions()
    
public  ListgetFeatureId()
     Gets a list of the feature ids that will be used to filter each layer before rendering.
public  StringgetFeatureVersion()
    
public  ListgetFilter()
    
public  ListgetFilters()
    
public  StringgetFormat()
    
public  MapgetFormatOptions()
     Map of String,Object which contains kvp's which are specific to a particular output format.
public  intgetHeight()
    
public  intgetKMScore()
     the KML/KMZ score value for image vs.
public  booleangetKMattr()
    
public  MapLayerInfo[]getLayers()
    
public  booleangetLegend()
    
public  InverseColorMapOpgetPalette()
    
public  MapgetRawKvp()
     Gets the raw kvp parameters which were used to create the request.
public  StringgetRemoteOwsType()
    
public  URLgetRemoteOwsURL()
    
public  StringgetSRS()
    
public  URLgetSld()
     Gets the url specified by the "SLD" parameter.
public  StringgetSldBody()
     Gets the string specified the "SLD_BODY" parameter.
public  ListgetStyles()
     Gets a list of the names of the styles to be returned by the server.
public  booleangetSuperOverlay()
    
public  Point2DgetTilesOrigin()
    
public  ListgetTime()
    
public  BooleangetValidateSchema()
     Gets the value of the "VALIDATESCHEMA" parameter which controls wether the value of the "SLD paramter is schema validated.
public  intgetWidth()
    
public  booleanisTiled()
    
public  booleanisTransparent()
    
public  voidsetBbox(Envelope bbox)
    
public  voidsetBgColor(java.awt.Color bgColor)
    
public  voidsetBuffer(int buffer)
    
public  voidsetBuffer(Integer buffer)
    
public  voidsetCQLFilter(List cqlFilters)
     Sets a list of filters ( cql ), one for each layer.
public  voidsetCrs(CoordinateReferenceSystem crs)
    
public  voidsetElevation(Integer elevation)
     Sets the elevation request parameter.
public  voidsetExceptions(String exceptions)
    
public  voidsetFeatureId(List featureIds)
     Sets a list of feature ids, one for each layer.
public  voidsetFeatureVersion(String featureVersion)
    
public  voidsetFilter(List filters)
    
public  voidsetFilters(List filters)
    
public  voidsetFormat(String format)
    
public  voidsetFormatOptions(Map formatOptions)
     Sets the format options.
public  voidsetHeight(int height)
    
public  voidsetHeight(Integer height)
    
public  voidsetKMScore(int score)
    
Parameters:
  score - the KML/KMZ score value for image vs.
public  voidsetKMattr(boolean on)
    
public  voidsetLayers(MapLayerInfo[] layers)
    
public  voidsetLayers(List layers)
    
public  voidsetLegend(boolean legend)
     Sets the kml legend parameter of the request.
public  voidsetPalette(InverseColorMapOp paletteInverter)
    
public  voidsetRawKvp(Map rawKvp)
     Sets the raw kvp parameters which were used to create the request.
public  voidsetRemoteOwsType(String remoteOwsType)
    
public  voidsetRemoteOwsURL(URL remoteOwsURL)
    
public  voidsetSRS(String srs)
    
public  voidsetSld(URL sld)
     Sets the url specified by the "SLD" parameter.
public  voidsetSldBody(String sldBody)
    
public  voidsetStyles(List styles)
    
public  voidsetSuperOverlay(boolean superOverlay)
     Sets the super overlay parameter on the request.
public  voidsetTiled(boolean tiled)
    
public  voidsetTiled(Boolean tiled)
    
public  voidsetTilesOrigin(Point2D origin)
    
public  voidsetTime(List time)
     Sets the time request parameter.
public  voidsetTransparent(boolean transparent)
    
public  voidsetTransparent(Boolean transparent)
    
public  voidsetValidateSchema(Boolean validateSLD)
     Sets the flag to validate the "SLD" parameter or not.
public  voidsetWidth(int width)
    
public  voidsetWidth(Integer width)
    
public  StringtoString()
    

Field Detail
DEFAULT_BG
final static Color DEFAULT_BG(Code)
DOCUMENT ME!



SE_XML
final public static String SE_XML(Code)
DOCUMENT ME!




Constructor Detail
GetMapRequest
public GetMapRequest(WMService service)(Code)
Creates a GetMapRequest request.
Parameters:
  service - The service handling the request.




Method Detail
getBbox
public Envelope getBbox()(Code)
DOCUMENT ME! DOCUMENT ME!



getBgColor
public java.awt.Color getBgColor()(Code)
DOCUMENT ME! DOCUMENT ME!



getBuffer
public int getBuffer()(Code)



getCQLFilter
public List getCQLFilter()(Code)
Gets a list of the cql filtesr that will be applied to each layer before rendering. A list of Filter.



getCrs
public CoordinateReferenceSystem getCrs()(Code)
DJB: spec says SRS is *required*, so if they dont specify one, we should throw an error instead we use "NONE" - which is no-projection. Previous behavior was to the WSG84 lat/long (4326) request CRS, or null if not set.TODO: make CRS manditory as for spec conformance



getElevation
public Integer getElevation()(Code)
The elevation request parameter.



getExceptions
public String getExceptions()(Code)
DOCUMENT ME! DOCUMENT ME!



getFeatureId
public List getFeatureId()(Code)
Gets a list of the feature ids that will be used to filter each layer before rendering. A list of String.



getFeatureVersion
public String getFeatureVersion()(Code)
Returs the feature version optional parameter



getFilter
public List getFilter()(Code)
Gets a list of the the filters that will be applied to each layer before rendering A list of Filter.



getFilters
public List getFilters()(Code)
Gets a list of the the filters that will be applied to each layer before rendering -GetMapRequest.getFilter()



getFormat
public String getFormat()(Code)
DOCUMENT ME! DOCUMENT ME!



getFormatOptions
public Map getFormatOptions()(Code)
Map of String,Object which contains kvp's which are specific to a particular output format.



getHeight
public int getHeight()(Code)
DOCUMENT ME! DOCUMENT ME!



getKMScore
public int getKMScore()(Code)
the KML/KMZ score value for image vs. vector response



getKMattr
public boolean getKMattr()(Code)
true: return full attribution for placemark



getLayers
public MapLayerInfo[] getLayers()(Code)
DOCUMENT ME! DOCUMENT ME!



getLegend
public boolean getLegend()(Code)
kml legend flag, true if legend is enabled.



getPalette
public InverseColorMapOp getPalette()(Code)



getRawKvp
public Map getRawKvp()(Code)
Gets the raw kvp parameters which were used to create the request.



getRemoteOwsType
public String getRemoteOwsType()(Code)
Returns the remote OWS type



getRemoteOwsURL
public URL getRemoteOwsURL()(Code)
Returs the remote OWS URL



getSRS
public String getSRS()(Code)



getSld
public URL getSld()(Code)
Gets the url specified by the "SLD" parameter.



getSldBody
public String getSldBody()(Code)
Gets the string specified the "SLD_BODY" parameter.



getStyles
public List getStyles()(Code)
Gets a list of the names of the styles to be returned by the server. A list of Strings of the names of the styles.



getSuperOverlay
public boolean getSuperOverlay()(Code)
super overlay flag, true if super overlay requested.



getTilesOrigin
public Point2D getTilesOrigin()(Code)



getTime
public List getTime()(Code)
The time request parameter.



getValidateSchema
public Boolean getValidateSchema()(Code)
Gets the value of the "VALIDATESCHEMA" parameter which controls wether the value of the "SLD paramter is schema validated.



getWidth
public int getWidth()(Code)
DOCUMENT ME! DOCUMENT ME!



isTiled
public boolean isTiled()(Code)
WMS-C specification tiling hint



isTransparent
public boolean isTransparent()(Code)
DOCUMENT ME! DOCUMENT ME!



setBbox
public void setBbox(Envelope bbox)(Code)
DOCUMENT ME!
Parameters:
  bbox - DOCUMENT ME!



setBgColor
public void setBgColor(java.awt.Color bgColor)(Code)
DOCUMENT ME!
Parameters:
  bgColor - DOCUMENT ME!



setBuffer
public void setBuffer(int buffer)(Code)



setBuffer
public void setBuffer(Integer buffer)(Code)



setCQLFilter
public void setCQLFilter(List cqlFilters)(Code)
Sets a list of filters ( cql ), one for each layer.
Parameters:
  cqlFilters - A list of Filter.



setCrs
public void setCrs(CoordinateReferenceSystem crs)(Code)
DOCUMENT ME!
Parameters:
  crs - DOCUMENT ME!



setElevation
public void setElevation(Integer elevation)(Code)
Sets the elevation request parameter.



setExceptions
public void setExceptions(String exceptions)(Code)
DOCUMENT ME!
Parameters:
  exceptions - DOCUMENT ME!



setFeatureId
public void setFeatureId(List featureIds)(Code)
Sets a list of feature ids, one for each layer.
Parameters:
  featureIds - A list of String.



setFeatureVersion
public void setFeatureVersion(String featureVersion)(Code)
Sets the feature version optional param
Parameters:
  featureVersion -



setFilter
public void setFilter(List filters)(Code)
Sets a list of filters, one for each layer
Parameters:
  filters - A list of Filter.



setFilters
public void setFilters(List filters)(Code)
Sets a list of filters, one for each layer
Parameters:
  filters - A list of Filter.GetMapRequest.setFilter(List)



setFormat
public void setFormat(String format)(Code)
DOCUMENT ME!
Parameters:
  format - DOCUMENT ME!



setFormatOptions
public void setFormatOptions(Map formatOptions)(Code)
Sets the format options.
Parameters:
  formatOptions - A map of String,Object
See Also:   GetMapRequest.getFormatOptions()



setHeight
public void setHeight(int height)(Code)
DOCUMENT ME!
Parameters:
  height - DOCUMENT ME!



setHeight
public void setHeight(Integer height)(Code)



setKMScore
public void setKMScore(int score)(Code)

Parameters:
  score - the KML/KMZ score value for image vs. vector response, from 0 to 100



setKMattr
public void setKMattr(boolean on)(Code)

Parameters:
  on - true: full attribution; false: no attribution



setLayers
public void setLayers(MapLayerInfo[] layers)(Code)
DOCUMENT ME!
Parameters:
  layers - DOCUMENT ME!



setLayers
public void setLayers(List layers)(Code)



setLegend
public void setLegend(boolean legend)(Code)
Sets the kml legend parameter of the request.



setPalette
public void setPalette(InverseColorMapOp paletteInverter)(Code)



setRawKvp
public void setRawKvp(Map rawKvp)(Code)
Sets the raw kvp parameters which were used to create the request.



setRemoteOwsType
public void setRemoteOwsType(String remoteOwsType)(Code)



setRemoteOwsURL
public void setRemoteOwsURL(URL remoteOwsURL)(Code)



setSRS
public void setSRS(String srs)(Code)
DOCUMENT ME!
Parameters:
  crs - DOCUMENT ME!



setSld
public void setSld(URL sld)(Code)
Sets the url specified by the "SLD" parameter.



setSldBody
public void setSldBody(String sldBody)(Code)
Sets the string specified by the "SLD_BODY" parameter



setStyles
public void setStyles(List styles)(Code)
DOCUMENT ME!
Parameters:
  styles - List<org.geotools.styling.Style>



setSuperOverlay
public void setSuperOverlay(boolean superOverlay)(Code)
Sets the super overlay parameter on the request.



setTiled
public void setTiled(boolean tiled)(Code)



setTiled
public void setTiled(Boolean tiled)(Code)



setTilesOrigin
public void setTilesOrigin(Point2D origin)(Code)



setTime
public void setTime(List time)(Code)
Sets the time request parameter.



setTransparent
public void setTransparent(boolean transparent)(Code)
DOCUMENT ME!
Parameters:
  transparent - DOCUMENT ME!



setTransparent
public void setTransparent(Boolean transparent)(Code)



setValidateSchema
public void setValidateSchema(Boolean validateSLD)(Code)
Sets the flag to validate the "SLD" parameter or not. //TODO



setWidth
public void setWidth(int width)(Code)
DOCUMENT ME!
Parameters:
  width - DOCUMENT ME!



setWidth
public void setWidth(Integer width)(Code)



toString
public String toString()(Code)
Standard override of toString() a String representation of this request.



Fields inherited from org.vfny.geoserver.wms.requests.WMSRequest
final public static String WMS_SERVICE_TYPE(Code)(Java Doc)

Methods inherited from org.vfny.geoserver.wms.requests.WMSRequest
public GeoServer getGeoServer()(Code)(Java Doc)
public WMS getWMS()(Code)(Java Doc)
public WMService getWMService()(Code)(Java Doc)
public void setWMService(WMService wms)(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.