|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Coordinates | |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.model.gml.coverage | |
org.citygml4j.model.gml.geometry.primitives |
Uses of Coordinates in org.citygml4j.builder.jaxb.marshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Coordinates | |
---|---|
CoordinatesType |
GMLMarshaller.marshalCoordinates(Coordinates src)
|
Uses of Coordinates in org.citygml4j.builder.jaxb.unmarshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Coordinates | |
---|---|
Coordinates |
GMLUnmarshaller.unmarshalCoordinates(CoordinatesType src)
|
Uses of Coordinates in org.citygml4j.model.gml.coverage |
---|
Methods in org.citygml4j.model.gml.coverage that return Coordinates | |
---|---|
Coordinates |
DataBlock.getTupleList()
|
Methods in org.citygml4j.model.gml.coverage with parameters of type Coordinates | |
---|---|
void |
DataBlock.setTupleList(Coordinates tupleList)
|
Uses of Coordinates in org.citygml4j.model.gml.geometry.primitives |
---|
Methods in org.citygml4j.model.gml.geometry.primitives that return Coordinates | |
---|---|
Coordinates |
Point.getCoordinates()
|
Coordinates |
LineStringSegment.getCoordinates()
|
Coordinates |
LineString.getCoordinates()
|
Coordinates |
LinearRing.getCoordinates()
|
Coordinates |
Envelope.getCoordinates()
|
Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type Coordinates | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |