public class Map
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="angle" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Config" type="{http://www.mapserver.org/mapserver}itemType" minOccurs="0"/>
<element name="dataPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="debug" type="{http://www.mapserver.org/mapserver}debugModeEnum" minOccurs="0"/>
<element name="defResolution" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="extent" minOccurs="0">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}double" />
</simpleType>
</element>
<element name="fontSet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="imageColor" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/>
<element name="imageType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="include" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Layer" type="{http://www.mapserver.org/mapserver}Layer" maxOccurs="unbounded" minOccurs="0"/>
<element name="Legend" type="{http://www.mapserver.org/mapserver}Legend" minOccurs="0"/>
<element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="OutputFormat" type="{http://www.mapserver.org/mapserver}OutputFormat" maxOccurs="unbounded"/>
<element name="projection" minOccurs="0">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}string" />
</simpleType>
</element>
<element name="QueryMap" type="{http://www.mapserver.org/mapserver}QueryMap" minOccurs="0"/>
<element name="Reference" type="{http://www.mapserver.org/mapserver}Reference" minOccurs="0"/>
<element name="resolution" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="ScaleBar" type="{http://www.mapserver.org/mapserver}ScaleBar" minOccurs="0"/>
<element name="scaleDenom" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="shapePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="size" type="{http://www.mapserver.org/mapserver}sizeType" minOccurs="0"/>
<element name="Symbol" type="{http://www.mapserver.org/mapserver}Symbol" maxOccurs="unbounded" minOccurs="0"/>
<element name="symbolSet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="templatePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="units" minOccurs="0">
<simpleType>
<union memberTypes=" {http://www.mapserver.org/mapserver}unitType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DD"/>
</restriction>
</simpleType>
</union>
</simpleType>
</element>
<element name="Web" type="{http://www.mapserver.org/mapserver}Web" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" type="{http://www.mapserver.org/mapserver}stateEnum" default="ON" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
angle |
protected ItemType |
config |
protected java.lang.String |
dataPattern |
protected java.lang.String |
debug |
protected java.math.BigInteger |
defResolution |
protected java.util.List<java.lang.Double> |
extent |
protected java.lang.String |
fontSet |
protected RgbColorType |
imageColor |
protected java.lang.String |
imageType |
protected java.util.List<java.lang.String> |
include |
protected java.util.List<Layer> |
layer |
protected Legend |
legend |
protected java.math.BigInteger |
maxSize |
protected java.lang.String |
name |
protected java.util.List<OutputFormat> |
outputFormat |
protected java.util.List<java.lang.String> |
projection |
protected QueryMap |
queryMap |
protected Reference |
reference |
protected java.math.BigInteger |
resolution |
protected ScaleBar |
scaleBar |
protected java.lang.Double |
scaleDenom |
protected java.lang.String |
shapePath |
protected SizeType |
size |
protected StateEnum |
status |
protected java.util.List<Symbol> |
symbol |
protected java.lang.String |
symbolSet |
protected java.lang.String |
templatePattern |
protected java.lang.String |
units |
protected java.lang.String |
version |
protected java.util.List<Web> |
web |
| Constructor and Description |
|---|
Map() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAngle()
Gets the value of the angle property.
|
ItemType |
getConfig()
Gets the value of the config property.
|
java.lang.String |
getDataPattern()
Gets the value of the dataPattern property.
|
java.lang.String |
getDebug()
Gets the value of the debug property.
|
java.math.BigInteger |
getDefResolution()
Gets the value of the defResolution property.
|
java.util.List<java.lang.Double> |
getExtent()
Gets the value of the extent property.
|
java.lang.String |
getFontSet()
Gets the value of the fontSet property.
|
RgbColorType |
getImageColor()
Gets the value of the imageColor property.
|
java.lang.String |
getImageType()
Gets the value of the imageType property.
|
java.util.List<java.lang.String> |
getInclude()
Gets the value of the include property.
|
java.util.List<Layer> |
getLayer()
Gets the value of the layer property.
|
Legend |
getLegend()
Gets the value of the legend property.
|
java.math.BigInteger |
getMaxSize()
Gets the value of the maxSize property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<OutputFormat> |
getOutputFormat()
Gets the value of the outputFormat property.
|
java.util.List<java.lang.String> |
getProjection()
Gets the value of the projection property.
|
QueryMap |
getQueryMap()
Gets the value of the queryMap property.
|
Reference |
getReference()
Gets the value of the reference property.
|
java.math.BigInteger |
getResolution()
Gets the value of the resolution property.
|
ScaleBar |
getScaleBar()
Gets the value of the scaleBar property.
|
java.lang.Double |
getScaleDenom()
Gets the value of the scaleDenom property.
|
java.lang.String |
getShapePath()
Gets the value of the shapePath property.
|
SizeType |
getSize()
Gets the value of the size property.
|
StateEnum |
getStatus()
Gets the value of the status property.
|
java.util.List<Symbol> |
getSymbol()
Gets the value of the symbol property.
|
java.lang.String |
getSymbolSet()
Gets the value of the symbolSet property.
|
java.lang.String |
getTemplatePattern()
Gets the value of the templatePattern property.
|
java.lang.String |
getUnits()
Gets the value of the units property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
java.util.List<Web> |
getWeb()
Gets the value of the web property.
|
void |
setAngle(java.lang.Double value)
Sets the value of the angle property.
|
void |
setConfig(ItemType value)
Sets the value of the config property.
|
void |
setDataPattern(java.lang.String value)
Sets the value of the dataPattern property.
|
void |
setDebug(java.lang.String value)
Sets the value of the debug property.
|
void |
setDefResolution(java.math.BigInteger value)
Sets the value of the defResolution property.
|
void |
setFontSet(java.lang.String value)
Sets the value of the fontSet property.
|
void |
setImageColor(RgbColorType value)
Sets the value of the imageColor property.
|
void |
setImageType(java.lang.String value)
Sets the value of the imageType property.
|
void |
setLegend(Legend value)
Sets the value of the legend property.
|
void |
setMaxSize(java.math.BigInteger value)
Sets the value of the maxSize property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setQueryMap(QueryMap value)
Sets the value of the queryMap property.
|
void |
setReference(Reference value)
Sets the value of the reference property.
|
void |
setResolution(java.math.BigInteger value)
Sets the value of the resolution property.
|
void |
setScaleBar(ScaleBar value)
Sets the value of the scaleBar property.
|
void |
setScaleDenom(java.lang.Double value)
Sets the value of the scaleDenom property.
|
void |
setShapePath(java.lang.String value)
Sets the value of the shapePath property.
|
void |
setSize(SizeType value)
Sets the value of the size property.
|
void |
setStatus(StateEnum value)
Sets the value of the status property.
|
void |
setSymbolSet(java.lang.String value)
Sets the value of the symbolSet property.
|
void |
setTemplatePattern(java.lang.String value)
Sets the value of the templatePattern property.
|
void |
setUnits(java.lang.String value)
Sets the value of the units property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.lang.Double angle
protected ItemType config
protected java.lang.String dataPattern
protected java.lang.String debug
protected java.math.BigInteger defResolution
protected java.util.List<java.lang.Double> extent
protected java.lang.String fontSet
protected RgbColorType imageColor
protected java.lang.String imageType
protected java.util.List<java.lang.String> include
protected java.util.List<Layer> layer
protected Legend legend
protected java.math.BigInteger maxSize
protected java.lang.String name
protected java.util.List<OutputFormat> outputFormat
protected java.util.List<java.lang.String> projection
protected QueryMap queryMap
protected Reference reference
protected java.math.BigInteger resolution
protected ScaleBar scaleBar
protected java.lang.Double scaleDenom
protected java.lang.String shapePath
protected SizeType size
protected StateEnum status
protected java.util.List<Symbol> symbol
protected java.lang.String symbolSet
protected java.lang.String templatePattern
protected java.lang.String units
protected java.lang.String version
protected java.util.List<Web> web
public java.lang.Double getAngle()
Doublepublic ItemType getConfig()
ItemTypepublic java.lang.String getDataPattern()
Stringpublic java.lang.String getDebug()
Stringpublic java.math.BigInteger getDefResolution()
BigIntegerpublic java.util.List<java.lang.Double> getExtent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extent property.
For example, to add a new item, do as follows:
getExtent().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getFontSet()
Stringpublic RgbColorType getImageColor()
RgbColorTypepublic java.lang.String getImageType()
Stringpublic java.util.List<java.lang.String> getInclude()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the include property.
For example, to add a new item, do as follows:
getInclude().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<Layer> getLayer()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the layer property.
For example, to add a new item, do as follows:
getLayer().add(newItem);
Objects of the following type(s) are allowed in the list
Layer
public Legend getLegend()
Legendpublic java.math.BigInteger getMaxSize()
BigIntegerpublic java.lang.String getName()
Stringpublic java.util.List<OutputFormat> getOutputFormat()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the outputFormat property.
For example, to add a new item, do as follows:
getOutputFormat().add(newItem);
Objects of the following type(s) are allowed in the list
OutputFormat
public java.util.List<java.lang.String> getProjection()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the projection property.
For example, to add a new item, do as follows:
getProjection().add(newItem);
Objects of the following type(s) are allowed in the list
String
public QueryMap getQueryMap()
QueryMappublic Reference getReference()
Referencepublic java.math.BigInteger getResolution()
BigIntegerpublic ScaleBar getScaleBar()
ScaleBarpublic java.lang.Double getScaleDenom()
Doublepublic java.lang.String getShapePath()
Stringpublic SizeType getSize()
SizeTypepublic StateEnum getStatus()
StateEnumpublic java.util.List<Symbol> getSymbol()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the symbol property.
For example, to add a new item, do as follows:
getSymbol().add(newItem);
Objects of the following type(s) are allowed in the list
Symbol
public java.lang.String getSymbolSet()
Stringpublic java.lang.String getTemplatePattern()
Stringpublic java.lang.String getUnits()
Stringpublic java.lang.String getVersion()
Stringpublic java.util.List<Web> getWeb()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the web property.
For example, to add a new item, do as follows:
getWeb().add(newItem);
Objects of the following type(s) are allowed in the list
Web
public void setAngle(java.lang.Double value)
value - allowed object is
Doublepublic void setConfig(ItemType value)
value - allowed object is
ItemTypepublic void setDataPattern(java.lang.String value)
value - allowed object is
Stringpublic void setDebug(java.lang.String value)
value - allowed object is
Stringpublic void setDefResolution(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic void setFontSet(java.lang.String value)
value - allowed object is
Stringpublic void setImageColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic void setImageType(java.lang.String value)
value - allowed object is
Stringpublic void setLegend(Legend value)
value - allowed object is
Legendpublic void setMaxSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic void setQueryMap(QueryMap value)
value - allowed object is
QueryMappublic void setReference(Reference value)
value - allowed object is
Referencepublic void setResolution(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic void setScaleBar(ScaleBar value)
value - allowed object is
ScaleBarpublic void setScaleDenom(java.lang.Double value)
value - allowed object is
Doublepublic void setShapePath(java.lang.String value)
value - allowed object is
Stringpublic void setSize(SizeType value)
value - allowed object is
SizeTypepublic void setStatus(StateEnum value)
value - allowed object is
StateEnumpublic void setSymbolSet(java.lang.String value)
value - allowed object is
Stringpublic void setTemplatePattern(java.lang.String value)
value - allowed object is
Stringpublic void setUnits(java.lang.String value)
value - allowed object is
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
StringCopyright © 2015 gvSIG Association. All Rights Reserved.