net.opengis.gml
Class RectangleType

java.lang.Object
  extended by net.opengis.gml.AbstractSurfacePatchType
      extended by 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>
 


Field Summary
protected  JAXBElement<AbstractRingPropertyType> exterior
           
static SurfaceInterpolationType INTERPOLATION
           
 
Constructor Summary
RectangleType()
           
 
Method Summary
 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.
 boolean isSetExterior()
           
 void setExterior(JAXBElement<AbstractRingPropertyType> value)
          Définit la valeur de la propriété exterior.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exterior

protected JAXBElement<AbstractRingPropertyType> exterior

INTERPOLATION

public static final SurfaceInterpolationType INTERPOLATION
Constructor Detail

RectangleType

public RectangleType()
Method Detail

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.