|
||||||||||
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.AbstractSurfacePatchType
org.citygml4j.jaxb.gml._3_1_1.TriangleType
public class TriangleType
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 |
---|
public TriangleType()
Method Detail |
---|
public javax.xml.bind.JAXBElement<AbstractRingPropertyType> getExterior()
JAXBElement
<
AbstractRingPropertyType
>
JAXBElement
<
AbstractRingPropertyType
>
public void setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)
value
- allowed object is
JAXBElement
<
AbstractRingPropertyType
>
JAXBElement
<
AbstractRingPropertyType
>
public boolean isSetExterior()
public SurfaceInterpolationType getInterpolation()
SurfaceInterpolationType
public void setInterpolation(SurfaceInterpolationType value)
value
- allowed object is
SurfaceInterpolationType
public boolean isSetInterpolation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |