net.opengis.gml
Class LinearRingPropertyType

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

public class LinearRingPropertyType
extends Object

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

Classe Java pour LinearRingPropertyType complex type.

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

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


Field Summary
protected  LinearRingType linearRing
           
 
Constructor Summary
LinearRingPropertyType()
           
 
Method Summary
 LinearRingType getLinearRing()
          Obtient la valeur de la propriété linearRing.
 boolean isSetLinearRing()
           
 void setLinearRing(LinearRingType value)
          Définit la valeur de la propriété linearRing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

linearRing

protected LinearRingType linearRing
Constructor Detail

LinearRingPropertyType

public LinearRingPropertyType()
Method Detail

getLinearRing

public LinearRingType getLinearRing()
Obtient la valeur de la propriété linearRing.

Returns:
possible object is LinearRingType

setLinearRing

public void setLinearRing(LinearRingType value)
Définit la valeur de la propriété linearRing.

Parameters:
value - allowed object is LinearRingType

isSetLinearRing

public boolean isSetLinearRing()


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