net.opengis.gml
Class TriangleType

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

Classe Java pour TriangleType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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>
 


Field Summary
protected  JAXBElement<AbstractRingPropertyType> exterior
           
static SurfaceInterpolationType INTERPOLATION
           
 
Constructor Summary
TriangleType()
           
 
Method Summary
 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.
 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

TriangleType

public TriangleType()
Method Detail

getExterior

public 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(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.