|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.CoordType
public class CoordType
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>
| Field Summary | |
|---|---|
protected BigDecimal |
x
|
protected BigDecimal |
y
|
protected BigDecimal |
z
|
| Constructor Summary | |
|---|---|
CoordType()
|
|
| Method Summary | |
|---|---|
BigDecimal |
getX()
Gets the value of the x property. |
BigDecimal |
getY()
Gets the value of the y property. |
BigDecimal |
getZ()
Gets the value of the z property. |
void |
setX(BigDecimal value)
Sets the value of the x property. |
void |
setY(BigDecimal value)
Sets the value of the y property. |
void |
setZ(BigDecimal value)
Sets the value of the z property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigDecimal x
protected BigDecimal y
protected BigDecimal z
| Constructor Detail |
|---|
public CoordType()
| Method Detail |
|---|
public BigDecimal getX()
BigDecimalpublic void setX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getY()
BigDecimalpublic void setY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getZ()
BigDecimalpublic void setZ(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||