public class ArcBandType extends AbstractSurfaceType
Java class for ArcBandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArcBandType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSurfaceType">
<sequence>
<group ref="{http://www.opengis.net/pidflo/1.0}centerGroup"/>
<element name="innerRadius" type="{http://www.opengis.net/gml}LengthType"/>
<element name="outerRadius" type="{http://www.opengis.net/gml}LengthType"/>
<element name="startAngle" type="{http://www.opengis.net/gml}AngleType"/>
<element name="openingAngle" type="{http://www.opengis.net/gml}AngleType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LengthType |
innerRadius |
protected AngleType |
openingAngle |
protected LengthType |
outerRadius |
protected PointPropertyType |
pointProperty |
protected DirectPositionType |
pos |
protected AngleType |
startAngle |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
ArcBandType() |
| Modifier and Type | Method and Description |
|---|---|
LengthType |
getInnerRadius()
Gets the value of the innerRadius property.
|
AngleType |
getOpeningAngle()
Gets the value of the openingAngle property.
|
LengthType |
getOuterRadius()
Gets the value of the outerRadius property.
|
PointPropertyType |
getPointProperty()
Gets the value of the pointProperty property.
|
DirectPositionType |
getPos()
Gets the value of the pos property.
|
AngleType |
getStartAngle()
Gets the value of the startAngle property.
|
void |
setInnerRadius(LengthType value)
Sets the value of the innerRadius property.
|
void |
setOpeningAngle(AngleType value)
Sets the value of the openingAngle property.
|
void |
setOuterRadius(LengthType value)
Sets the value of the outerRadius property.
|
void |
setPointProperty(PointPropertyType value)
Sets the value of the pointProperty property.
|
void |
setPos(DirectPositionType value)
Sets the value of the pos property.
|
void |
setStartAngle(AngleType value)
Sets the value of the startAngle property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected DirectPositionType pos
protected PointPropertyType pointProperty
protected LengthType innerRadius
protected LengthType outerRadius
protected AngleType startAngle
protected AngleType openingAngle
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 getInnerRadius()
LengthTypepublic void setInnerRadius(LengthType value)
value - allowed object is
LengthTypepublic LengthType getOuterRadius()
LengthTypepublic void setOuterRadius(LengthType value)
value - allowed object is
LengthTypepublic AngleType getStartAngle()
AngleTypepublic void setStartAngle(AngleType value)
value - allowed object is
AngleTypepublic AngleType getOpeningAngle()
AngleTypeCopyright © 2018. All rights reserved.