@UML(identifier="Bearing", specification=ISO_19107) public interface Bearing
Modifier and Type | Method and Description |
---|---|
double[] |
getAngles()
Returns the azimuth and (optionnaly) the altitude.
|
double[] |
getDirection()
Returns the direction as a vector.
|
@UML(identifier="angle", obligation=MANDATORY, specification=ISO_19107) double[] getAngles()
@UML(identifier="direction", obligation=MANDATORY, specification=ISO_19107) double[] getDirection()
Copyright © 1996–2019 Geotools. All rights reserved.