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


java.lang.Object
   org.geotools.data.ows.Layer

Layer
public class Layer implements Comparable(Code)
Nested list of zero or more map Layers offered by this server. It contains only fields for information that we currently find interesting. Feel free to add your own.
author:
   rgould



Constructor Summary
public  Layer()
    
public  Layer(String title)
    

Method Summary
public  intcompareTo(Object arg0)
    
public  HashMapgetBoundingBoxes()
     Returns every BoundingBox associated with this layer.
public  Layer[]getChildren()
    
public  GeneralEnvelopegetEnvelope(CoordinateReferenceSystem crs)
    
public  String[]getKeywords()
    
public  CRSEnvelopegetLatLonBoundingBox()
     Returns the LatLonBoundingBox for this layer.
public  StringgetName()
     Gets the name of the Layer.
public  LayergetParent()
    
public  doublegetScaleHintMax()
    
public  doublegetScaleHintMin()
    
public  SetgetSrs()
     Accumulates all of the srs/crs specified for this layer and all srs/crs inherited from its ancestors.
public  ListgetStyles()
     Accumulates all of the styles specified for this layer and all styles inherited from its ancestors.
public  StringgetTitle()
    
public  Stringget_abstract()
    
public  booleanisQueryable()
     Determines if this layer is queryable.
public  voidsetBoundingBoxes(HashMap boundingBoxes)
     Sets this layer's bounding boxes.
public  voidsetChildren(Layer[] children)
    
public  voidsetKeywords(String[] keywords)
    
public  voidsetLatLonBoundingBox(CRSEnvelope latLonBoundingBox)
    
public  voidsetName(String name)
     Sets the name of this layer.
public  voidsetParent(Layer parent)
    
public  voidsetQueryable(boolean queryable)
    
public  voidsetScaleHintMax(double scaleHintMax)
    
public  voidsetScaleHintMin(double scaleHintMin)
    
public  voidsetSrs(Set srs)
    
public  voidsetStyles(List styles)
    
public  voidsetTitle(String title)
    
public  voidset_abstract(String _abstract)
    


Constructor Detail
Layer
public Layer()(Code)



Layer
public Layer(String title)(Code)
DOCUMENT ME!
Parameters:
  title -




Method Detail
compareTo
public int compareTo(Object arg0)(Code)



getBoundingBoxes
public HashMap getBoundingBoxes()(Code)
Returns every BoundingBox associated with this layer. The HashMap returned has each bounding box's CRS/SRS value as the key, and the value is the BoundingBox object itself. Implements inheritance: if this layer's bounding box is null, query ancestors until the first bounding box is found or no more ancestors a HashMap of all of this layer's bounding boxes or null if nobounding boxes found



getChildren
public Layer[] getChildren()(Code)



getEnvelope
public GeneralEnvelope getEnvelope(CoordinateReferenceSystem crs)(Code)



getKeywords
public String[] getKeywords()(Code)
Keywords are Strings to be used in searches Returns the keywords.



getLatLonBoundingBox
public CRSEnvelope getLatLonBoundingBox()(Code)
Returns the LatLonBoundingBox for this layer. Implements inheritance: if this layer's bounding box is null, query ancestors until the first bounding box is found or no more ancestors. the LatLonBoundingBox for this layer or null if no lat/lon bounding box is found



getName
public String getName()(Code)
Gets the name of the Layer. It is designed to be machine readable, and if it is present, this layer is determined to be drawable and is a valid candidate for use in a GetMap or GetFeatureInfo request. the machine-readable name of the layer



getParent
public Layer getParent()(Code)
DOCUMENT ME! Returns the parent.



getScaleHintMax
public double getScaleHintMax()(Code)



getScaleHintMin
public double getScaleHintMin()(Code)



getSrs
public Set getSrs()(Code)
Accumulates all of the srs/crs specified for this layer and all srs/crs inherited from its ancestors. No duplicates are returned. Set of all srs/crs for this layer and its ancestors



getStyles
public List getStyles()(Code)
Accumulates all of the styles specified for this layer and all styles inherited from its ancestors. No duplicates are returned. The List that is returned is of type List. Before 2.2-RC0 it was of type List. List of all styles for this layer and its ancestors



getTitle
public String getTitle()(Code)



get_abstract
public String get_abstract()(Code)
The abstract contains human-readable information about this layer Returns the _abstract.



isQueryable
public boolean isQueryable()(Code)
Determines if this layer is queryable. Implements inheritance: if this layer's Queryable attribute is null, check ancestors until the first Queryable attribute is found or no more ancestors. If a Queryable attribute is not found for this layer, it will return the default value of false. true is this layer is Queryable



setBoundingBoxes
public void setBoundingBoxes(HashMap boundingBoxes)(Code)
Sets this layer's bounding boxes. The HashMap must have each BoundingBox's CRS/SRS value as its key, and the BoundingBox object as its value.
Parameters:
  boundingBoxes - a HashMap containing bounding boxes



setChildren
public void setChildren(Layer[] children)(Code)



setKeywords
public void setKeywords(String[] keywords)(Code)

Parameters:
  keywords - The keywords to set.



setLatLonBoundingBox
public void setLatLonBoundingBox(CRSEnvelope latLonBoundingBox)(Code)



setName
public void setName(String name)(Code)
Sets the name of this layer. Giving the layer name indicates that it can be drawn during a GetMap or GetFeatureInfo request.
Parameters:
  name - the layer's new name



setParent
public void setParent(Layer parent)(Code)
DOCUMENT ME!
Parameters:
  parent - The parent to set.



setQueryable
public void setQueryable(boolean queryable)(Code)



setScaleHintMax
public void setScaleHintMax(double scaleHintMax)(Code)



setScaleHintMin
public void setScaleHintMin(double scaleHintMin)(Code)



setSrs
public void setSrs(Set srs)(Code)



setStyles
public void setStyles(List styles)(Code)



setTitle
public void setTitle(String title)(Code)



set_abstract
public void set_abstract(String _abstract)(Code)

Parameters:
  _abstract - The _abstract to set.



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.