public class RingType extends AbstractRingType
Java class for RingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RingType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractRingType">
<sequence>
<element ref="{http://www.opengis.net/gml}curveMember" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CurveMember> |
curveMember |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
RingType()
Default no-arg constructor
|
RingType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
List<CurveMember> curveMember)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<CurveMember> |
getCurveMember()
This element references or contains one curve in the composite curve.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected List<CurveMember> curveMember
public RingType()
public RingType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, List<CurveMember> curveMember)
public List<CurveMember> getCurveMember()
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 curveMember property.
For example, to add a new item, do as follows:
getCurveMember().add(newItem);
Objects of the following type(s) are allowed in the list
CurveMember
Copyright © 2018 B3Partners B.V.. All rights reserved.