|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractCurveSegmentType
org.citygml4j.jaxb.gml._3_1_1.ArcStringType
public class ArcStringType
An ArcString is a curve segment that uses three-point circular arc interpolation.
Java class for ArcStringType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Constructor Summary | |
---|---|
ArcStringType()
|
Method Summary | |
---|---|
CoordinatesType |
getCoordinates()
Deprecated with GML version 3.1.0. |
CurveInterpolationType |
getInterpolation()
Gets the value of the interpolation property. |
java.math.BigInteger |
getNumArc()
Gets the value of the numArc property. |
DirectPositionListType |
getPosList()
Gets the value of the posList property. |
java.util.List<javax.xml.bind.JAXBElement<?>> |
getPosOrPointPropertyOrPointRep()
Gets the value of the posOrPointPropertyOrPointRep property. |
boolean |
isSetCoordinates()
|
boolean |
isSetInterpolation()
|
boolean |
isSetNumArc()
|
boolean |
isSetPosList()
|
boolean |
isSetPosOrPointPropertyOrPointRep()
|
void |
setCoordinates(CoordinatesType value)
Sets the value of the coordinates property. |
void |
setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property. |
void |
setNumArc(java.math.BigInteger value)
Sets the value of the numArc property. |
void |
setPosList(DirectPositionListType value)
Sets the value of the posList property. |
void |
setPosOrPointPropertyOrPointRep(java.util.List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep)
Sets the value of the posOrPointPropertyOrPointRep property. |
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 |
---|
public ArcStringType()
Method Detail |
---|
public java.util.List<javax.xml.bind.JAXBElement<?>> getPosOrPointPropertyOrPointRep()
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
<
DirectPositionType
>
JAXBElement
<
PointPropertyType
>
public boolean isSetPosOrPointPropertyOrPointRep()
public void unsetPosOrPointPropertyOrPointRep()
public DirectPositionListType getPosList()
DirectPositionListType
public void setPosList(DirectPositionListType value)
value
- allowed object is
DirectPositionListType
public boolean isSetPosList()
public CoordinatesType getCoordinates()
CoordinatesType
public void setCoordinates(CoordinatesType value)
value
- allowed object is
CoordinatesType
public boolean isSetCoordinates()
public CurveInterpolationType getInterpolation()
CurveInterpolationType
public void setInterpolation(CurveInterpolationType value)
value
- allowed object is
CurveInterpolationType
public boolean isSetInterpolation()
public java.math.BigInteger getNumArc()
BigInteger
public void setNumArc(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetNumArc()
public void setPosOrPointPropertyOrPointRep(java.util.List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep)
posOrPointPropertyOrPointRep
- allowed object is
JAXBElement
<
PointPropertyType
>
JAXBElement
<
DirectPositionType
>
JAXBElement
<
PointPropertyType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |