org.citygml4j.jaxb.gml._3_1_1
Class AbstractGriddedSurfaceType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractSurfacePatchType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractParametricCurveSurfaceType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGriddedSurfaceType
Direct Known Subclasses:
ConeType, CylinderType, SphereType

public class AbstractGriddedSurfaceType
extends AbstractParametricCurveSurfaceType

A gridded surface is a parametric curve surface derived from a rectangular grid in the parameter space. The rows from this grid are control points for horizontal surface curves; the columns are control points for vertical surface curves. The working assumption is that for a pair of parametric co-ordinates (s, t) that the horizontal curves for each integer offset are calculated and evaluated at "s". The defines a sequence of control points: cn(s) : s 1 .....columns From this sequence a vertical curve is calculated for "s", and evaluated at "t". In most cases, the order of calculation (horizontal-vertical vs. vertical-horizontal) does not make a difference. Where it does, the horizontal- vertical order shall be the one used. Logically, any pair of curve interpolation types can lead to a subtype of GriddedSurface. The following clauses define some most commonly encountered surfaces that can be represented in this manner.

Java-Klasse für AbstractGriddedSurfaceType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 


Nested Class Summary
static class AbstractGriddedSurfaceType.Row
          Java-Klasse für anonymous complex type.
 
Constructor Summary
AbstractGriddedSurfaceType()
           
 
Method Summary
 java.math.BigInteger getColumns()
          Ruft den Wert der columns-Eigenschaft ab.
 java.util.List<AbstractGriddedSurfaceType.Row> getRow()
          Gets the value of the row property.
 java.math.BigInteger getRows()
          Ruft den Wert der rows-Eigenschaft ab.
 boolean isSetColumns()
           
 boolean isSetRow()
           
 boolean isSetRows()
           
 void setColumns(java.math.BigInteger value)
          Legt den Wert der columns-Eigenschaft fest.
 void setRow(java.util.List<AbstractGriddedSurfaceType.Row> row)
          Sets the value of the row property.
 void setRows(java.math.BigInteger value)
          Legt den Wert der rows-Eigenschaft fest.
 void unsetRow()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGriddedSurfaceType

public AbstractGriddedSurfaceType()
Method Detail

getRow

public java.util.List<AbstractGriddedSurfaceType.Row> getRow()
Gets the value of the row property.

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


isSetRow

public boolean isSetRow()

unsetRow

public void unsetRow()

getRows

public java.math.BigInteger getRows()
Ruft den Wert der rows-Eigenschaft ab.

Returns:
possible object is BigInteger

setRows

public void setRows(java.math.BigInteger value)
Legt den Wert der rows-Eigenschaft fest.

Parameters:
value - allowed object is BigInteger

isSetRows

public boolean isSetRows()

getColumns

public java.math.BigInteger getColumns()
Ruft den Wert der columns-Eigenschaft ab.

Returns:
possible object is BigInteger

setColumns

public void setColumns(java.math.BigInteger value)
Legt den Wert der columns-Eigenschaft fest.

Parameters:
value - allowed object is BigInteger

isSetColumns

public boolean isSetColumns()

setRow

public void setRow(java.util.List<AbstractGriddedSurfaceType.Row> row)
Sets the value of the row property.

Parameters:
row - allowed object is AbstractGriddedSurfaceType.Row