org.citygml4j.jaxb.gml._3_1_1
Class TriangleType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractSurfacePatchType
      extended by org.citygml4j.jaxb.gml._3_1_1.TriangleType

public class TriangleType
extends AbstractSurfacePatchType

Represents a triangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be four.

Java-Klasse für TriangleType complex type.

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

 <complexType name="TriangleType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractSurfacePatchType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}exterior"/>
       </sequence>
       <attribute name="interpolation" type="{http://www.opengis.net/gml}SurfaceInterpolationType" fixed="planar" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TriangleType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<AbstractRingPropertyType> getExterior()
          Constraint: The Ring shall be a LinearRing and must form a triangle, the first and the last position must be co-incident.
 SurfaceInterpolationType getInterpolation()
          Ruft den Wert der interpolation-Eigenschaft ab.
 boolean isSetExterior()
           
 boolean isSetInterpolation()
           
 void setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)
          Legt den Wert der exterior-Eigenschaft fest.
 void setInterpolation(SurfaceInterpolationType value)
          Legt den Wert der interpolation-Eigenschaft fest.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriangleType

public TriangleType()
Method Detail

getExterior

public javax.xml.bind.JAXBElement<AbstractRingPropertyType> getExterior()
Constraint: The Ring shall be a LinearRing and must form a triangle, the first and the last position must be co-incident.

Returns:
possible object is JAXBElement<AbstractRingPropertyType> JAXBElement<AbstractRingPropertyType>

setExterior

public void setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)
Legt den Wert der exterior-Eigenschaft fest.

Parameters:
value - allowed object is JAXBElement<AbstractRingPropertyType> JAXBElement<AbstractRingPropertyType>

isSetExterior

public boolean isSetExterior()

getInterpolation

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

Returns:
possible object is SurfaceInterpolationType

setInterpolation

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

Parameters:
value - allowed object is SurfaceInterpolationType

isSetInterpolation

public boolean isSetInterpolation()