public class CircleType extends AbstractSurfaceType
Java class for CircleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CircleType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSurfaceType">
<sequence>
<group ref="{http://www.opengis.net/pidflo/1.0}centerGroup"/>
<element name="radius" type="{http://www.opengis.net/gml}LengthType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PointPropertyType |
pointProperty |
protected DirectPositionType |
pos |
protected LengthType |
radius |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
CircleType() |
| Modifier and Type | Method and Description |
|---|---|
PointPropertyType |
getPointProperty()
Gets the value of the pointProperty property.
|
DirectPositionType |
getPos()
Gets the value of the pos property.
|
LengthType |
getRadius()
Gets the value of the radius property.
|
void |
setPointProperty(PointPropertyType value)
Sets the value of the pointProperty property.
|
void |
setPos(DirectPositionType value)
Sets the value of the pos property.
|
void |
setRadius(LengthType value)
Sets the value of the radius property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected DirectPositionType pos
protected PointPropertyType pointProperty
protected LengthType radius
public DirectPositionType getPos()
DirectPositionTypepublic void setPos(DirectPositionType value)
value - allowed object is
DirectPositionTypepublic PointPropertyType getPointProperty()
PointPropertyTypepublic void setPointProperty(PointPropertyType value)
value - allowed object is
PointPropertyTypepublic LengthType getRadius()
LengthTypepublic void setRadius(LengthType value)
value - allowed object is
LengthTypeCopyright © 2018. All rights reserved.