public class Style extends Object
Java class for Style complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Style"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="angle" minOccurs="0"> <simpleType> <union memberTypes=" {http://www.w3.org/2001/XMLSchema}double {http://www.mapserver.org/mapserver}attributeType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="AUTO"/> </restriction> </simpleType> </union> </simpleType> </element> <element name="antialias" type="{http://www.mapserver.org/mapserver}booleanEnum" minOccurs="0"/> <element name="backgroundColor" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/> <choice minOccurs="0"> <element name="color" type="{http://www.mapserver.org/mapserver}rgbColorType"/> <element name="colorAttribute" type="{http://www.mapserver.org/mapserver}attributeType"/> </choice> <element name="gap" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="geomTransform" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="BBOX"/> <enumeration value="END"/> <enumeration value="LABELPNT"/> <enumeration value="LABELPOLY"/> <enumeration value="START"/> <enumeration value="VERTICES"/> </restriction> </simpleType> </element> <element name="initialGap" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="lineCap" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="BUTT"/> <enumeration value="ROUND"/> <enumeration value="SQUARE"/> <enumeration value="TRIANGLE"/> <enumeration value="SVG"/> </restriction> </simpleType> </element> <element name="lineJoin" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ROUND"/> <enumeration value="MITER"/> <enumeration value="BEVEL"/> </restriction> </simpleType> </element> <element name="lineJoinMaxSize" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="maxWidth" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="minSize" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="minWidth" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="offset" type="{http://www.mapserver.org/mapserver}sizeType" minOccurs="0"/> <element name="opacity" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <choice minOccurs="0"> <element name="outlineColor" type="{http://www.mapserver.org/mapserver}rgbColorType"/> <element name="outlineColorAttribute" type="{http://www.mapserver.org/mapserver}attributeType"/> </choice> <element name="pattern" minOccurs="0"> <simpleType> <list itemType="{http://www.w3.org/2001/XMLSchema}float" /> </simpleType> </element> <element name="polarOffset" minOccurs="0"> <simpleType> <union memberTypes=" {http://www.w3.org/2001/XMLSchema}positiveInteger {http://www.mapserver.org/mapserver}attributeType {http://www.w3.org/2001/XMLSchema}positiveInteger {http://www.mapserver.org/mapserver}attributeType"> </union> </simpleType> </element> <element name="size" minOccurs="0"> <simpleType> <union memberTypes=" {http://www.w3.org/2001/XMLSchema}double {http://www.mapserver.org/mapserver}attributeType"> </union> </simpleType> </element> <element name="symbol" type="{http://www.mapserver.org/mapserver}symbolType" minOccurs="0"/> <element name="width" minOccurs="0"> <simpleType> <union memberTypes=" {http://www.w3.org/2001/XMLSchema}double {http://www.mapserver.org/mapserver}attributeType"> </union> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
angle |
protected BooleanEnum |
antialias |
protected RgbColorType |
backgroundColor |
protected RgbColorType |
color |
protected String |
colorAttribute |
protected BigInteger |
gap |
protected String |
geomTransform |
protected Double |
initialGap |
protected String |
lineCap |
protected String |
lineJoin |
protected BigInteger |
lineJoinMaxSize |
protected Float |
maxSize |
protected Float |
maxWidth |
protected Float |
minSize |
protected Float |
minWidth |
protected SizeType |
offset |
protected BigInteger |
opacity |
protected RgbColorType |
outlineColor |
protected String |
outlineColorAttribute |
protected List<Float> |
pattern |
protected String |
polarOffset |
protected String |
size |
protected SymbolType |
symbol |
protected String |
width |
Constructor and Description |
---|
Style() |
Modifier and Type | Method and Description |
---|---|
String |
getAngle()
Gets the value of the angle property.
|
BooleanEnum |
getAntialias()
Gets the value of the antialias property.
|
RgbColorType |
getBackgroundColor()
Gets the value of the backgroundColor property.
|
RgbColorType |
getColor()
Gets the value of the color property.
|
String |
getColorAttribute()
Gets the value of the colorAttribute property.
|
BigInteger |
getGap()
Gets the value of the gap property.
|
String |
getGeomTransform()
Gets the value of the geomTransform property.
|
Double |
getInitialGap()
Gets the value of the initialGap property.
|
String |
getLineCap()
Gets the value of the lineCap property.
|
String |
getLineJoin()
Gets the value of the lineJoin property.
|
BigInteger |
getLineJoinMaxSize()
Gets the value of the lineJoinMaxSize property.
|
Float |
getMaxSize()
Gets the value of the maxSize property.
|
Float |
getMaxWidth()
Gets the value of the maxWidth property.
|
Float |
getMinSize()
Gets the value of the minSize property.
|
Float |
getMinWidth()
Gets the value of the minWidth property.
|
SizeType |
getOffset()
Gets the value of the offset property.
|
BigInteger |
getOpacity()
Gets the value of the opacity property.
|
RgbColorType |
getOutlineColor()
Gets the value of the outlineColor property.
|
String |
getOutlineColorAttribute()
Gets the value of the outlineColorAttribute property.
|
List<Float> |
getPattern()
Gets the value of the pattern property.
|
String |
getPolarOffset()
Gets the value of the polarOffset property.
|
String |
getSize()
Gets the value of the size property.
|
SymbolType |
getSymbol()
Gets the value of the symbol property.
|
String |
getWidth()
Gets the value of the width property.
|
void |
setAngle(String value)
Sets the value of the angle property.
|
void |
setAntialias(BooleanEnum value)
Sets the value of the antialias property.
|
void |
setBackgroundColor(RgbColorType value)
Sets the value of the backgroundColor property.
|
void |
setColor(RgbColorType value)
Sets the value of the color property.
|
void |
setColorAttribute(String value)
Sets the value of the colorAttribute property.
|
void |
setGap(BigInteger value)
Sets the value of the gap property.
|
void |
setGeomTransform(String value)
Sets the value of the geomTransform property.
|
void |
setInitialGap(Double value)
Sets the value of the initialGap property.
|
void |
setLineCap(String value)
Sets the value of the lineCap property.
|
void |
setLineJoin(String value)
Sets the value of the lineJoin property.
|
void |
setLineJoinMaxSize(BigInteger value)
Sets the value of the lineJoinMaxSize property.
|
void |
setMaxSize(Float value)
Sets the value of the maxSize property.
|
void |
setMaxWidth(Float value)
Sets the value of the maxWidth property.
|
void |
setMinSize(Float value)
Sets the value of the minSize property.
|
void |
setMinWidth(Float value)
Sets the value of the minWidth property.
|
void |
setOffset(SizeType value)
Sets the value of the offset property.
|
void |
setOpacity(BigInteger value)
Sets the value of the opacity property.
|
void |
setOutlineColor(RgbColorType value)
Sets the value of the outlineColor property.
|
void |
setOutlineColorAttribute(String value)
Sets the value of the outlineColorAttribute property.
|
void |
setPolarOffset(String value)
Sets the value of the polarOffset property.
|
void |
setSize(String value)
Sets the value of the size property.
|
void |
setSymbol(SymbolType value)
Sets the value of the symbol property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
protected String angle
protected BooleanEnum antialias
protected RgbColorType backgroundColor
protected RgbColorType color
protected String colorAttribute
protected BigInteger gap
protected String geomTransform
protected Double initialGap
protected String lineCap
protected String lineJoin
protected BigInteger lineJoinMaxSize
protected Float maxSize
protected Float maxWidth
protected Float minSize
protected Float minWidth
protected SizeType offset
protected BigInteger opacity
protected RgbColorType outlineColor
protected String outlineColorAttribute
protected String polarOffset
protected String size
protected SymbolType symbol
protected String width
public String getAngle()
String
public void setAngle(String value)
value
- allowed object is
String
public BooleanEnum getAntialias()
BooleanEnum
public void setAntialias(BooleanEnum value)
value
- allowed object is
BooleanEnum
public RgbColorType getBackgroundColor()
RgbColorType
public void setBackgroundColor(RgbColorType value)
value
- allowed object is
RgbColorType
public RgbColorType getColor()
RgbColorType
public void setColor(RgbColorType value)
value
- allowed object is
RgbColorType
public String getColorAttribute()
String
public void setColorAttribute(String value)
value
- allowed object is
String
public BigInteger getGap()
BigInteger
public void setGap(BigInteger value)
value
- allowed object is
BigInteger
public String getGeomTransform()
String
public void setGeomTransform(String value)
value
- allowed object is
String
public Double getInitialGap()
Double
public void setInitialGap(Double value)
value
- allowed object is
Double
public String getLineCap()
String
public void setLineCap(String value)
value
- allowed object is
String
public String getLineJoin()
String
public void setLineJoin(String value)
value
- allowed object is
String
public BigInteger getLineJoinMaxSize()
BigInteger
public void setLineJoinMaxSize(BigInteger value)
value
- allowed object is
BigInteger
public Float getMaxSize()
Float
public void setMaxSize(Float value)
value
- allowed object is
Float
public Float getMaxWidth()
Float
public void setMaxWidth(Float value)
value
- allowed object is
Float
public Float getMinSize()
Float
public void setMinSize(Float value)
value
- allowed object is
Float
public Float getMinWidth()
Float
public void setMinWidth(Float value)
value
- allowed object is
Float
public SizeType getOffset()
SizeType
public void setOffset(SizeType value)
value
- allowed object is
SizeType
public BigInteger getOpacity()
BigInteger
public void setOpacity(BigInteger value)
value
- allowed object is
BigInteger
public RgbColorType getOutlineColor()
RgbColorType
public void setOutlineColor(RgbColorType value)
value
- allowed object is
RgbColorType
public String getOutlineColorAttribute()
String
public void setOutlineColorAttribute(String value)
value
- allowed object is
String
public List<Float> getPattern()
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 pattern property.
For example, to add a new item, do as follows:
getPattern().add(newItem);
Objects of the following type(s) are allowed in the list
Float
public String getPolarOffset()
String
public void setPolarOffset(String value)
value
- allowed object is
String
public String getSize()
String
public void setSize(String value)
value
- allowed object is
String
public SymbolType getSymbol()
SymbolType
public void setSymbol(SymbolType value)
value
- allowed object is
SymbolType
public String getWidth()
String