Uses of Interface
org.citygml4j.model.gml.geometry.primitives.Coord

Packages that use Coord
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.primitives   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Coord
 CoordType GMLMarshaller.marshalCoord(Coord src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Coord
 Coord GMLUnmarshaller.unmarshalCoord(CoordType src)
           
 

Uses of Coord in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Coord
 Coord GMLFactory.createCoord()
           
 

Methods in org.citygml4j.factory with parameters of type Coord
 PosOrPointPropertyOrPointRepOrCoord GMLFactory.createPosOrPointPropertyOrPointRepOrCoord(Coord coord)
           
 

Uses of Coord in org.citygml4j.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Coord
 class CoordImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return Coord
 Coord PosOrPointPropertyOrPointRepOrCoordImpl.getCoord()
           
 Coord PointImpl.getCoord()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return types with arguments of type Coord
 java.util.List<Coord> LinearRingImpl.getCoord()
           
 java.util.List<Coord> EnvelopeImpl.getCoord()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type Coord
 void LineStringImpl.addCoord(Coord coord)
           
 void LinearRingImpl.addCoord(Coord coord)
           
 void EnvelopeImpl.addCoord(Coord coord)
           
 void PosOrPointPropertyOrPointRepOrCoordImpl.setCoord(Coord coord)
           
 void PointImpl.setCoord(Coord coord)
           
 boolean LineStringImpl.unsetCoord(Coord coord)
           
 boolean EnvelopeImpl.unsetCoord(Coord coord)
           
 

Method parameters in org.citygml4j.impl.gml.geometry.primitives with type arguments of type Coord
 void LinearRingImpl.setCoord(java.util.List<Coord> coord)
           
 void EnvelopeImpl.setCoord(java.util.List<Coord> coord)
           
 

Constructors in org.citygml4j.impl.gml.geometry.primitives with parameters of type Coord
PosOrPointPropertyOrPointRepOrCoordImpl(Coord coord)
           
 

Uses of Coord in org.citygml4j.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives that return Coord
 Coord PosOrPointPropertyOrPointRepOrCoord.getCoord()
           
 Coord Point.getCoord()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type Coord
 java.util.List<Coord> LinearRing.getCoord()
           
 java.util.List<Coord> Envelope.getCoord()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type Coord
 void LineString.addCoord(Coord coord)
           
 void LinearRing.addCoord(Coord coord)
           
 void Envelope.addCoord(Coord coord)
           
 void PosOrPointPropertyOrPointRepOrCoord.setCoord(Coord coord)
           
 void Point.setCoord(Coord coord)
           
 boolean LineString.unsetCoord(Coord coord)
           
 boolean Envelope.unsetCoord(Coord coord)
           
 

Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type Coord
 void LinearRing.setCoord(java.util.List<Coord> coord)
           
 void Envelope.setCoord(java.util.List<Coord> coord)