public class AbstractGriddedSurfaceType extends AbstractParametricCurveSurfaceType
Java class for AbstractGriddedSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractGriddedSurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractParametricCurveSurfaceType">
<sequence>
<group ref="{http://www.opengis.net/gml}PointGrid"/>
<element name="rows" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="columns" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractGriddedSurfaceType.Row
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
columns |
protected List<AbstractGriddedSurfaceType.Row> |
row |
protected BigInteger |
rows |
| Constructor and Description |
|---|
AbstractGriddedSurfaceType()
Default no-arg constructor
|
AbstractGriddedSurfaceType(List<AbstractGriddedSurfaceType.Row> row,
BigInteger rows,
BigInteger columns)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getColumns()
Gets the value of the columns property.
|
List<AbstractGriddedSurfaceType.Row> |
getRow()
Gets the value of the row property.
|
BigInteger |
getRows()
Gets the value of the rows property.
|
void |
setColumns(BigInteger value)
Sets the value of the columns property.
|
void |
setRows(BigInteger value)
Sets the value of the rows property.
|
protected List<AbstractGriddedSurfaceType.Row> row
protected BigInteger rows
protected BigInteger columns
public AbstractGriddedSurfaceType()
public AbstractGriddedSurfaceType(List<AbstractGriddedSurfaceType.Row> row, BigInteger rows, BigInteger columns)
public List<AbstractGriddedSurfaceType.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
AbstractGriddedSurfaceType.Row
public BigInteger getRows()
BigIntegerpublic void setRows(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getColumns()
BigIntegerpublic void setColumns(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2021 B3Partners B.V.. All rights reserved.