org.citygml4j.jaxb.gml._3_1_1
Class ArcType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractCurveSegmentType
org.citygml4j.jaxb.gml._3_1_1.ArcStringType
org.citygml4j.jaxb.gml._3_1_1.ArcType
- Direct Known Subclasses:
- CircleType
public class ArcType
- extends ArcStringType
An Arc is an arc string with only one arc unit, i.e. three control points.
Java-Klasse für ArcType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ArcType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}ArcStringType">
<sequence>
<choice>
<choice maxOccurs="3" 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="numArc" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="1" />
</restriction>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.ArcStringType |
getCoordinates, getInterpolation, getNumArc, getPosList, getPosOrPointPropertyOrPointRep, isSetCoordinates, isSetInterpolation, isSetNumArc, isSetPosList, isSetPosOrPointPropertyOrPointRep, setCoordinates, setInterpolation, setNumArc, setPosList, setPosOrPointPropertyOrPointRep, unsetPosOrPointPropertyOrPointRep |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArcType
public ArcType()