|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.chooser.XmlHandler
ucar.unidata.idv.chooser.WmsHandler
public class WmsHandler
This handles capability xml document from web maps
servers (WMS). It is used by the XmlChooser
| 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_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_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 |
| Fields inherited from class ucar.unidata.idv.chooser.XmlHandler |
|---|
chooser, path, root, tree |
| Constructor Summary | |
|---|---|
WmsHandler(XmlChooser chooser,
Element root,
String path)
Create the handler |
|
| Method Summary | |
|---|---|
static void |
convertToKml(String url)
Humm?? |
void |
doLoad()
The user has pressed the 'Load' button. |
protected JComponent |
doMakeContents()
Construct and return the UI component. |
static void |
main(String[] args)
test |
protected void |
updateStatus()
|
| Methods inherited from class ucar.unidata.idv.chooser.XmlHandler |
|---|
getContents, getPath |
| 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_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_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 WmsHandler(XmlChooser chooser,
Element root,
String path)
chooser - The chooser we are inroot - The root of the xml treepath - The url path of the xml document| Method Detail |
|---|
protected void updateStatus()
updateStatus in class XmlHandlerprotected JComponent doMakeContents()
XmlTree to show
the XML and a
doMakeContents in class XmlHandlerpublic void doLoad()
doLoad in class XmlHandler
public static void convertToKml(String url)
throws Exception
url - Humm
Exception - On badness
public static void main(String[] args)
throws Exception
args - args
Exception - On badness
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||