org.citygml4j.jaxb.gml._3_1_1
Class PointType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeometricPrimitiveType
              extended by org.citygml4j.jaxb.gml._3_1_1.PointType

public class PointType
extends AbstractGeometricPrimitiveType

A Point is defined by a single coordinate tuple.

Java-Klasse für PointType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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()
          Ruft den Wert der pos-Eigenschaft ab.
 boolean isSetCoord()
           
 boolean isSetCoordinates()
           
 boolean isSetPos()
           
 void setCoord(CoordType value)
          Legt den Wert der coord-Eigenschaft fest.
 void setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void setPos(DirectPositionType value)
          Legt den Wert der pos-Eigenschaft fest.
 
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

PointType

public PointType()
Method Detail

getPos

public DirectPositionType getPos()
Ruft den Wert der pos-Eigenschaft ab.

Returns:
possible object is DirectPositionType

setPos

public void setPos(DirectPositionType value)
Legt den Wert der pos-Eigenschaft fest.

Parameters:
value - allowed object is DirectPositionType

isSetPos

public boolean isSetPos()

getCoordinates

public CoordinatesType getCoordinates()
Deprecated with GML version 3.1.0 for coordinates with ordinate values that are numbers. Use "pos" instead. The "coordinates" element shall only be used for coordinates with ordinates that require a string representation, e.g. DMS representations.

Returns:
possible object is CoordinatesType

setCoordinates

public void setCoordinates(CoordinatesType value)
Legt den Wert der coordinates-Eigenschaft fest.

Parameters:
value - allowed object is CoordinatesType

isSetCoordinates

public boolean isSetCoordinates()

getCoord

public CoordType getCoord()
Deprecated with GML version 3.0. Use "pos" instead. The "coord" element is included for backwards compatibility with GML 2.

Returns:
possible object is CoordType

setCoord

public void setCoord(CoordType value)
Legt den Wert der coord-Eigenschaft fest.

Parameters:
value - allowed object is CoordType

isSetCoord

public boolean isSetCoord()