net.opengis.gml
Class CoordType

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

public class CoordType
extends Object

Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by DirectPositionType.

Classe Java pour CoordType complex type.

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

 <complexType name="CoordType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="X" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="Y" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Z" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigDecimal x
           
protected  BigDecimal y
           
protected  BigDecimal z
           
 
Constructor Summary
CoordType()
           
 
Method Summary
 BigDecimal getX()
          Obtient la valeur de la propriété x.
 BigDecimal getY()
          Obtient la valeur de la propriété y.
 BigDecimal getZ()
          Obtient la valeur de la propriété z.
 boolean isSetX()
           
 boolean isSetY()
           
 boolean isSetZ()
           
 void setX(BigDecimal value)
          Définit la valeur de la propriété x.
 void setY(BigDecimal value)
          Définit la valeur de la propriété y.
 void setZ(BigDecimal value)
          Définit la valeur de la propriété z.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected BigDecimal x

y

protected BigDecimal y

z

protected BigDecimal z
Constructor Detail

CoordType

public CoordType()
Method Detail

getX

public BigDecimal getX()
Obtient la valeur de la propriété x.

Returns:
possible object is BigDecimal

setX

public void setX(BigDecimal value)
Définit la valeur de la propriété x.

Parameters:
value - allowed object is BigDecimal

isSetX

public boolean isSetX()

getY

public BigDecimal getY()
Obtient la valeur de la propriété y.

Returns:
possible object is BigDecimal

setY

public void setY(BigDecimal value)
Définit la valeur de la propriété y.

Parameters:
value - allowed object is BigDecimal

isSetY

public boolean isSetY()

getZ

public BigDecimal getZ()
Obtient la valeur de la propriété z.

Returns:
possible object is BigDecimal

setZ

public void setZ(BigDecimal value)
Définit la valeur de la propriété z.

Parameters:
value - allowed object is BigDecimal

isSetZ

public boolean isSetZ()


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