Class 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>