org.citygml4j.jaxb.gml._3_1_1
Class CoordType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.CoordType

public class CoordType
extends java.lang.Object

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

Java class for CoordType complex type.

The following schema fragment specifies the expected content contained within this class.

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


Constructor Summary
CoordType()
           
 
Method Summary
 java.math.BigDecimal getX()
          Gets the value of the x property.
 java.math.BigDecimal getY()
          Gets the value of the y property.
 java.math.BigDecimal getZ()
          Gets the value of the z property.
 boolean isSetX()
           
 boolean isSetY()
           
 boolean isSetZ()
           
 void setX(java.math.BigDecimal value)
          Sets the value of the x property.
 void setY(java.math.BigDecimal value)
          Sets the value of the y property.
 void setZ(java.math.BigDecimal value)
          Sets the value of the z property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordType

public CoordType()
Method Detail

getX

public java.math.BigDecimal getX()
Gets the value of the x property.

Returns:
possible object is BigDecimal

setX

public void setX(java.math.BigDecimal value)
Sets the value of the x property.

Parameters:
value - allowed object is BigDecimal

isSetX

public boolean isSetX()

getY

public java.math.BigDecimal getY()
Gets the value of the y property.

Returns:
possible object is BigDecimal

setY

public void setY(java.math.BigDecimal value)
Sets the value of the y property.

Parameters:
value - allowed object is BigDecimal

isSetY

public boolean isSetY()

getZ

public java.math.BigDecimal getZ()
Gets the value of the z property.

Returns:
possible object is BigDecimal

setZ

public void setZ(java.math.BigDecimal value)
Sets the value of the z property.

Parameters:
value - allowed object is BigDecimal

isSetZ

public boolean isSetZ()