|
||||||||||
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.RectangleType
public class RectangleType
Represents a rectangle 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 five.
Java class for RectangleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RectangleType"> <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 | |
---|---|
RectangleType()
|
Method Summary | |
---|---|
javax.xml.bind.JAXBElement<AbstractRingPropertyType> |
getExterior()
Constraint: The Ring shall be a LinearRing and must form a rectangle; the first and the last position must be co-incident. |
SurfaceInterpolationType |
getInterpolation()
Gets the value of the interpolation property. |
boolean |
isSetExterior()
|
boolean |
isSetInterpolation()
|
void |
setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)
Sets the value of the exterior property. |
void |
setInterpolation(SurfaceInterpolationType value)
Sets the value of the interpolation property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RectangleType()
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 |