net.opengis.gml
Class PolygonType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractGeometryType
          extended by net.opengis.gml.AbstractGeometricPrimitiveType
              extended by net.opengis.gml.AbstractSurfaceType
                  extended by net.opengis.gml.PolygonType

public class PolygonType
extends AbstractSurfaceType

A Polygon is a special surface that is defined by a single surface patch. The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. It is backwards compatible with the Polygon of GML 2, GM_Polygon of ISO 19107 is implemented by PolygonPatch.

Classe Java pour PolygonType complex type.

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

 <complexType name="PolygonType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractSurfaceType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}exterior" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}interior" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<AbstractRingPropertyType> exterior
           
protected  List<JAXBElement<AbstractRingPropertyType>> interior
           
 
Fields inherited from class net.opengis.gml.AbstractGeometryType
axisLabels, gid, srsDimension, srsName, uomLabels
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
PolygonType()
           
 
Method Summary
 JAXBElement<AbstractRingPropertyType> getExterior()
          Obtient la valeur de la propriété exterior.
 List<JAXBElement<AbstractRingPropertyType>> getInterior()
          Gets the value of the interior property.
 boolean isSetExterior()
           
 boolean isSetInterior()
           
 void setExterior(JAXBElement<AbstractRingPropertyType> value)
          Définit la valeur de la propriété exterior.
 void unsetInterior()
           
 
Methods inherited from class net.opengis.gml.AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setGid, setSrsDimension, setSrsName, unsetAxisLabels, unsetUomLabels
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
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

interior

protected List<JAXBElement<AbstractRingPropertyType>> interior
Constructor Detail

PolygonType

public PolygonType()
Method Detail

getExterior

public JAXBElement<AbstractRingPropertyType> getExterior()
Obtient la valeur de la propriété exterior.

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

getInterior

public List<JAXBElement<AbstractRingPropertyType>> getInterior()
Gets the value of the interior property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the interior property.

For example, to add a new item, do as follows:

    getInterior().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<AbstractRingPropertyType> JAXBElement<AbstractRingPropertyType>


isSetInterior

public boolean isSetInterior()

unsetInterior

public void unsetInterior()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.