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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CoordType
 CoordType GMLMarshaller.marshalCoord(Coord src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CoordType
 Coord GMLUnmarshaller.unmarshalCoord(CoordType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CoordType
 CoordType ObjectFactory.createCoordType()
          Create an instance of CoordType
 CoordType PointType.getCoord()
          Deprecated with GML version 3.0.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CoordType
 javax.xml.bind.JAXBElement<CoordType> ObjectFactory.createCoord(CoordType value)
          Create an instance of JAXBElement<CoordType>}
 java.util.List<CoordType> LinearRingType.getCoord()
          Deprecated with GML version 3.0 and included for backwards compatibility with GML 2.
 java.util.List<CoordType> EnvelopeType.getCoord()
          deprecated with GML version 3.0 Gets the value of the coord property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CoordType
 javax.xml.bind.JAXBElement<CoordType> ObjectFactory.createCoord(CoordType value)
          Create an instance of JAXBElement<CoordType>}
 void PointType.setCoord(CoordType value)
          Sets the value of the coord property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type CoordType
 void LinearRingType.setCoord(java.util.List<CoordType> coord)
          Deprecated with GML version 3.0 and included for backwards compatibility with GML 2.
 void EnvelopeType.setCoord(java.util.List<CoordType> coord)
          deprecated with GML version 3.0