Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.model.gml.geometry.primitives |
Modifier and Type | Method and Description |
---|---|
net.opengis.gml.CoordType |
GMLMarshaller.marshalCoord(Coord src) |
Modifier and Type | Method and Description |
---|---|
Coord |
GMLUnmarshaller.unmarshalCoord(net.opengis.gml.CoordType src) |
Modifier and Type | Method and Description |
---|---|
Coord |
PosOrPointPropertyOrPointRepOrCoord.getCoord() |
Coord |
Point.getCoord() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Coord> |
LinearRing.getCoord() |
java.util.List<Coord> |
Envelope.getCoord() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
LinearRing.setCoord(java.util.List<Coord> coord) |
void |
Envelope.setCoord(java.util.List<Coord> coord) |
Constructor and Description |
---|
PosOrPointPropertyOrPointRepOrCoord(Coord coord) |