|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DirectPositionList in org.citygml4j.builder.jaxb.marshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type DirectPositionList | |
---|---|
DirectPositionListType |
GMLMarshaller.marshalDirectPositionList(DirectPositionList src)
|
Uses of DirectPositionList in org.citygml4j.builder.jaxb.unmarshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return DirectPositionList | |
---|---|
DirectPositionList |
GMLUnmarshaller.unmarshalDirectPositionList(DirectPositionListType src)
|
Uses of DirectPositionList in org.citygml4j.factory |
---|
Methods in org.citygml4j.factory that return DirectPositionList | |
---|---|
DirectPositionList |
GMLFactory.createDirectPositionList()
|
Uses of DirectPositionList in org.citygml4j.factory.geometry |
---|
Methods in org.citygml4j.factory.geometry that return DirectPositionList | |
---|---|
DirectPositionList |
GMLGeometryFactory.createDirectPositionList(double[] coordinates,
int dim)
|
DirectPositionList |
GMLGeometryFactory.createDirectPositionList(java.util.List<java.lang.Double> coordinates,
int dim)
|
Uses of DirectPositionList in org.citygml4j.impl.gml.geometry.primitives |
---|
Classes in org.citygml4j.impl.gml.geometry.primitives that implement DirectPositionList | |
---|---|
class |
DirectPositionListImpl
|
Methods in org.citygml4j.impl.gml.geometry.primitives that return DirectPositionList | |
---|---|
DirectPositionList |
LineStringSegmentImpl.getPosList()
|
DirectPositionList |
LineStringImpl.getPosList()
|
DirectPositionList |
LinearRingImpl.getPosList()
|
DirectPositionList |
ControlPointImpl.getPosList()
|
Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type DirectPositionList | |
---|---|
void |
LineStringSegmentImpl.setPosList(DirectPositionList posList)
|
void |
LineStringImpl.setPosList(DirectPositionList posList)
|
void |
LinearRingImpl.setPosList(DirectPositionList posList)
|
void |
ControlPointImpl.setPosList(DirectPositionList posList)
|
Uses of DirectPositionList in org.citygml4j.model.gml.geometry.primitives |
---|
Methods in org.citygml4j.model.gml.geometry.primitives that return DirectPositionList | |
---|---|
DirectPositionList |
LineStringSegment.getPosList()
|
DirectPositionList |
LineString.getPosList()
|
DirectPositionList |
LinearRing.getPosList()
|
DirectPositionList |
ControlPoint.getPosList()
|
Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type DirectPositionList | |
---|---|
void |
LineStringSegment.setPosList(DirectPositionList posList)
|
void |
LineString.setPosList(DirectPositionList posList)
|
void |
LinearRing.setPosList(DirectPositionList posList)
|
void |
ControlPoint.setPosList(DirectPositionList posList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |