Package uk.org.siri.siri21
Class CircularAreaStructure
- java.lang.Object
-
- uk.org.siri.siri21.LocationStructure
-
- uk.org.siri.siri21.CircularAreaStructure
-
- All Implemented Interfaces:
Serializable
public class CircularAreaStructure extends LocationStructure implements Serializable
Type for a circular area centered around a point that may be expressed in concrete WGS 84 Coordinates or any gml compatible point coordinates format. +SIRI v2.1Java class for CircularAreaStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CircularAreaStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}LocationStructure"> <sequence> <element name="Radius" type="{http://www.siri.org.uk/siri}DistanceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegerradius-
Fields inherited from class uk.org.siri.siri21.LocationStructure
altitude, coordinates, id, latitude, longitude, precision, srsName
-
-
Constructor Summary
Constructors Constructor Description CircularAreaStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetRadius()Gets the value of the radius property.voidsetRadius(BigInteger value)Sets the value of the radius property.-
Methods inherited from class uk.org.siri.siri21.LocationStructure
getAltitude, getCoordinates, getId, getLatitude, getLongitude, getPrecision, getSrsName, setAltitude, setCoordinates, setId, setLatitude, setLongitude, setPrecision, setSrsName
-
-
-
-
Field Detail
-
radius
protected BigInteger radius
-
-
Method Detail
-
getRadius
public BigInteger getRadius()
Gets the value of the radius property.- Returns:
- possible object is
BigInteger
-
setRadius
public void setRadius(BigInteger value)
Sets the value of the radius property.- Parameters:
value- allowed object isBigInteger
-
-