Package ucar.unidata.util
Class WmsUtil
java.lang.Object
ucar.unidata.util.WmsUtil
- Version:
- $Revision: 1.53 $Date: 2007/07/09 22:59:58 $
- Author:
- IDV development team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
xml attribute namestatic final String
xml attribute namestatic final String
xml attribute namestatic final String
xml attribute namestatic final String
xml attribute namestatic final String
xml attribute namestatic final String
xml attribute namestatic final String
xml attribute namestatic final String
xml attribute namestatic final String
xml attribute namestatic final String
XML tag name for the "Abstract" tagstatic final String
xml tag namestatic final String
XML tag name for the "Capability" tagstatic final String
xml tag namestatic final String
XML tag name for the "Dimension" tagstatic final String
xml tag namestatic final String
XML tag name for the "Layer" tagstatic final String
_more_static final String
xml tag namestatic final String
XML tag name for the "Style" tagstatic final String
XML tag name for the "Title" tagstatic final String
This is one of the root document xml tags that I have seen for a WMS cababilities documentstatic final String
This is the ther root document xml tags that I have seen for a WMS cababilities documentstatic final String
xml attribute value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Element
Find the bbox elementstatic String
_more_static boolean
isLoadable
(Element node) The given node is an Xml node that the user has clicked on.static List
<WmsSelection> processNode
(Element root, List selectedNodes, String[] message, boolean mergeLayers) _more_
-
Field Details
-
TAG_ABSTRACT
XML tag name for the "Abstract" tag- See Also:
-
TAG_DIMENSION
XML tag name for the "Dimension" tag- See Also:
-
TAG_LAYER
XML tag name for the "Layer" tag- See Also:
-
TAG_LATLONBOUNDINGBOX
xml tag name- See Also:
-
TAG_BOUNDINGBOX
xml tag name- See Also:
-
TAG_SRS
xml tag name- See Also:
-
TAG_NAME
_more_- See Also:
-
TAG_CRS
xml tag name- See Also:
-
TAG_TITLE
XML tag name for the "Title" tag- See Also:
-
TAG_STYLE
XML tag name for the "Style" tag- See Also:
-
TAG_CAPABILITY
XML tag name for the "Capability" tag- See Also:
-
TAG_WMS1
This is one of the root document xml tags that I have seen for a WMS cababilities document- See Also:
-
TAG_WMS2
This is the ther root document xml tags that I have seen for a WMS cababilities document- See Also:
-
ATTR_FIXEDWIDTH
xml attribute name- See Also:
-
ATTR_OPAQUE
xml attribute name- See Also:
-
ATTR_VERSION
xml attribute name- See Also:
-
ATTR_FIXEDHEIGHT
xml attribute name- See Also:
-
ATTR_NAME
xml attribute name- See Also:
-
ATTR_NOSUBSETS
xml attribute name- See Also:
-
ATTR_MINX
xml attribute name- See Also:
-
ATTR_MAXX
xml attribute name- See Also:
-
ATTR_MINY
xml attribute name- See Also:
-
ATTR_MAXY
xml attribute name- See Also:
-
VALUE_TIME
xml attribute value- See Also:
-
-
Constructor Details
-
WmsUtil
public WmsUtil()
-
-
Method Details
-
processNode
public static List<WmsSelection> processNode(Element root, List selectedNodes, String[] message, boolean mergeLayers) _more_- Parameters:
root
- _more_selectedNodes
- _more_message
- _more_mergeLayers
- _more_- Returns:
- _more_
-
getLabel
_more_- Parameters:
node
- _more_- Returns:
- _more_
-
isLoadable
The given node is an Xml node that the user has clicked on. This method determines if the node is loadable, i.e., if it is a layer or a style node that also has a loadable=1 attribute.- Parameters:
node
- The node to check- Returns:
- Is the node loadable
-
findBbox
Find the bbox element- Parameters:
node
- xml node- Returns:
- bbox node
-