|
||||||||||
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.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometricPrimitiveType
org.citygml4j.jaxb.gml._3_1_1.PointType
public class PointType
A Point is defined by a single coordinate tuple.
Java class for PointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractGeometricPrimitiveType"> <sequence> <choice> <element ref="{http://www.opengis.net/gml}pos"/> <element ref="{http://www.opengis.net/gml}coordinates"/> <element ref="{http://www.opengis.net/gml}coord"/> </choice> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
PointType()
|
Method Summary | |
---|---|
CoordType |
getCoord()
Deprecated with GML version 3.0. |
CoordinatesType |
getCoordinates()
Deprecated with GML version 3.1.0 for coordinates with ordinate values that are numbers. |
DirectPositionType |
getPos()
Gets the value of the pos property. |
boolean |
isSetCoord()
|
boolean |
isSetCoordinates()
|
boolean |
isSetPos()
|
void |
setCoord(CoordType value)
Sets the value of the coord property. |
void |
setCoordinates(CoordinatesType value)
Sets the value of the coordinates property. |
void |
setPos(DirectPositionType value)
Sets the value of the pos property. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType |
---|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabels |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointType()
Method Detail |
---|
public DirectPositionType getPos()
DirectPositionType
public void setPos(DirectPositionType value)
value
- allowed object is
DirectPositionType
public boolean isSetPos()
public CoordinatesType getCoordinates()
CoordinatesType
public void setCoordinates(CoordinatesType value)
value
- allowed object is
CoordinatesType
public boolean isSetCoordinates()
public CoordType getCoord()
CoordType
public void setCoord(CoordType value)
value
- allowed object is
CoordType
public boolean isSetCoord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |