|
||||||||||
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.ConeType
public class ConeType
A cone is a gridded surface given as a family of conic sections whose control points vary linearly. NOTE! A 5-point ellipse with all defining positions identical is a point. Thus, a truncated elliptical cone can be given as a 2x5 set of control points ((P1, P1, P1, P1, P1), (P2, P3, P4, P5, P6)). P1 is the apex of the cone. P2, P3,P4, P5 and P6 are any five distinct points around the base ellipse of the cone. If the horizontal curves are circles as opposed to ellipses, the a circular cone can be constructed using ((P1, P1, P1),(P2, P3, P4)). The apex most not coinside with the other plane.
Java-Klasse für ConeType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ConeType"> <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 | |
---|---|
ConeType()
|
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 |
---|
public ConeType()
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 |