Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.factory | |
org.citygml4j.model.gml.geometry.primitives |
Modifier and Type | Method and Description |
---|---|
net.opengis.gml.DirectPositionListType |
GMLMarshaller.marshalDirectPositionList(DirectPositionList src) |
Modifier and Type | Method and Description |
---|---|
DirectPositionList |
GMLUnmarshaller.unmarshalDirectPositionList(net.opengis.gml.DirectPositionListType src) |
Modifier and Type | Method and Description |
---|---|
DirectPositionList |
GMLGeometryFactory.createDirectPositionList(double[] coordinates,
int dim) |
DirectPositionList |
GMLGeometryFactory.createDirectPositionList(java.util.List<java.lang.Double> coordinates,
int dim) |
Modifier and Type | Method and Description |
---|---|
DirectPositionList |
LineStringSegment.getPosList() |
DirectPositionList |
LineString.getPosList() |
DirectPositionList |
LinearRing.getPosList() |
DirectPositionList |
ControlPoint.getPosList() |
Modifier and Type | Method and Description |
---|---|
void |
LineStringSegment.setPosList(DirectPositionList posList) |
void |
LineString.setPosList(DirectPositionList posList) |
void |
LinearRing.setPosList(DirectPositionList posList) |
void |
ControlPoint.setPosList(DirectPositionList posList) |