public static class AbstractGriddedSurfaceType.Rows2 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Row" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.opengis.net/gml/3.2}geometricPositionListGroup"/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractGriddedSurfaceType.Rows2.Row
Java class for anonymous complex type.
|
Constructor and Description |
---|
Rows2() |
Modifier and Type | Method and Description |
---|---|
List<AbstractGriddedSurfaceType.Rows2.Row> |
getRow()
Gets the value of the row property.
|
public List<AbstractGriddedSurfaceType.Rows2.Row> getRow()
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 row property.
For example, to add a new item, do as follows:
getRow().add(newItem);
Objects of the following type(s) are allowed in the list
.Row
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.