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.PointPropertyType |
GMLMarshaller.marshalPointRep(PointRep src) |
Modifier and Type | Method and Description |
---|---|
PointRep |
GMLUnmarshaller.unmarshalPointRep(net.opengis.gml.PointPropertyType src) |
Modifier and Type | Method and Description |
---|---|
PointRep |
PosOrPointPropertyOrPointRepOrCoord.getPointRep() |
PointRep |
PosOrPointPropertyOrPointRep.getPointRep() |
Modifier and Type | Method and Description |
---|---|
void |
LineStringSegment.addPointRep(PointRep pointRep) |
void |
LineString.addPointRep(PointRep pointRep) |
void |
LinearRing.addPointRep(PointRep pointRep) |
void |
PosOrPointPropertyOrPointRepOrCoord.setPointRep(PointRep pointRep) |
void |
PosOrPointPropertyOrPointRep.setPointRep(PointRep pointRep) |
boolean |
LineStringSegment.unsetPointRep(PointRep pointRep) |
boolean |
LineString.unsetPointRep(PointRep pointRep) |
boolean |
LinearRing.unsetPointRep(PointRep pointRep) |
Constructor and Description |
---|
PosOrPointPropertyOrPointRep(PointRep pointRep) |
PosOrPointPropertyOrPointRepOrCoord(PointRep pointRep) |