Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.model.gml.coverage | |
org.citygml4j.model.gml.geometry.primitives |
Modifier and Type | Method and Description |
---|---|
net.opengis.gml.CoordinatesType |
GMLMarshaller.marshalCoordinates(Coordinates src) |
Modifier and Type | Method and Description |
---|---|
Coordinates |
GMLUnmarshaller.unmarshalCoordinates(net.opengis.gml.CoordinatesType src) |
Modifier and Type | Method and Description |
---|---|
Coordinates |
DataBlock.getTupleList() |
Modifier and Type | Method and Description |
---|---|
void |
DataBlock.setTupleList(Coordinates tupleList) |
Modifier and Type | Method and Description |
---|---|
Coordinates |
Point.getCoordinates() |
Coordinates |
LineStringSegment.getCoordinates() |
Coordinates |
LineString.getCoordinates() |
Coordinates |
LinearRing.getCoordinates() |
Coordinates |
Envelope.getCoordinates() |
Modifier and Type | Method and Description |
---|---|
void |
Point.setCoordinates(Coordinates coordinates) |
void |
LineStringSegment.setCoordinates(Coordinates coordinates) |
void |
LineString.setCoordinates(Coordinates coordinates) |
void |
LinearRing.setCoordinates(Coordinates coordinates) |
void |
Envelope.setCoordinates(Coordinates coordinates) |