class XmlMapReader extends java.lang.Object implements MapReader
Read a Map from an XML String.
<map>
<width>400</width>
<height>400</height>
<type>png</type>
<proj>EPSG:4326</proj>
<backgroundColor>blue</backgroundColor>
<fixAspectRatio>true</fixAspectRatio>
<layers>
<layer>
<layertype>layer</layertype>
<file>states.shp</file>
</layer>
</layers>
<bounds>
<minX>-135.911779</minX>
<minY>36.993573</minY>
<maxX>-96.536779</maxX>
<maxY>51.405899</maxY>
</bounds>
</map>
Constructor and description |
---|
XmlMapReader() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |