Uses of Interface
org.opengis.geometry.primitive.Bearing

Packages that use Bearing
org.opengis.geometry.coordinate Set of geometric objects. 
org.opengis.geometry.primitive Set of geometric objects that are not decomposed further into other primitives
 

Uses of Bearing in org.opengis.geometry.coordinate
 

Methods in org.opengis.geometry.coordinate that return Bearing
 Bearing Arc.getEndAngle()
          Calculates the bearing of the line from the center of the circle of which this arc is a portion to the end point of the arc.
 Bearing Arc.getStartAngle()
          Calculates the bearing of the line from the center of the circle of which this arc is a portion to the start point of the arc.
 

Uses of Bearing in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive that return Bearing
 Bearing Point.getBearing(Position toPoint)
          Returns the bearing, as a unit vector, of the tangent (at this Point) to the curve between this Point and a passed position.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.