net.opengis.gml
Class RingPropertyType

java.lang.Object
  extended by net.opengis.gml.RingPropertyType

public class RingPropertyType
extends Object

Encapsulates a ring to represent properties in features or geometry collections.

Classe Java pour RingPropertyType complex type.

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

 <complexType name="RingPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}Ring"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  RingType ring
           
 
Constructor Summary
RingPropertyType()
           
 
Method Summary
 RingType getRing()
          Obtient la valeur de la propriété ring.
 boolean isSetRing()
           
 void setRing(RingType value)
          Définit la valeur de la propriété ring.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ring

protected RingType ring
Constructor Detail

RingPropertyType

public RingPropertyType()
Method Detail

getRing

public RingType getRing()
Obtient la valeur de la propriété ring.

Returns:
possible object is RingType

setRing

public void setRing(RingType value)
Définit la valeur de la propriété ring.

Parameters:
value - allowed object is RingType

isSetRing

public boolean isSetRing()


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