org.citygml4j.jaxb.gml._3_1_1
Class CircleByCenterPointType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractCurveSegmentType
org.citygml4j.jaxb.gml._3_1_1.ArcByCenterPointType
org.citygml4j.jaxb.gml._3_1_1.CircleByCenterPointType
public class CircleByCenterPointType
- extends ArcByCenterPointType
A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle. Again, this represenation can be used only in 2D.
Java-Klasse für CircleByCenterPointType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CircleByCenterPointType">
<complexContent>
<extension base="{http://www.opengis.net/gml}ArcByCenterPointType">
</extension>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.ArcByCenterPointType |
getCoordinates, getEndAngle, getInterpolation, getNumArc, getPointProperty, getPointRep, getPos, getPosList, getRadius, getStartAngle, isSetCoordinates, isSetEndAngle, isSetInterpolation, isSetNumArc, isSetPointProperty, isSetPointRep, isSetPos, isSetPosList, isSetRadius, isSetStartAngle, setCoordinates, setEndAngle, setInterpolation, setNumArc, setPointProperty, setPointRep, setPos, setPosList, setRadius, setStartAngle |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CircleByCenterPointType
public CircleByCenterPointType()