public class AnchorPoint extends 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 ref="{http://www.opengis.net/sld}AnchorPointX"/> <element ref="{http://www.opengis.net/sld}AnchorPointY"/> </sequence> </restriction> </complexContent> </complexType>
Defined in the geotk-xml-sld
module
Modifier and Type | Field and Description |
---|---|
protected ParameterValueType |
anchorPointX |
protected ParameterValueType |
anchorPointY |
Constructor and Description |
---|
AnchorPoint() |
Modifier and Type | Method and Description |
---|---|
ParameterValueType |
getAnchorPointX()
Gets the value of the anchorPointX property.
|
ParameterValueType |
getAnchorPointY()
Gets the value of the anchorPointY property.
|
void |
setAnchorPointX(ParameterValueType value)
Sets the value of the anchorPointX property.
|
void |
setAnchorPointY(ParameterValueType value)
Sets the value of the anchorPointY property.
|
protected ParameterValueType anchorPointX
protected ParameterValueType anchorPointY
public ParameterValueType getAnchorPointX()
ParameterValueType
public void setAnchorPointX(ParameterValueType value)
value
- allowed object is
ParameterValueType
public ParameterValueType getAnchorPointY()
ParameterValueType
public void setAnchorPointY(ParameterValueType value)
value
- allowed object is
ParameterValueType
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.