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()
          Gets the value of the tupleList property.
 

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)
          Sets the value of the coordinates property.
 void LineStringType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void LineStringSegmentType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void LinearRingType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void EnvelopeType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void CubicSplineType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void BSplineType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void ArcStringType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void ArcStringByBulgeType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void ArcByCenterPointType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void DataBlockType.setTupleList(CoordinatesType value)
          Sets the value of the tupleList property.