net.opengis.gml
Class RectangleType
java.lang.Object
net.opengis.gml.AbstractSurfacePatchType
net.opengis.gml.RectangleType
public class RectangleType
- extends AbstractSurfacePatchType
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.
Classe Java pour RectangleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exterior
protected JAXBElement<AbstractRingPropertyType> exterior
INTERPOLATION
public static final SurfaceInterpolationType INTERPOLATION
RectangleType
public RectangleType()
getExterior
public 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.
- Returns:
- possible object is
JAXBElement<AbstractRingPropertyType>
JAXBElement<AbstractRingPropertyType>
setExterior
public void setExterior(JAXBElement<AbstractRingPropertyType> value)
- Définit la valeur de la propriété exterior.
- Parameters:
value - allowed object is
JAXBElement<AbstractRingPropertyType>
JAXBElement<AbstractRingPropertyType>
isSetExterior
public boolean isSetExterior()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.