|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.WmsUtil
public class WmsUtil
| Field Summary | |
|---|---|
static String |
ATTR_FIXEDHEIGHT
xml attribute name |
static String |
ATTR_FIXEDWIDTH
xml attribute name |
static String |
ATTR_MAXX
xml attribute name |
static String |
ATTR_MAXY
xml attribute name |
static String |
ATTR_MINX
xml attribute name |
static String |
ATTR_MINY
xml attribute name |
static String |
ATTR_NAME
xml attribute name |
static String |
ATTR_NOSUBSETS
xml attribute name |
static String |
ATTR_OPAQUE
xml attribute name |
static String |
ATTR_VERSION
xml attribute name |
static String |
TAG_ABSTRACT
XML tag name for the "Abstract" tag |
static String |
TAG_BOUNDINGBOX
xml tag name |
static String |
TAG_CAPABILITY
XML tag name for the "Capability" tag |
static String |
TAG_CRS
xml tag name |
static String |
TAG_DIMENSION
XML tag name for the "Dimension" tag |
static String |
TAG_LATLONBOUNDINGBOX
xml tag name |
static String |
TAG_LAYER
XML tag name for the "Layer" tag |
static String |
TAG_NAME
_more_ |
static String |
TAG_SRS
xml tag name |
static String |
TAG_STYLE
XML tag name for the "Style" tag |
static String |
TAG_TITLE
XML tag name for the "Title" tag |
static String |
TAG_WMS1
This is one of the root document xml tags that I have seen for a WMS cababilities document |
static String |
TAG_WMS2
This is the ther root document xml tags that I have seen for a WMS cababilities document |
static String |
VALUE_TIME
xml attribute value |
| Constructor Summary | |
|---|---|
WmsUtil()
|
|
| Method Summary | |
|---|---|
static Element |
findBbox(Element node)
Find the bbox element |
static String |
getLabel(Element node)
_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_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TAG_ABSTRACT
public static final String TAG_DIMENSION
public static final String TAG_LAYER
public static final String TAG_LATLONBOUNDINGBOX
public static final String TAG_BOUNDINGBOX
public static final String TAG_SRS
public static final String TAG_NAME
public static final String TAG_CRS
public static final String TAG_TITLE
public static final String TAG_STYLE
public static final String TAG_CAPABILITY
public static final String TAG_WMS1
public static final String TAG_WMS2
public static final String ATTR_FIXEDWIDTH
public static final String ATTR_OPAQUE
public static final String ATTR_VERSION
public static final String ATTR_FIXEDHEIGHT
public static final String ATTR_NAME
public static final String ATTR_NOSUBSETS
public static final String ATTR_MINX
public static final String ATTR_MAXX
public static final String ATTR_MINY
public static final String ATTR_MAXY
public static final String VALUE_TIME
| Constructor Detail |
|---|
public WmsUtil()
| Method Detail |
|---|
public static List<WmsSelection> processNode(Element root,
List selectedNodes,
String[] message,
boolean mergeLayers)
root - _more_selectedNodes - _more_message - _more_mergeLayers - _more_
public static String getLabel(Element node)
node - _more_
public static boolean isLoadable(Element node)
node - The node to check
public static Element findBbox(Element node)
node - xml node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||