org.citygml4j.jaxb.gml._3_1_1
Class CylinderType

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
              extended by org.citygml4j.jaxb.gml._3_1_1.CylinderType

public class CylinderType
extends AbstractGriddedSurfaceType

A cylinder is a gridded surface given as a family of circles whose positions vary along a set of parallel lines, keeping the cross sectional horizontal curves of a constant shape. NOTE! Given the same working assumptions as in the previous note, a Cylinder can be given by two circles, giving us the control points of the form ((P1, P2, P3),(P4, P5, P6)).

Java-Klasse für CylinderType complex type.

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

 <complexType name="CylinderType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGriddedSurfaceType">
       <attribute name="horizontalCurveType" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="circularArc3Points" />
       <attribute name="verticalCurveType" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="linear" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGriddedSurfaceType
AbstractGriddedSurfaceType.Row
 
Constructor Summary
CylinderType()
           
 
Method Summary
 CurveInterpolationType getHorizontalCurveType()
          Ruft den Wert der horizontalCurveType-Eigenschaft ab.
 CurveInterpolationType getVerticalCurveType()
          Ruft den Wert der verticalCurveType-Eigenschaft ab.
 boolean isSetHorizontalCurveType()
           
 boolean isSetVerticalCurveType()
           
 void setHorizontalCurveType(CurveInterpolationType value)
          Legt den Wert der horizontalCurveType-Eigenschaft fest.
 void setVerticalCurveType(CurveInterpolationType value)
          Legt den Wert der verticalCurveType-Eigenschaft fest.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGriddedSurfaceType
getColumns, getRow, getRows, isSetColumns, isSetRow, isSetRows, setColumns, setRow, setRows, unsetRow
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CylinderType

public CylinderType()
Method Detail

getHorizontalCurveType

public CurveInterpolationType getHorizontalCurveType()
Ruft den Wert der horizontalCurveType-Eigenschaft ab.

Returns:
possible object is CurveInterpolationType

setHorizontalCurveType

public void setHorizontalCurveType(CurveInterpolationType value)
Legt den Wert der horizontalCurveType-Eigenschaft fest.

Parameters:
value - allowed object is CurveInterpolationType

isSetHorizontalCurveType

public boolean isSetHorizontalCurveType()

getVerticalCurveType

public CurveInterpolationType getVerticalCurveType()
Ruft den Wert der verticalCurveType-Eigenschaft ab.

Returns:
possible object is CurveInterpolationType

setVerticalCurveType

public void setVerticalCurveType(CurveInterpolationType value)
Legt den Wert der verticalCurveType-Eigenschaft fest.

Parameters:
value - allowed object is CurveInterpolationType

isSetVerticalCurveType

public boolean isSetVerticalCurveType()