public class MultiSurfaceType extends AbstractGeometricAggregateType
Java class for MultiSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultiSurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractGeometricAggregateType">
<sequence>
<element ref="{http://www.opengis.net/gml/3.2}surfaceMember" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml/3.2}surfaceMembers" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<SurfacePropertyType> |
surfaceMember |
protected SurfaceArrayPropertyType |
surfaceMembers |
aggregationTypeaxisLabels, srsDimension, srsName, uomLabelsdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
MultiSurfaceType() |
| Modifier and Type | Method and Description |
|---|---|
List<SurfacePropertyType> |
getSurfaceMember()
Gets the value of the surfaceMember property.
|
SurfaceArrayPropertyType |
getSurfaceMembers()
Gets the value of the surfaceMembers property.
|
void |
setSurfaceMembers(SurfaceArrayPropertyType value)
Sets the value of the surfaceMembers property.
|
getAggregationType, setAggregationTypegetAxisLabels, getSrsDimension, getSrsName, getUomLabels, setSrsDimension, setSrsNamegetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierprotected List<SurfacePropertyType> surfaceMember
protected SurfaceArrayPropertyType surfaceMembers
public List<SurfacePropertyType> getSurfaceMember()
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 surfaceMember property.
For example, to add a new item, do as follows:
getSurfaceMember().add(newItem);
Objects of the following type(s) are allowed in the list
SurfacePropertyType
public SurfaceArrayPropertyType getSurfaceMembers()
SurfaceArrayPropertyTypepublic void setSurfaceMembers(SurfaceArrayPropertyType value)
value - allowed object is
SurfaceArrayPropertyTypeCopyright © 2014–2018 B3Partners B.V.. All rights reserved.