public abstract 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/3.2}AbstractParametricCurveSurfaceType"> <sequence> <group ref="{http://www.opengis.net/gml/3.2}PointGrid"/> </sequence> <attribute name="rows" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="columns" type="{http://www.w3.org/2001/XMLSchema}integer" /> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractGriddedSurfaceType.Rows2
Java class for anonymous complex type.
|
Constructor and Description |
---|
AbstractGriddedSurfaceType() |
Modifier and Type | Method and Description |
---|---|
Integer |
getColumns()
Gets the value of the columns property.
|
Integer |
getRows()
Gets the value of the rows property.
|
AbstractGriddedSurfaceType.Rows2 |
getRows2()
Gets the value of the rows2 property.
|
void |
setColumns(Integer value)
Sets the value of the columns property.
|
void |
setRows(Integer value)
Sets the value of the rows property.
|
void |
setRows2(AbstractGriddedSurfaceType.Rows2 value)
Sets the value of the rows2 property.
|
getAggregationType, setAggregationType
public AbstractGriddedSurfaceType.Rows2 getRows2()
AbstractGriddedSurfaceType.Rows2
public void setRows2(AbstractGriddedSurfaceType.Rows2 value)
value
- allowed object is
AbstractGriddedSurfaceType.Rows2
public Integer getRows()
Integer
public void setRows(Integer value)
value
- allowed object is
Integer
public Integer getColumns()
Integer
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.