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.DirectPositionType |
GMLMarshaller.marshalDirectPosition(DirectPosition src) |
Modifier and Type | Method and Description |
---|---|
DirectPosition |
GMLUnmarshaller.unmarshalDirectPosition(net.opengis.gml.DirectPositionType src) |
Modifier and Type | Method and Description |
---|---|
DirectPosition |
GMLGeometryFactory.createDirectPosition(double[] coordinates,
int dim) |
DirectPosition |
GMLGeometryFactory.createDirectPosition(java.util.List<java.lang.Double> coordinates,
int dim) |
Modifier and Type | Method and Description |
---|---|
DirectPosition |
Envelope.getLowerCorner() |
DirectPosition |
PosOrPointPropertyOrPointRepOrCoord.getPos() |
DirectPosition |
PosOrPointPropertyOrPointRep.getPos() |
DirectPosition |
Point.getPos() |
DirectPosition |
GeometricPositionGroup.getPos() |
DirectPosition |
Envelope.getUpperCorner() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DirectPosition> |
Envelope.getPos() |
Modifier and Type | Method and Description |
---|---|
void |
LineStringSegment.addPos(DirectPosition pos) |
void |
LineString.addPos(DirectPosition pos) |
void |
LinearRing.addPos(DirectPosition pos) |
void |
Envelope.addPos(DirectPosition pos) |
void |
Envelope.setLowerCorner(DirectPosition lowerCorner) |
void |
PosOrPointPropertyOrPointRepOrCoord.setPos(DirectPosition pos) |
void |
PosOrPointPropertyOrPointRep.setPos(DirectPosition pos) |
void |
Point.setPos(DirectPosition pos) |
void |
GeometricPositionGroup.setPos(DirectPosition pos) |
void |
Envelope.setUpperCorner(DirectPosition upperCorner) |
boolean |
LineStringSegment.unsetPos(DirectPosition pos) |
boolean |
LineString.unsetPos(DirectPosition pos) |
boolean |
LinearRing.unsetPos(DirectPosition pos) |
boolean |
Envelope.unsetPos(DirectPosition pos) |
Modifier and Type | Method and Description |
---|---|
void |
Envelope.setPos(java.util.List<DirectPosition> pos) |
Constructor and Description |
---|
GeometricPositionGroup(DirectPosition pos) |
PosOrPointPropertyOrPointRep(DirectPosition pos) |
PosOrPointPropertyOrPointRepOrCoord(DirectPosition pos) |