org.citygml4j.jaxb.gml._3_1_1
Class CircleByCenterPointType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCurveSegmentType
      extended by org.citygml4j.jaxb.gml._3_1_1.ArcByCenterPointType
          extended by 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 class for CircleByCenterPointType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CircleByCenterPointType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}ArcByCenterPointType">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
CircleByCenterPointType()
           
 
Method Summary
 
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 org.citygml4j.jaxb.gml._3_1_1.AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircleByCenterPointType

public CircleByCenterPointType()