org.citygml4j.jaxb.gml._3_1_1
Class ArcStringByBulgeType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCurveSegmentType
      extended by org.citygml4j.jaxb.gml._3_1_1.ArcStringByBulgeType
Direct Known Subclasses:
ArcByBulgeType

public class ArcStringByBulgeType
extends AbstractCurveSegmentType

This variant of the arc computes the mid points of the arcs instead of storing the coordinates directly. The control point sequence consists of the start and end points of each arc plus the bulge.

Java-Klasse für ArcStringByBulgeType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="ArcStringByBulgeType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractCurveSegmentType">
       <sequence>
         <choice>
           <choice maxOccurs="unbounded" 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" maxOccurs="unbounded"/>
         <element name="normal" type="{http://www.opengis.net/gml}VectorType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="interpolation" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="circularArc2PointWithBulge" />
       <attribute name="numArc" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ArcStringByBulgeType()
           
 
Method Summary
 java.util.List<java.lang.Double> getBulge()
          Gets the value of the bulge property.
 CoordinatesType getCoordinates()
          Deprecated with GML version 3.1.0.
 CurveInterpolationType getInterpolation()
          Ruft den Wert der interpolation-Eigenschaft ab.
 java.util.List<VectorType> getNormal()
          Gets the value of the normal property.
 java.math.BigInteger getNumArc()
          Ruft den Wert der numArc-Eigenschaft ab.
 DirectPositionListType getPosList()
          Ruft den Wert der posList-Eigenschaft ab.
 java.util.List<javax.xml.bind.JAXBElement<?>> getPosOrPointPropertyOrPointRep()
          Gets the value of the posOrPointPropertyOrPointRep property.
 boolean isSetBulge()
           
 boolean isSetCoordinates()
           
 boolean isSetInterpolation()
           
 boolean isSetNormal()
           
 boolean isSetNumArc()
           
 boolean isSetPosList()
           
 boolean isSetPosOrPointPropertyOrPointRep()
           
 void setBulge(java.util.List<java.lang.Double> bulge)
          Sets the value of the bulge property.
 void setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void setInterpolation(CurveInterpolationType value)
          Legt den Wert der interpolation-Eigenschaft fest.
 void setNormal(java.util.List<VectorType> normal)
          Sets the value of the normal property.
 void setNumArc(java.math.BigInteger value)
          Legt den Wert der numArc-Eigenschaft fest.
 void setPosList(DirectPositionListType value)
          Legt den Wert der posList-Eigenschaft fest.
 void setPosOrPointPropertyOrPointRep(java.util.List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep)
          Sets the value of the posOrPointPropertyOrPointRep property.
 void unsetBulge()
           
 void unsetNormal()
           
 void unsetPosOrPointPropertyOrPointRep()
           
 
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

ArcStringByBulgeType

public ArcStringByBulgeType()
Method Detail

getPosOrPointPropertyOrPointRep

public java.util.List<javax.xml.bind.JAXBElement<?>> getPosOrPointPropertyOrPointRep()
Gets the value of the posOrPointPropertyOrPointRep property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the posOrPointPropertyOrPointRep property.

For example, to add a new item, do as follows:

    getPosOrPointPropertyOrPointRep().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<PointPropertyType> JAXBElement<PointPropertyType> JAXBElement<DirectPositionType>


isSetPosOrPointPropertyOrPointRep

public boolean isSetPosOrPointPropertyOrPointRep()

unsetPosOrPointPropertyOrPointRep

public void unsetPosOrPointPropertyOrPointRep()

getPosList

public DirectPositionListType getPosList()
Ruft den Wert der posList-Eigenschaft ab.

Returns:
possible object is DirectPositionListType

setPosList

public void setPosList(DirectPositionListType value)
Legt den Wert der posList-Eigenschaft fest.

Parameters:
value - allowed object is DirectPositionListType

isSetPosList

public boolean isSetPosList()

getCoordinates

public CoordinatesType getCoordinates()
Deprecated with GML version 3.1.0. Use "posList" instead.

Returns:
possible object is CoordinatesType

setCoordinates

public void setCoordinates(CoordinatesType value)
Legt den Wert der coordinates-Eigenschaft fest.

Parameters:
value - allowed object is CoordinatesType

isSetCoordinates

public boolean isSetCoordinates()

getBulge

public java.util.List<java.lang.Double> getBulge()
Gets the value of the bulge property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bulge property.

For example, to add a new item, do as follows:

    getBulge().add(newItem);
 

Objects of the following type(s) are allowed in the list Double


isSetBulge

public boolean isSetBulge()

unsetBulge

public void unsetBulge()

getNormal

public java.util.List<VectorType> getNormal()
Gets the value of the normal property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the normal property.

For example, to add a new item, do as follows:

    getNormal().add(newItem);
 

Objects of the following type(s) are allowed in the list VectorType


isSetNormal

public boolean isSetNormal()

unsetNormal

public void unsetNormal()

getInterpolation

public CurveInterpolationType getInterpolation()
Ruft den Wert der interpolation-Eigenschaft ab.

Returns:
possible object is CurveInterpolationType

setInterpolation

public void setInterpolation(CurveInterpolationType value)
Legt den Wert der interpolation-Eigenschaft fest.

Parameters:
value - allowed object is CurveInterpolationType

isSetInterpolation

public boolean isSetInterpolation()

getNumArc

public java.math.BigInteger getNumArc()
Ruft den Wert der numArc-Eigenschaft ab.

Returns:
possible object is BigInteger

setNumArc

public void setNumArc(java.math.BigInteger value)
Legt den Wert der numArc-Eigenschaft fest.

Parameters:
value - allowed object is BigInteger

isSetNumArc

public boolean isSetNumArc()

setPosOrPointPropertyOrPointRep

public void setPosOrPointPropertyOrPointRep(java.util.List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep)
Sets the value of the posOrPointPropertyOrPointRep property.

Parameters:
posOrPointPropertyOrPointRep - allowed object is JAXBElement<PointPropertyType> JAXBElement<PointPropertyType> JAXBElement<DirectPositionType>

setBulge

public void setBulge(java.util.List<java.lang.Double> bulge)
Sets the value of the bulge property.

Parameters:
bulge - allowed object is Double

setNormal

public void setNormal(java.util.List<VectorType> normal)
Sets the value of the normal property.

Parameters:
normal - allowed object is VectorType