public class CurveSegmentArrayPropertyType extends Object
Java class for CurveSegmentArrayPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurveSegmentArrayPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml}_CurveSegment" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends AbstractCurveSegmentType>> |
curveSegment |
| Constructor and Description |
|---|
CurveSegmentArrayPropertyType()
Default no-arg constructor
|
CurveSegmentArrayPropertyType(List<JAXBElement<? extends AbstractCurveSegmentType>> curveSegment)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends AbstractCurveSegmentType>> |
getCurveSegment()
Gets the value of the curveSegment property.
|
protected List<JAXBElement<? extends AbstractCurveSegmentType>> curveSegment
public CurveSegmentArrayPropertyType()
public CurveSegmentArrayPropertyType(List<JAXBElement<? extends AbstractCurveSegmentType>> curveSegment)
public List<JAXBElement<? extends AbstractCurveSegmentType>> getCurveSegment()
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 curveSegment property.
For example, to add a new item, do as follows:
getCurveSegment().add(newItem);
Objects of the following type(s) are allowed in the list
LineStringSegment
ArcStringByBulge
Geodesic
ArcByCenterPoint
CurveSegment
Bezier
Clothoid
OffsetCurve
ArcByBulge
Circle
ArcString
BSpline
Arc
CircleByCenterPoint
GeodesicString
CubicSpline
Copyright © 2016. All rights reserved.