|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.ows.Layer
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.
Constructor Summary | |
Layer()
|
|
Layer(java.lang.String title)
DOCUMENT ME! |
Method Summary | |
int |
compareTo(java.lang.Object arg0)
|
java.lang.String |
get_abstract()
The abstract contains human-readable information about this layer |
java.util.HashMap |
getBoundingBoxes()
Returns every BoundingBox associated with this layer. |
Layer[] |
getChildren()
|
java.lang.String[] |
getKeywords()
Keywords are Strings to be used in searches |
CRSEnvelope |
getLatLonBoundingBox()
Returns the LatLonBoundingBox for this layer. |
java.lang.String |
getName()
Gets the name of the Layer . |
Layer |
getParent()
DOCUMENT ME! |
double |
getScaleHintMax()
|
double |
getScaleHintMin()
|
java.util.Set |
getSrs()
Accumulates all of the srs/crs specified for this layer and all srs/crs inherited from its ancestors. |
java.util.List |
getStyles()
Accumulates all of the styles specified for this layer and all styles inherited from its ancestors. |
java.lang.String |
getTitle()
|
boolean |
isQueryable()
Determines if this layer is queryable. |
void |
set_abstract(java.lang.String _abstract)
|
void |
setBoundingBoxes(java.util.HashMap boundingBoxes)
Sets this layer's bounding boxes. |
void |
setChildren(Layer[] children)
|
void |
setKeywords(java.lang.String[] keywords)
|
void |
setLatLonBoundingBox(CRSEnvelope latLonBoundingBox)
|
void |
setName(java.lang.String name)
Sets the name of this layer. |
void |
setParent(Layer parent)
DOCUMENT ME! |
void |
setQueryable(boolean queryable)
|
void |
setScaleHintMax(double scaleHintMax)
|
void |
setScaleHintMin(double scaleHintMin)
|
void |
setSrs(java.util.Set srs)
|
void |
setStyles(java.util.List styles)
|
void |
setTitle(java.lang.String title)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Layer()
public Layer(java.lang.String title)
title
- Method Detail |
public java.util.HashMap getBoundingBoxes()
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
public void setBoundingBoxes(java.util.HashMap boundingBoxes)
BoundingBox
object as its value.
boundingBoxes
- a HashMap containing bounding boxespublic java.lang.String getName()
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.
public void setName(java.lang.String name)
name
- the layer's new namepublic java.util.Set getSrs()
public void setSrs(java.util.Set srs)
public java.util.List getStyles()
public void setStyles(java.util.List styles)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public boolean isQueryable()
public void setQueryable(boolean queryable)
public int compareTo(java.lang.Object arg0)
compareTo
in interface java.lang.Comparable
public Layer getParent()
public void setParent(Layer parent)
parent
- The parent to set.public CRSEnvelope getLatLonBoundingBox()
public void setLatLonBoundingBox(CRSEnvelope latLonBoundingBox)
public Layer[] getChildren()
public void setChildren(Layer[] children)
public java.lang.String get_abstract()
public void set_abstract(java.lang.String _abstract)
_abstract
- The _abstract to set.public java.lang.String[] getKeywords()
public void setKeywords(java.lang.String[] keywords)
keywords
- The keywords to set.public double getScaleHintMax()
public void setScaleHintMax(double scaleHintMax)
public double getScaleHintMin()
public void setScaleHintMin(double scaleHintMin)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |