net.opengis.gml
Class ArcStringType

java.lang.Object
  extended by net.opengis.gml.AbstractCurveSegmentType
      extended by net.opengis.gml.ArcStringType
Direct Known Subclasses:
ArcType

public class ArcStringType
extends AbstractCurveSegmentType

An ArcString is a curve segment that uses three-point circular arc interpolation.

Classe Java pour ArcStringType complex type.

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

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


Field Summary
protected  CoordinatesType coordinates
           
static CurveInterpolationType INTERPOLATION
           
protected  BigInteger numArc
           
protected  DirectPositionListType posList
           
protected  List<JAXBElement<?>> posOrPointPropertyOrPointRep
           
 
Fields inherited from class net.opengis.gml.AbstractCurveSegmentType
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart
 
Constructor Summary
ArcStringType()
           
 
Method Summary
 CoordinatesType getCoordinates()
          Deprecated with GML version 3.1.0.
 BigInteger getNumArc()
          Obtient la valeur de la propriété numArc.
 DirectPositionListType getPosList()
          Obtient la valeur de la propriété posList.
 List<JAXBElement<?>> getPosOrPointPropertyOrPointRep()
          Gets the value of the posOrPointPropertyOrPointRep property.
 boolean isSetCoordinates()
           
 boolean isSetNumArc()
           
 boolean isSetPosList()
           
 boolean isSetPosOrPointPropertyOrPointRep()
           
 void setCoordinates(CoordinatesType value)
          Définit la valeur de la propriété coordinates.
 void setNumArc(BigInteger value)
          Définit la valeur de la propriété numArc.
 void setPosList(DirectPositionListType value)
          Définit la valeur de la propriété posList.
 void 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
 

Field Detail

posOrPointPropertyOrPointRep

protected List<JAXBElement<?>> posOrPointPropertyOrPointRep

posList

protected DirectPositionListType posList

coordinates

protected CoordinatesType coordinates

INTERPOLATION

public static final CurveInterpolationType INTERPOLATION

numArc

protected BigInteger numArc
Constructor Detail

ArcStringType

public ArcStringType()
Method Detail

getPosOrPointPropertyOrPointRep

public List<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<DirectPositionType> JAXBElement<PointPropertyType> JAXBElement<PointPropertyType>


isSetPosOrPointPropertyOrPointRep

public boolean isSetPosOrPointPropertyOrPointRep()

unsetPosOrPointPropertyOrPointRep

public void unsetPosOrPointPropertyOrPointRep()

getPosList

public DirectPositionListType getPosList()
Obtient la valeur de la propriété posList.

Returns:
possible object is DirectPositionListType

setPosList

public void setPosList(DirectPositionListType value)
Définit la valeur de la propriété posList.

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)
Définit la valeur de la propriété coordinates.

Parameters:
value - allowed object is CoordinatesType

isSetCoordinates

public boolean isSetCoordinates()

getNumArc

public BigInteger getNumArc()
Obtient la valeur de la propriété numArc.

Returns:
possible object is BigInteger

setNumArc

public void setNumArc(BigInteger value)
Définit la valeur de la propriété numArc.

Parameters:
value - allowed object is BigInteger

isSetNumArc

public boolean isSetNumArc()


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