|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.CoordType
public class CoordType
Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by DirectPositionType.
Java-Klasse für CoordType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der x-Eigenschaft ab. |
java.math.BigDecimal |
getY()
Ruft den Wert der y-Eigenschaft ab. |
java.math.BigDecimal |
getZ()
Ruft den Wert der z-Eigenschaft ab. |
boolean |
isSetX()
|
boolean |
isSetY()
|
boolean |
isSetZ()
|
void |
setX(java.math.BigDecimal value)
Legt den Wert der x-Eigenschaft fest. |
void |
setY(java.math.BigDecimal value)
Legt den Wert der y-Eigenschaft fest. |
void |
setZ(java.math.BigDecimal value)
Legt den Wert der z-Eigenschaft fest. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoordType()
Method Detail |
---|
public java.math.BigDecimal getX()
BigDecimal
public void setX(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public boolean isSetX()
public java.math.BigDecimal getY()
BigDecimal
public void setY(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public boolean isSetY()
public java.math.BigDecimal getZ()
BigDecimal
public void setZ(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public boolean isSetZ()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |