net.opengis.gml
Class ArcByBulgeType

java.lang.Object
  extended by net.opengis.gml.AbstractCurveSegmentType
      extended by net.opengis.gml.ArcStringByBulgeType
          extended by net.opengis.gml.ArcByBulgeType

public class ArcByBulgeType
extends ArcStringByBulgeType

An ArcByBulge is an arc string with only one arc unit, i.e. two control points and one bulge.

Classe Java pour ArcByBulgeType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="ArcByBulgeType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}ArcStringByBulgeType">
       <sequence>
         <choice>
           <choice maxOccurs="2" minOccurs="2">
             <element ref="{http://www.opengis.net/gml}pos"/>
             <element ref="{http://www.opengis.net/gml}pointProperty"/>
             <element ref="{http://www.opengis.net/gml}pointRep"/>
           </choice>
           <element ref="{http://www.opengis.net/gml}posList"/>
           <element ref="{http://www.opengis.net/gml}coordinates"/>
         </choice>
         <element name="bulge" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="normal" type="{http://www.opengis.net/gml}VectorType"/>
       </sequence>
       <attribute name="numArc" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="1" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class net.opengis.gml.ArcStringByBulgeType
bulge, coordinates, INTERPOLATION, normal, numArc, posList, posOrPointPropertyOrPointRep
 
Fields inherited from class net.opengis.gml.AbstractCurveSegmentType
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart
 
Constructor Summary
ArcByBulgeType()
           
 
Method Summary
 
Methods inherited from class net.opengis.gml.ArcStringByBulgeType
getBulge, getCoordinates, getNormal, getNumArc, getPosList, getPosOrPointPropertyOrPointRep, isSetBulge, isSetCoordinates, isSetNormal, isSetNumArc, isSetPosList, isSetPosOrPointPropertyOrPointRep, setCoordinates, setNumArc, setPosList, unsetBulge, unsetNormal, unsetPosOrPointPropertyOrPointRep
 
Methods inherited from class net.opengis.gml.AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcByBulgeType

public ArcByBulgeType()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.