|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractSurfacePatchType
org.citygml4j.jaxb.gml._3_1_1.AbstractParametricCurveSurfaceType
org.citygml4j.jaxb.gml._3_1_1.AbstractGriddedSurfaceType
org.citygml4j.jaxb.gml._3_1_1.CylinderType
public class CylinderType
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 class for CylinderType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the horizontalCurveType property. |
CurveInterpolationType |
getVerticalCurveType()
Gets the value of the verticalCurveType property. |
boolean |
isSetHorizontalCurveType()
|
boolean |
isSetVerticalCurveType()
|
void |
setHorizontalCurveType(CurveInterpolationType value)
Sets the value of the horizontalCurveType property. |
void |
setVerticalCurveType(CurveInterpolationType value)
Sets the value of the verticalCurveType property. |
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 |
---|
public CylinderType()
Method Detail |
---|
public CurveInterpolationType getHorizontalCurveType()
CurveInterpolationType
public void setHorizontalCurveType(CurveInterpolationType value)
value
- allowed object is
CurveInterpolationType
public boolean isSetHorizontalCurveType()
public CurveInterpolationType getVerticalCurveType()
CurveInterpolationType
public void setVerticalCurveType(CurveInterpolationType value)
value
- allowed object is
CurveInterpolationType
public boolean isSetVerticalCurveType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |