Uses of Class
org.citygml4j.jaxb.gml._3_1_1.CoordinatesType

Packages that use CoordinatesType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of CoordinatesType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CoordinatesType
 CoordinatesType GMLMarshaller.marshalCoordinates(Coordinates src)
           
 

Uses of CoordinatesType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CoordinatesType
 Coordinates GMLUnmarshaller.unmarshalCoordinates(CoordinatesType src)
           
 

Uses of CoordinatesType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CoordinatesType
 CoordinatesType ObjectFactory.createCoordinatesType()
          Create an instance of CoordinatesType
 CoordinatesType PointType.getCoordinates()
          Deprecated with GML version 3.1.0 for coordinates with ordinate values that are numbers.
 CoordinatesType LineStringType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType LineStringSegmentType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType LinearRingType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType EnvelopeType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType CubicSplineType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType BSplineType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType ArcStringType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType ArcStringByBulgeType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType ArcByCenterPointType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType DataBlockType.getTupleList()
          Ruft den Wert der tupleList-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CoordinatesType
 javax.xml.bind.JAXBElement<CoordinatesType> ObjectFactory.createCoordinates(CoordinatesType value)
          Create an instance of JAXBElement<CoordinatesType>}
 javax.xml.bind.JAXBElement<CoordinatesType> ObjectFactory.createTupleList(CoordinatesType value)
          Create an instance of JAXBElement<CoordinatesType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CoordinatesType
 javax.xml.bind.JAXBElement<CoordinatesType> ObjectFactory.createCoordinates(CoordinatesType value)
          Create an instance of JAXBElement<CoordinatesType>}
 javax.xml.bind.JAXBElement<CoordinatesType> ObjectFactory.createTupleList(CoordinatesType value)
          Create an instance of JAXBElement<CoordinatesType>}
 void PointType.setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void LineStringType.setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void LineStringSegmentType.setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void LinearRingType.setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void EnvelopeType.setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void CubicSplineType.setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void BSplineType.setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void ArcStringType.setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void ArcStringByBulgeType.setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void ArcByCenterPointType.setCoordinates(CoordinatesType value)
          Legt den Wert der coordinates-Eigenschaft fest.
 void DataBlockType.setTupleList(CoordinatesType value)
          Legt den Wert der tupleList-Eigenschaft fest.