Uses of Class
gov.nasa.worldwind.geom.Position
-
-
Uses of Position in gov.nasa.worldwind
Methods in gov.nasa.worldwind that return Position Modifier and Type Method Description PositionView. computePositionFromScreenPoint(double x, double y)Computes the intersection of a line originating from the eye point and passing through (x, y) with theGlobe.PositionView. getCurrentEyePosition()Returns the current geographic coordinates of this view's eye position, as determined from this view's current parameters.PositionWorldWindow. getCurrentPosition()Returns the current latitude, longitude and altitude of the current cursor position, ornullif the cursor is not on the globe.PositionWorldWindowImpl. getCurrentPosition()PositionView. getEyePosition()Returns the current geographic coordinates of this view's eye position, as computed for the most recent model traversal.PositionLocatable. getPosition()PositionMovable. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionMovable2. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.Methods in gov.nasa.worldwind with parameters of type Position Modifier and Type Method Description voidView. goTo(Position position, double elevation)Animate to the specified position.voidMovable. move(Position position)Shift the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidMovable. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidMovable2. moveTo(Globe globe, Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidView. setEyePosition(Position eyePosition)Sets the geographic position of the eye.voidView. setOrientation(Position eyePosition, Position centerPosition)Sets the location of the eye, and the center of the screen in geographic coordinates. -
Uses of Position in gov.nasa.worldwind.animation
Fields in gov.nasa.worldwind.animation declared as Position Modifier and Type Field Description protected PositionPositionAnimator. beginprotected PositionPositionAnimator. endMethods in gov.nasa.worldwind.animation that return Position Modifier and Type Method Description PositionPositionAnimator. getBegin()PositionPositionAnimator. getEnd()PositionMoveToPositionAnimator. nextPosition(double interpolant)protected PositionPositionAnimator. nextPosition(double interpolant)Methods in gov.nasa.worldwind.animation with parameters of type Position Modifier and Type Method Description voidPositionAnimator. setBegin(Position begin)voidPositionAnimator. setEnd(Position end)Constructors in gov.nasa.worldwind.animation with parameters of type Position Constructor Description MoveToPositionAnimator(Position begin, Position end, double smoothing, PropertyAccessor.PositionAccessor propertyAccessor)PositionAnimator(Interpolator interpolator, Position begin, Position end, PropertyAccessor.PositionAccessor propertyAccessor) -
Uses of Position in gov.nasa.worldwind.awt
Fields in gov.nasa.worldwind.awt declared as Position Modifier and Type Field Description protected PositionAbstractViewInputHandler. selectedPositionMethods in gov.nasa.worldwind.awt that return Position Modifier and Type Method Description protected PositionAbstractViewInputHandler. computeSelectedPosition()PositionWorldWindowGLCanvas. getCurrentPosition()PositionWorldWindowGLJPanel. getCurrentPosition()protected PositionAbstractViewInputHandler. getSelectedPosition()Methods in gov.nasa.worldwind.awt with parameters of type Position Modifier and Type Method Description voidViewInputHandler. goTo(Position lookAtPos, double elevation)Animate to the specified position.protected abstract voidBasicViewInputHandler. onMoveTo(Position focalPosition, ViewInputAttributes.DeviceAttributes deviceAttributes, ViewInputAttributes.ActionAttributes actionAttribs)protected voidAbstractViewInputHandler. setSelectedPosition(Position position) -
Uses of Position in gov.nasa.worldwind.drag
Methods in gov.nasa.worldwind.drag that return Position Modifier and Type Method Description protected PositionDraggableSupport. getReferencePosition()Methods in gov.nasa.worldwind.drag with parameters of type Position Modifier and Type Method Description protected Vec4DraggableSupport. computeScreenOffsetFromReferencePosition(Position dragObjectReferencePosition, DragContext dragContext)Determines the offset in screen coordinates from the previous screen point (DragContext.getInitialPoint()and the objectsMovable.getReferencePosition()orMovable2.getReferencePosition()methods.protected voidDraggableSupport. doMove(Position movePosition, Globe globe)Executes theMovable2.moveTo(Globe, Position)orMovable.moveTo(Position)methods with the provided data. -
Uses of Position in gov.nasa.worldwind.event
Methods in gov.nasa.worldwind.event that return Position Modifier and Type Method Description PositionPositionEvent. getPosition()PositionPositionEvent. getPreviousPosition()Constructors in gov.nasa.worldwind.event with parameters of type Position Constructor Description PositionEvent(java.lang.Object source, java.awt.Point screenPoint, Position previousPosition, Position position) -
Uses of Position in gov.nasa.worldwind.geom
Fields in gov.nasa.worldwind.geom declared as Position Modifier and Type Field Description protected PositionIntersection. intersectionPositionstatic PositionPosition. ZEROFields in gov.nasa.worldwind.geom with type parameters of type Position Modifier and Type Field Description java.util.List<? extends Position>Position.PositionList. listMethods in gov.nasa.worldwind.geom that return Position Modifier and Type Method Description PositionPosition. add(Position that)static PositionPosition. fromDegrees(double latitude, double longitude)static PositionPosition. fromDegrees(double latitude, double longitude, double elevation)static PositionPosition. fromRadians(double latitude, double longitude, double elevation)PositionIntersection. getIntersectionPosition()Returns the intersection position if one has been set.static PositionPosition. interpolate(double amount, Position value1, Position value2)Returns the linear interpolation ofvalue1andvalue2, treating the geographic locations as simple 2D coordinate pairs, and treating the elevation values as 1D scalars.static PositionPosition. interpolateGreatCircle(double amount, Position value1, Position value2)Returns the an interpolated location along the great-arc betweenvalue1andvalue2.static PositionPosition. interpolateRhumb(double amount, Position value1, Position value2)Returns the an interpolated location along the rhumb line betweenvalue1andvalue2.PositionPosition. subtract(Position that)Methods in gov.nasa.worldwind.geom that return types with arguments of type Position Modifier and Type Method Description static java.util.List<Position>Position. computeShiftedPositions(Position oldPosition, Position newPosition, java.lang.Iterable<? extends Position> positions)Computes a new set of positions translated from a specified reference position to a new reference position.static java.util.List<Position>Position. computeShiftedPositions(Globe globe, Position oldPosition, Position newPosition, java.lang.Iterable<? extends Position> positions)Methods in gov.nasa.worldwind.geom with parameters of type Position Modifier and Type Method Description LatLonLatLon. add(Position that)PositionPosition. add(Position that)static java.util.List<LatLon>LatLon. computeShiftedLocations(Position oldLocation, Position newLocation, java.lang.Iterable<? extends LatLon> locations)Computes a new set of locations translated from a specified location to a new location.static java.util.List<Position>Position. computeShiftedPositions(Position oldPosition, Position newPosition, java.lang.Iterable<? extends Position> positions)Computes a new set of positions translated from a specified reference position to a new reference position.static java.util.List<Position>Position. computeShiftedPositions(Globe globe, Position oldPosition, Position newPosition, java.lang.Iterable<? extends Position> positions)static PositionPosition. interpolate(double amount, Position value1, Position value2)Returns the linear interpolation ofvalue1andvalue2, treating the geographic locations as simple 2D coordinate pairs, and treating the elevation values as 1D scalars.static PositionPosition. interpolateGreatCircle(double amount, Position value1, Position value2)Returns the an interpolated location along the great-arc betweenvalue1andvalue2.static PositionPosition. interpolateRhumb(double amount, Position value1, Position value2)Returns the an interpolated location along the rhumb line betweenvalue1andvalue2.voidIntersection. setIntersectionPosition(Position intersectionPosition)Specifies the intersection position, which should be a position computed from the intersection point.LatLonLatLon. subtract(Position that)PositionPosition. subtract(Position that)Method parameters in gov.nasa.worldwind.geom with type arguments of type Position Modifier and Type Method Description static java.util.List<Position>Position. computeShiftedPositions(Position oldPosition, Position newPosition, java.lang.Iterable<? extends Position> positions)Computes a new set of positions translated from a specified reference position to a new reference position.static java.util.List<Position>Position. computeShiftedPositions(Globe globe, Position oldPosition, Position newPosition, java.lang.Iterable<? extends Position> positions)static booleanPosition. positionsCrossDateLine(java.lang.Iterable<? extends Position> positions)Constructors in gov.nasa.worldwind.geom with parameters of type Position Constructor Description Intersection(Vec4 intersectionPoint, Position intersectionPosition, boolean isTangent, java.lang.Object object)Position(Position that)Constructor parameters in gov.nasa.worldwind.geom with type arguments of type Position Constructor Description PositionList(java.util.List<? extends Position> list) -
Uses of Position in gov.nasa.worldwind.geom.coords
Methods in gov.nasa.worldwind.geom.coords that return Position Modifier and Type Method Description static PositionDatumTransformation. convertNad27toWGS84(Position pos)Shift datum from NAD27 to WGS84static PositionDatumTransformation. convertWGS84toNad27(Position pos)Shift datum from WGS84 to NAD27Methods in gov.nasa.worldwind.geom.coords with parameters of type Position Modifier and Type Method Description static PositionDatumTransformation. convertNad27toWGS84(Position pos)Shift datum from NAD27 to WGS84static PositionDatumTransformation. convertWGS84toNad27(Position pos)Shift datum from WGS84 to NAD27 -
Uses of Position in gov.nasa.worldwind.globes
Methods in gov.nasa.worldwind.globes that return Position Modifier and Type Method Description protected PositionEllipsoidalGlobe. cartesianToGeodetic(Vec4 cart)Compute the geographic position to corresponds to a Cartesian point.protected PositionFlatGlobe. cartesianToGeodetic(Vec4 cart)PositionGeographicProjection. cartesianToGeographic(Globe globe, Vec4 cart, Vec4 offset)Converts a Cartesian point in meters to a geographic position.PositionEllipsoidalGlobe. computePositionFromEllipsoidalPoint(Vec4 ellipsoidalPoint)Computes the geographic position of a point in ellipsoidal coordinates.PositionGlobe. computePositionFromEllipsoidalPoint(Vec4 ellipsoidalPoint)Computes the geographic position of a point in ellipsoidal coordinates.PositionEllipsoidalGlobe. computePositionFromPoint(Vec4 point)PositionGlobe. computePositionFromPoint(Vec4 point)Computes the geographic position of a point in cartesian coordinates.protected PositionEllipsoidalGlobe. ellipsoidalToGeodetic(Vec4 cart)Compute the geographic position to corresponds to an ellipsoidal point.PositionEllipsoidalGlobe. getIntersectionPosition(Line line)PositionGlobe. getIntersectionPosition(Line line)Computes the intersections of this globe and a line.Methods in gov.nasa.worldwind.globes with parameters of type Position Modifier and Type Method Description Vec4EllipsoidalGlobe. computeEllipsoidalPointFromPosition(Position position)Computes a ellipsoidal point from a latitude, longitude, and elevation.Vec4Globe. computeEllipsoidalPointFromPosition(Position position)Computes a ellipsoidal point from a latitude, longitude, and elevation.MatrixEllipsoidalGlobe. computeModelCoordinateOriginTransform(Position position)MatrixGlobe. computeModelCoordinateOriginTransform(Position position)Vec4EllipsoidalGlobe. computePointFromPosition(Position position)Vec4Globe. computePointFromPosition(Position position)Computes a cartesian point from a geographic position.MatrixEllipsoidalGlobe. computeSurfaceOrientationAtPosition(Position position)Returns the cartesian transform matrix that maps model coordinates to a local coordinate system at (latitude, longitude, metersElevation).MatrixGlobe. computeSurfaceOrientationAtPosition(Position position)Returns the cartesian transform matrix that maps model coordinates to a local coordinate system at (latitude, longitude, metersElevation). -
Uses of Position in gov.nasa.worldwind.globes.projections
Methods in gov.nasa.worldwind.globes.projections that return Position Modifier and Type Method Description PositionProjectionEquirectangular. cartesianToGeographic(Globe globe, Vec4 cart, Vec4 offset)PositionProjectionMercator. cartesianToGeographic(Globe globe, Vec4 cart, Vec4 offset)PositionProjectionModifiedSinusoidal. cartesianToGeographic(Globe globe, Vec4 cart, Vec4 offset)PositionProjectionPolarEquidistant. cartesianToGeographic(Globe globe, Vec4 cart, Vec4 offset)PositionProjectionSinusoidal. cartesianToGeographic(Globe globe, Vec4 cart, Vec4 offset)PositionProjectionTransverseMercator. cartesianToGeographic(Globe globe, Vec4 cart, Vec4 offset)PositionProjectionUPS. cartesianToGeographic(Globe globe, Vec4 cart, Vec4 offset)PositionProjectionUPS. cartesianToGeographicNGA(Globe globe, Vec4 cart, Vec4 offset) -
Uses of Position in gov.nasa.worldwind.layers
Fields in gov.nasa.worldwind.layers declared as Position Modifier and Type Field Description protected PositionTerrainProfileLayer. objectPositionprotected Position[]TerrainProfileLayer. positionsprotected PositionScalebarLayer.OrderedImage. referencePositionMethods in gov.nasa.worldwind.layers that return Position Modifier and Type Method Description protected PositionTerrainProfileLayer. computeCursorPosition(DrawContext dc)protected PositionWorldMapLayer. computeGroundPosition(DrawContext dc, View view)Compute the lat/lon position of the view centerprotected PositionTerrainProfileLayer. computePickPosition(DrawContext dc, Vec4 locationSW, java.awt.Dimension mapSize)Computes the Position of the pickPoint over the graph and updates pickedSample indiceprotected PositionWorldMapLayer. computePickPosition(DrawContext dc, Vec4 locationSW, java.awt.Dimension mapSize)Computes the lat/lon of the pickPoint over the world mapprotected PositionTerrainProfileLayer. computeViewCenterPosition(DrawContext dc)PositionTerrainProfileLayer. getObjectPosition()Get the object position the graph follows when it is set toTerrainProfileLayer.FOLLOW_OBJECT.Methods in gov.nasa.worldwind.layers with parameters of type Position Modifier and Type Method Description protected doubleScalebarLayer. computePixelSize(DrawContext dc, Position referencePosition)protected voidAbstractGraticuleLayer. computeTruncatedSegment(Position p1, Position p2, Sector sector, java.util.ArrayList<Position> positions)voidTerrainProfileLayer. setObjectPosition(Position pos)Set the object position the graph follows when it is set toTerrainProfileLayer.FOLLOW_OBJECT.Method parameters in gov.nasa.worldwind.layers with type arguments of type Position Modifier and Type Method Description protected voidAbstractGraticuleLayer. computeTruncatedSegment(Position p1, Position p2, Sector sector, java.util.ArrayList<Position> positions)protected java.lang.ObjectAbstractGraticuleLayer. createLineRenderable(java.lang.Iterable<? extends Position> positions, java.lang.String pathType)Constructors in gov.nasa.worldwind.layers with parameters of type Position Constructor Description OrderedImage(Position referencePosition, double pixelSize) -
Uses of Position in gov.nasa.worldwind.layers.Earth
Methods in gov.nasa.worldwind.layers.Earth that return Position Modifier and Type Method Description protected PositionUTMBaseGraticuleLayer. computePosition(int zone, java.lang.String hemisphere, double easting, double northing)protected PositionUTMBaseGraticuleLayer. computePositionFromUPS(java.lang.String hemisphere, double easting, double northing)protected PositionUTMBaseGraticuleLayer. computePositionFromUTM(int zone, java.lang.String hemisphere, double easting, double northing) -
Uses of Position in gov.nasa.worldwind.layers.placename
Methods in gov.nasa.worldwind.layers.placename that return Position Modifier and Type Method Description protected PositionPlaceNameLayer.PlaceNameChunk. getPosition(int index)Methods in gov.nasa.worldwind.layers.placename with parameters of type Position Modifier and Type Method Description protected static booleanPlaceNameLayer. isNameVisible(DrawContext dc, PlaceNameService service, Position namePosition) -
Uses of Position in gov.nasa.worldwind.ogc.collada
Fields in gov.nasa.worldwind.ogc.collada declared as Position Modifier and Type Field Description protected PositionColladaRoot. positionThis shape's geographic location.Methods in gov.nasa.worldwind.ogc.collada that return Position Modifier and Type Method Description PositionColladaRoot. getPosition()Indicates this shape's geographic position.Methods in gov.nasa.worldwind.ogc.collada with parameters of type Position Modifier and Type Method Description voidColladaRoot. setPosition(Position position)Specifies this shape's geographic position. -
Uses of Position in gov.nasa.worldwind.ogc.collada.impl
Methods in gov.nasa.worldwind.ogc.collada.impl with parameters of type Position Modifier and Type Method Description voidColladaMeshShape. setModelPosition(Position modelPosition)Specifies this shape's geographic position. -
Uses of Position in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml declared as Position Modifier and Type Field Description protected PositionKMLPoint. coordinatesMethods in gov.nasa.worldwind.ogc.kml that return Position Modifier and Type Method Description PositionKMLPoint. getCoordinates()PositionKMLLocation. getPosition()Retrieves this location as aPosition.protected PositionKMLCoordinateTokenizer. makePosition()PositionKMLCoordinateTokenizer. nextPosition()Read the nextPositionfrom the coordinate string. -
Uses of Position in gov.nasa.worldwind.ogc.kml.impl
Methods in gov.nasa.worldwind.ogc.kml.impl that return Position Modifier and Type Method Description static PositionKMLUtil. computeAltitude(Globe globe, Position position, java.lang.String altitudeMode)Create aPosition, taking into account an altitude mode.PositionKMLGlobeBalloonImpl. getPosition()Get the position of the balloon.Methods in gov.nasa.worldwind.ogc.kml.impl that return types with arguments of type Position Modifier and Type Method Description static java.util.List<Position>KMLUtil. computeAltitude(Globe globe, java.util.List<? extends Position> positions, java.lang.String altitudeMode)Compute the altitude of each position in a list, based on altitude mode.Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type Position Modifier and Type Method Description static PositionKMLUtil. computeAltitude(Globe globe, Position position, java.lang.String altitudeMode)Create aPosition, taking into account an altitude mode.voidKMLGlobeBalloonImpl. setPosition(Position position)Set the balloon to a position on the globe.Method parameters in gov.nasa.worldwind.ogc.kml.impl with type arguments of type Position Modifier and Type Method Description static java.util.List<Position>KMLUtil. computeAltitude(Globe globe, java.util.List<? extends Position> positions, java.lang.String altitudeMode)Compute the altitude of each position in a list, based on altitude mode.static voidKMLUtil. getPositions(Globe globe, KMLAbstractGeometry geometry, java.util.List<Position> positions)Get all of the positions that make up aKMLAbstractGeometry. -
Uses of Position in gov.nasa.worldwind.pick
Methods in gov.nasa.worldwind.pick that return Position Modifier and Type Method Description PositionPickedObject. getPosition()Methods in gov.nasa.worldwind.pick with parameters of type Position Modifier and Type Method Description voidPickSupport. addPickableObject(int colorCode, java.lang.Object o, Position position)voidPickSupport. addPickableObject(int colorCode, java.lang.Object o, Position position, boolean isTerrain)voidPickedObject. setPosition(Position position)Constructors in gov.nasa.worldwind.pick with parameters of type Position Constructor Description PickedObject(int colorCode, java.lang.Object userObject, Position position, boolean isTerrain) -
Uses of Position in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as Position Modifier and Type Field Description protected PositionRigidShape. centerPositionprotected PositionSurfaceText. locationLocation at which to draw the text.protected PositionAbstractGeneralShape. modelPositionThis shape's geographic location.protected PositionMultiLineTextRenderer. pickPositionprotected PositionGlobeAnnotation. positionprotected PositionGlobeAnnotationBalloon. positionprotected PositionGlobeBrowserBalloon. positionDeprecated.Indicates this balloon's geographic position.protected PositionPointPlacemark. positionprotected PositionScreenAnnotation. positionprotected PositionAbstractShape. referencePositionprotected PositionDrawContextImpl. viewportCenterPositionFields in gov.nasa.worldwind.render with type parameters of type Position Modifier and Type Field Description protected java.util.List<java.util.List<? extends Position>>Polygon. boundariesThe location of each vertex in this shape's boundaries.protected java.lang.Iterable<? extends Position>Path. positionsprotected java.util.List<? extends Position>Polygon.BoundaryInfo. positionsThe shape's boundary positions.protected java.util.ArrayList<Position>Polyline. positionsDeprecated.protected java.util.ArrayList<Position>Path.PathData. tessellatedPositionsThe positions formed from applying path type and terrain conformance.Methods in gov.nasa.worldwind.render that return Position Modifier and Type Method Description PositionRigidShape. getCenterPosition()Indicates this shape's center position.PositionAbstractGeneralShape. getModelPosition()Indicates this shape's geographic position.PositionGeographicText. getPosition()Indicates the geographic position of the text.PositionGlobeAnnotation. getPosition()PositionGlobeAnnotationBalloon. getPosition()Get the position of the balloon.PositionGlobeBalloon. getPosition()Get the position of the balloon.PositionGlobeBrowserBalloon. getPosition()Deprecated.Get the position of the balloon.PositionIconRenderer.OrderedIcon. getPosition()protected PositionPath. getPosition(int positionIndex)Returns the Path position corresponding index.PositionPointPlacemark. getPosition()Returns the placemark's position.PositionScreenAnnotation. getPosition()Returns the position set viaScreenAnnotation.setPosition(gov.nasa.worldwind.geom.Position).PositionSurfaceText. getPosition()Indicates the geographic position of the text.PositionUserFacingIcon. getPosition()PositionUserFacingText. getPosition()PositionWWIcon. getPosition()Returns the icon's geographic position.PositionAbstractGeneralShape. getReferencePosition()abstract PositionAbstractSurfaceShape. getReferencePosition()PositionExtrudedPolygon. getReferencePosition()Indicates the position used as a reference position for this extruded polygon's computed geometry.PositionGlobeAnnotation. getReferencePosition()PositionPath. getReferencePosition()Computes the path's reference position.PositionPointPlacemark. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionPolygon. getReferencePosition()PositionPolyline. getReferencePosition()Deprecated.PositionQuadrilateral. getReferencePosition()PositionRigidShape. getReferencePosition()Returns the shape's referencePosition, which is its centerPositionPositionSurfaceEllipse. getReferencePosition()PositionSurfaceIcon. getReferencePosition()PositionSurfaceImage. getReferencePosition()PositionSurfaceMultiPolygon. getReferencePosition()PositionSurfacePolygon. getReferencePosition()PositionSurfacePolyline. getReferencePosition()PositionSurfacePolylines. getReferencePosition()PositionSurfaceQuad. getReferencePosition()PositionSurfaceSector. getReferencePosition()PositionSurfaceText. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionUserFacingIcon. getReferencePosition()PositionDrawContext. getViewportCenterPosition()Indicates the geographic coordinates of the point on the terrain at the current viewport's center.PositionDrawContextImpl. getViewportCenterPosition()Methods in gov.nasa.worldwind.render that return types with arguments of type Position Modifier and Type Method Description protected java.util.List<? extends Position>Polygon. fillBoundary(java.lang.Iterable<? extends Position> corners)Copies a boundary's positions to this shape's internal boundary list.java.util.List<java.util.List<? extends Position>>Polygon. getBoundaries()Returns this shape's boundaries.java.lang.Iterable<? extends Position>Path. getPositions()Returns this path's positions.java.lang.Iterable<Position>Polyline. getPositions()Deprecated.java.util.List<Position>Path.PathData. getTessellatedPositions()The positions resulting from tessellating this path.java.util.List<? extends Position>Polygon. outerBoundary()Returns a reference to the outer boundary of this polygon.Methods in gov.nasa.worldwind.render with parameters of type Position Modifier and Type Method Description protected voidMultiResolutionPath. addTessellatedPosition(Position pos, java.awt.Color color, java.lang.Integer ordinal, Path.PathData pathData)Deprecated.Adds a position to this path'stessellatedPositionslist.protected voidPath. addTessellatedPosition(Position pos, java.awt.Color color, java.lang.Integer ordinal, Path.PathData pathData)Adds a position to this path'stessellatedPositionslist.protected voidPath. appendTerrainPoint(DrawContext dc, Position position, float[] color, java.nio.FloatBuffer path, Path.PathData pathData)Computes a point on a path and adds it to the renderable geometry.protected voidAbstractAnnotation. bindPickableObject(DrawContext dc, Position position)protected java.awt.PointScreenAnnotation. computeAnnotationPosition(DrawContext dc, Position pos)protected Vec4AbstractShape. computePoint(DrawContext dc, Terrain terrain, Position position)Computes a model-coordinate point from a position, applying this shape's altitude mode, and usingCLAMP_TO_GROUNDif the current globe is 2D.protected Vec4AbstractShape. computePoint(Terrain terrain, Position position)Computes a model-coordinate point from a position, applying this shape's altitude mode.protected Vec4Polyline. computePoint(DrawContext dc, Position pos, boolean applyOffset)Deprecated.Vec4DrawContext. computePointFromPosition(Position position, int altitudeMode)Computes a Cartesian point from a specified geographic position, applying a specified altitude mode.Vec4DrawContextImpl. computePointFromPosition(Position position, int altitudeMode)protected doublePath. computeSegmentLength(DrawContext dc, Position posA, Position posB)Computes the approximate model-coordinate, path length between two positions.protected doublePolyline. computeSegmentLength(DrawContext dc, Position posA, Position posB)Deprecated.protected voidAbstractAnnotation. doDraw(DrawContext dc, int width, int height, double opacity, Position pickPosition)Draws an annotation with the given dimensions and opacity.protected voidAbstractAnnotation. doDrawBackgroundTexture(DrawContext dc, int width, int height, double opacity, Position pickPosition, WWTexture texture)protected voidAbstractAnnotation. doDrawChildren(DrawContext dc, java.awt.Rectangle bounds, double opacity, Position pickPosition)protected abstract voidAbstractSurfaceShape. doMoveTo(Position oldReferencePosition, Position newReferencePosition)protected abstract voidAbstractSurfaceShape. doMoveTo(Globe globe, Position oldReferencePosition, Position newReferencePosition)protected voidSurfaceEllipse. doMoveTo(Position oldReferencePosition, Position newReferencePosition)protected voidSurfaceEllipse. doMoveTo(Globe globe, Position oldReferencePosition, Position newReferencePosition)protected voidSurfaceMultiPolygon. doMoveTo(Position oldReferencePosition, Position newReferencePosition)protected voidSurfaceMultiPolygon. doMoveTo(Globe globe, Position oldReferencePosition, Position newReferencePosition)protected voidSurfacePolygon. doMoveTo(Position oldReferencePosition, Position newReferencePosition)protected voidSurfacePolygon. doMoveTo(Globe globe, Position oldReferencePosition, Position newReferencePosition)protected voidSurfacePolyline. doMoveTo(Position oldReferencePosition, Position newReferencePosition)protected voidSurfacePolyline. doMoveTo(Globe globe, Position oldReferencePosition, Position newReferencePosition)protected voidSurfacePolylines. doMoveTo(Position oldReferencePosition, Position newReferencePosition)protected voidSurfacePolylines. doMoveTo(Globe globe, Position oldReferencePosition, Position newReferencePosition)protected voidSurfaceQuad. doMoveTo(Position oldReferencePosition, Position newReferencePosition)protected voidSurfaceQuad. doMoveTo(Globe globe, Position oldReferencePosition, Position newReferencePosition)protected voidSurfaceSector. doMoveTo(Position oldReferencePosition, Position newReferencePosition)protected voidSurfaceSector. doMoveTo(Globe globe, Position oldReferencePosition, Position newReferencePosition)voidAbstractAnnotation. draw(DrawContext dc, int width, int height, double opacity, Position pickPosition)voidAnnotation. draw(DrawContext dc, int width, int height, double opacity, Position pickPosition)Draws the annotation without transforming to its screen position, or applying any scaling.protected voidAbstractAnnotationLayout. drawAnnotation(DrawContext dc, Annotation annotation, int width, int height, double opacity, Position pickPosition)voidAnnotationFlowLayout. drawAnnotations(DrawContext dc, java.awt.Rectangle bounds, java.lang.Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)voidAnnotationLayoutManager. drawAnnotations(DrawContext dc, java.awt.Rectangle bounds, java.lang.Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)voidAnnotationNullLayout. drawAnnotations(DrawContext dc, java.awt.Rectangle bounds, java.lang.Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)protected voidAbstractAnnotation. drawBackground(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidAbstractAnnotation. drawBackgroundImage(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidAbstractAnnotation. drawBorder(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidAbstractAnnotation. drawChildren(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidAbstractAnnotation. drawContent(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidAnnotationFlowLayout. drawHorizontal(DrawContext dc, java.awt.Rectangle bounds, java.lang.Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)protected voidAbstractAnnotation. drawHTML(DrawContext dc, int x, int y, int lineHeight, double opacity, java.lang.Object pickObject, Position pickPosition, java.lang.String text)protected voidMultiLineTextRenderer. drawLineWithUniqueColors(java.lang.String text, int x, int y, DrawContext dc, PickSupport pickSupport, java.lang.Object refObject, Position refPosition)protected voidAbstractAnnotation. drawPlainText(DrawContext dc, int x, int y, int lineHeight, double opacity, java.lang.Object pickObject, Position pickPosition, java.lang.String text)protected voidAbstractAnnotation. drawText(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidAbstractAnnotation. drawText(DrawContext dc, int x, int y, int lineHeight, double opacity, java.lang.Object pickObject, Position pickPosition, java.lang.String text)protected voidAbstractAnnotation. drawTopLevelAnnotation(DrawContext dc, int x, int y, int width, int height, double scale, double opacity, Position pickPosition)protected voidAnnotationFlowLayout. drawVertical(DrawContext dc, java.awt.Rectangle bounds, java.lang.Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)protected java.awt.ColorPath. getColor(Position pos, java.lang.Integer ordinal)Returns an RGBA color corresponding to the specified position from the original position list and its corresponding ordinal number by delegating the call to this path's positionColors.java.awt.ColorPath.PositionColors. getColor(Position position, int ordinal)Returns an RGBA color corresponding to the specified position and ordinal.protected booleanPath. isSegmentVisible(DrawContext dc, Position posA, Position posB, Vec4 ptA, Vec4 ptB)Determines whether the segment between two path positions is visible.protected booleanPolyline. isSegmentVisible(DrawContext dc, Position posA, Position posB, Vec4 ptA, Vec4 ptB)Deprecated.protected voidPath. makeSegment(DrawContext dc, Position posA, Position posB, Vec4 ptA, Vec4 ptB, java.awt.Color colorA, java.awt.Color colorB, int ordinalA, int ordinalB, Path.PathData pathData)Creates the interior segment positions to adhere to the current path type and terrain-following settings.protected java.util.ArrayList<Vec4>Polyline. makeSegment(DrawContext dc, Position posA, Position posB, Vec4 ptA, Vec4 ptB)Deprecated.voidAbstractShape. move(Position delta)voidAbstractSurfaceShape. move(Position position)voidGlobeAnnotation. move(Position position)voidPath. move(Position delta)voidPointPlacemark. move(Position delta)Shift the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidPolyline. move(Position delta)Deprecated.voidQuadrilateral. move(Position delta)voidSurfaceIcon. move(Position delta)voidSurfaceImage. move(Position delta)voidSurfaceText. move(Position position)Shift the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidUserFacingIcon. move(Position position)voidAbstractGeneralShape. moveTo(Position position)voidAbstractShape. moveTo(Globe globe, Position position)voidAbstractSurfaceShape. moveTo(Position position)voidAbstractSurfaceShape. moveTo(Globe globe, Position position)voidExtrudedPolygon. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidGlobeAnnotation. moveTo(Position position)voidPath. moveTo(Position position)voidPath. moveTo(Globe globe, Position position)voidPointPlacemark. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidPolygon. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidPolygon. moveTo(Globe globe, Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidPolyline. moveTo(Position position)Deprecated.voidQuadrilateral. moveTo(Position position)voidRigidShape. moveTo(Position position)Move the Rigid Shape to the specified destination.voidSurfaceIcon. moveTo(Position position)voidSurfaceImage. moveTo(Position position)voidSurfaceText. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidUserFacingIcon. moveTo(Position position)voidMultiLineTextRenderer. pick(java.lang.String text, int x, int y, int textLineHeight, DrawContext dc, PickSupport pickSupport, java.lang.Object refObject, Position refPosition)Draw text with unique colors word bounding rectangles and add each as a pickable object to the provided PickSupport instance.voidMultiLineTextRenderer. pickHTML(java.lang.String text, int x, int y, TextRendererCache renderers, DrawContext dc, PickSupport pickSupport, java.lang.Object refObject, Position refPosition)Draw text with unique colors word bounding rectangles and add each as a pickable object to the provided PickSupport instance.protected voidMultiLineTextRenderer. pickWord(java.lang.String word, java.lang.String hyperlink, double drawX, double drawY, java.awt.geom.Rectangle2D wordBounds, DrawContext dc, PickSupport pickSupport, java.lang.Object refObject, Position refPosition)voidRigidShape. setCenterPosition(Position centerPosition)Specifies this shape's center position.voidAbstractGeneralShape. setModelPosition(Position modelPosition)Specifies this shape's geographic position.voidGeographicText. setPosition(Position position)Specifies the geographic position of the text.voidGlobeAnnotation. setPosition(Position position)voidGlobeAnnotationBalloon. setPosition(Position position)Set the balloon to a position on the globe.voidGlobeBalloon. setPosition(Position position)Set the balloon to a position on the globe.voidGlobeBrowserBalloon. setPosition(Position position)Deprecated.Set the balloon to a position on the globe.voidPointPlacemark. setPosition(Position position)Sets the placemark's position.voidScreenAnnotation. setPosition(Position position)Specifies an optional geographic position that is mapped to a screen position during rendering.voidSurfaceText. setPosition(Position position)Specifies the geographic position of the text.voidUserFacingIcon. setPosition(Position iconPosition)voidUserFacingText. setPosition(Position position)voidWWIcon. setPosition(Position iconPosition)Sets the icon's geographic position.voidAbstractShape. setReferencePosition(Position referencePosition)Specifies the position to use as a reference position for computed geometry.protected voidSurfaceImage. setReferencePosition(Position referencePosition)voidDrawContext. setViewportCenterPosition(Position viewportCenterPosition)Specifies the geographic coordinates of the point on the terrain at the current viewport's center.voidDrawContextImpl. setViewportCenterPosition(Position viewportCenterPosition)Method parameters in gov.nasa.worldwind.render with type arguments of type Position Modifier and Type Method Description voidPolygon. addInnerBoundary(java.lang.Iterable<? extends Position> corners)Add an inner boundary to this polygon.protected java.nio.FloatBufferPath. computeAbsolutePoints(DrawContext dc, java.util.List<Position> positions, java.nio.FloatBuffer path, Path.PathData pathData)Computes a model-coordinate path from a list of positions, using the altitudes in the specified positions.protected static double[]Polyline. computeElevationExtremes(java.lang.Iterable<? extends Position> positions)Deprecated.protected voidPath. computePath(DrawContext dc, java.util.List<Position> positions, Path.PathData pathData)Computes the shape's model-coordinate path from a list of positions.protected java.nio.FloatBufferPath. computePointsRelativeToTerrain(DrawContext dc, java.util.List<Position> positions, java.lang.Double altitude, java.nio.FloatBuffer path, Path.PathData pathData)Computes a terrain-conforming, model-coordinate path from a list of positions, using either a specified altitude or the altitudes in the specified positions.protected java.util.List<? extends Position>Polygon. fillBoundary(java.lang.Iterable<? extends Position> corners)Copies a boundary's positions to this shape's internal boundary list.voidPolygon. setOuterBoundary(java.lang.Iterable<? extends Position> corners)Specifies the latitude, longitude and altitude of the outer boundary positions defining this polygon.voidPath. setPositions(java.lang.Iterable<? extends Position> positions)Specifies this path's positions, which replace this path's current positions, if any.voidPolyline. setPositions(java.lang.Iterable<? extends Position> inPositions)Deprecated.Specifies the path's positions.voidPath.PathData. setTessellatedPositions(java.util.ArrayList<Position> tessellatedPositions)Constructors in gov.nasa.worldwind.render with parameters of type Position Constructor Description Box(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius)Construct a box from a specified center position and axes lengths.Box(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Construct a Box from a specified center position, axes lengths and rotation angles.Cone(Position centerPosition, double height, double radius)Constructs a Cone from a specified center position, height and radius.Cone(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius)Constructs a cone from a specified center position and axes lengths.Cone(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Constructs a cone from a specified center position, axes lengths and rotation angles.Cylinder(Position centerPosition, double height, double radius)Constructs a Cylinder from a specified center position, height and radius.Cylinder(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius)Constructs a cylinder from a specified center position and axes lengths.Cylinder(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Constructs a cylinder from a specified center position, axes lengths and rotation angles.Ellipsoid(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius)Construct an ellipsoid from a specified center position and axes lengths.Ellipsoid(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Construct an ellipsoid from a specified center position, axes lengths and rotation angles.GlobeAnnotation(java.lang.String text, Position position)Creates aGlobeAnnotationwith the given text, at the given globePosition.GlobeAnnotation(java.lang.String text, Position position, AnnotationAttributes defaults)Creates aGlobeAnnotationwith the given text, at the given globePosition.GlobeAnnotation(java.lang.String text, Position position, java.awt.Font font)Creates aGlobeAnnotationwith the given text, at the given globePosition.GlobeAnnotation(java.lang.String text, Position position, java.awt.Font font, java.awt.Color textColor)Creates aGlobeAnnotationwith the given text, at the given globePosition.GlobeAnnotationBalloon(java.lang.String text, Position position)Create the balloon.GlobeBrowserBalloon(java.lang.String text, Position position)Deprecated.Constructs a newGlobeBrowserBalloonwith the specified text content and position.Path(Position posA, Position posB)Creates a path between two positions.Pedestal(java.lang.String iconPath, Position iconPosition)PointPlacemark(Position position)Construct a point placemark.Pyramid(Position centerPosition, double height, double width)Construct a Pyramid from a specified center position, height and width.Pyramid(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius)Construct a Pyramid from a specified center position and axes lengths.Pyramid(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Construct a Pyramid from a specified center position, axes lengths and rotation angles.SurfaceText(java.lang.String text, Position position)Create a new surface text object.SurfaceText(java.lang.String text, Position position, java.awt.Font font, java.awt.Color color)Create a new surface text object.UserFacingIcon(java.lang.Object imageSource, Position iconPosition)UserFacingIcon(java.lang.String iconPath, Position iconPosition)UserFacingText(java.lang.CharSequence text, Position textPosition)Wedge(Position centerPosition, Angle angle, double height, double radius)Constructs a Wedge from a specified center position, height, radius and angle.Wedge(Position centerPosition, Angle angle, double northSouthRadius, double verticalRadius, double eastWestRadius)Constructs a wedge from a specified center position and axes lengths.Wedge(Position centerPosition, Angle angle, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Constructs a wedge from a specified center position, axes lengths and rotation angles.Constructor parameters in gov.nasa.worldwind.render with type arguments of type Position Constructor Description BoundaryInfo(java.util.List<? extends Position> positions)Construct an instance for a specified boundary.ExtrudedPolygon(java.lang.Iterable<? extends Position> corners)Constructs an extruded polygon from an outer boundary.ExtrudedPolygon(java.lang.Iterable<? extends Position> corners, java.lang.Iterable<?> imageSources)Constructs an extruded polygon from an outer boundary and apply specified textures to its outer faces.MultiResolutionPath(java.lang.Iterable<? extends Position> positions)Deprecated.Creates a path with specified positions.Path(java.lang.Iterable<? extends Position> positions)Creates a path with specified positions.Polygon(java.lang.Iterable<? extends Position> corners)Construct a polygon for a specified outer boundary.Polyline(java.lang.Iterable<? extends Position> positions)Deprecated. -
Uses of Position in gov.nasa.worldwind.render.airspaces
Methods in gov.nasa.worldwind.render.airspaces that return Position Modifier and Type Method Description protected PositionAbstractAirspace. computeReferencePosition(java.util.List<? extends LatLon> locations, double[] altitudes)PositionBox. getReferencePosition()PositionCake. getReferencePosition()PositionCappedCylinder. getReferencePosition()PositionCappedEllipticalCylinder. getReferencePosition()PositionCurtain. getReferencePosition()PositionOrbit. getReferencePosition()PositionPolygon. getReferencePosition()PositionRoute. getReferencePosition()PositionSphereAirspace. getReferencePosition()PositionSurfaceBox. getReferencePosition()PositionTrackAirspace. getReferencePosition()Methods in gov.nasa.worldwind.render.airspaces with parameters of type Position Modifier and Type Method Description protected voidAbstractAirspace. doMoveTo(Position oldRef, Position newRef)protected voidAbstractAirspace. doMoveTo(Globe globe, Position oldRef, Position newRef)protected voidBox. doMoveTo(Position oldRef, Position newRef)protected voidBox. doMoveTo(Globe globe, Position oldRef, Position newRef)protected voidCake. doMoveTo(Position oldRef, Position newRef)protected voidCake. doMoveTo(Globe globe, Position oldRef, Position newRef)protected voidCappedCylinder. doMoveTo(Position oldRef, Position newRef)protected voidCappedCylinder. doMoveTo(Globe globe, Position oldRef, Position newRef)protected voidCappedEllipticalCylinder. doMoveTo(Position oldRef, Position newRef)protected voidCappedEllipticalCylinder. doMoveTo(Globe globe, Position oldRef, Position newRef)protected voidCurtain. doMoveTo(Position oldRef, Position newRef)protected voidCurtain. doMoveTo(Globe globe, Position oldRef, Position newRef)protected voidOrbit. doMoveTo(Position oldRef, Position newRef)protected voidOrbit. doMoveTo(Globe globe, Position oldRef, Position newRef)protected voidPolygon. doMoveTo(Position oldRef, Position newRef)protected voidPolygon. doMoveTo(Globe globe, Position oldRef, Position newRef)protected voidRoute. doMoveTo(Position oldRef, Position newRef)protected voidRoute. doMoveTo(Globe globe, Position oldRef, Position newRef)protected voidSphereAirspace. doMoveTo(Position oldRef, Position newRef)protected voidSphereAirspace. doMoveTo(Globe globe, Position oldRef, Position newRef)protected voidSurfaceBox. doMoveTo(Position oldReferencePosition, Position newReferencePosition)protected voidSurfaceBox. doMoveTo(Globe globe, Position oldReferencePosition, Position newReferencePosition)protected voidTrackAirspace. doMoveTo(Position oldRef, Position newRef)protected voidTrackAirspace. doMoveTo(Globe globe, Position oldRef, Position newRef)voidAbstractAirspace. move(Position position)voidAbstractAirspace. moveTo(Position position)voidAbstractAirspace. moveTo(Globe globe, Position position) -
Uses of Position in gov.nasa.worldwind.render.markers
Fields in gov.nasa.worldwind.render.markers declared as Position Modifier and Type Field Description protected PositionBasicMarker. positionMethods in gov.nasa.worldwind.render.markers that return Position Modifier and Type Method Description PositionBasicMarker. getPosition()PositionMarker. getPosition()Methods in gov.nasa.worldwind.render.markers with parameters of type Position Modifier and Type Method Description protected Vec4MarkerRenderer. computeSurfacePoint(DrawContext dc, Position pos)voidBasicMarker. setPosition(Position position)voidMarker. setPosition(Position position)Constructors in gov.nasa.worldwind.render.markers with parameters of type Position Constructor Description BasicMarker(Position position, MarkerAttributes attrs)BasicMarker(Position position, MarkerAttributes attrs, Angle heading) -
Uses of Position in gov.nasa.worldwind.symbology
Fields in gov.nasa.worldwind.symbology declared as Position Modifier and Type Field Description protected PositionTacticalGraphicLabel. orientationPositionThe label is drawn along a line from the label position to the orientation position.protected PositionAbstractTacticalSymbol. positionIndicates this symbol's geographic position.protected PositionTacticalGraphicLabel. positionThe label's geographic position.Methods in gov.nasa.worldwind.symbology that return Position Modifier and Type Method Description PositionTacticalGraphicLabel. getOrientationPosition()Indicates the orientation position.PositionAbstractTacticalSymbol. getPosition()Indicates this symbol's geographic position.PositionTacticalGraphicLabel. getPosition()Indicates the label's position.PositionTacticalPoint. getPosition()Indicates the position of the graphic.PositionTacticalSymbol. getPosition()Indicates this symbol's geographic position.PositionAbstractTacticalSymbol. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.Methods in gov.nasa.worldwind.symbology that return types with arguments of type Position Modifier and Type Method Description static java.util.List<Position>TacticalGraphicUtil. asPositionList(Globe globe, Vec4... points)Convert a list of cartesian points to Positions.java.lang.Iterable<? extends Position>TacticalGraphic. getPositions()Indicates the positions of the control points that place and orient the graphic.Methods in gov.nasa.worldwind.symbology with parameters of type Position Modifier and Type Method Description TacticalCircleTacticalGraphicFactory. createCircle(java.lang.String symbolIdentifier, Position center, double radius, AVList modifiers)Create a circular graphic.TacticalPointTacticalGraphicFactory. createPoint(java.lang.String symbolIdentifier, Position position, AVList modifiers)Create a tactical graphic positioned by a single control point.voidAbstractTacticalGraphic. move(Position delta)Shift the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidAbstractTacticalSymbol. move(Position delta)Shift the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidAbstractTacticalGraphic. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidAbstractTacticalSymbol. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidTacticalGraphicLabel. setOrientationPosition(Position orientationPosition)Specifies the orientation position.voidAbstractTacticalSymbol. setPosition(Position position)Specifies this symbol's geographic position.voidTacticalGraphicLabel. setPosition(Position position)Indicates the label's geographic position.voidTacticalPoint. setPosition(Position position)Specifies the position of the graphic.voidTacticalSymbol. setPosition(Position position)Specifies this symbol's geographic position.Method parameters in gov.nasa.worldwind.symbology with type arguments of type Position Modifier and Type Method Description TacticalGraphicTacticalGraphicFactory. createGraphic(java.lang.String symbolIdentifier, java.lang.Iterable<? extends Position> positions, AVList modifiers)Create a tactical graphic positioned by more than one control point.TacticalQuadTacticalGraphicFactory. createQuad(java.lang.String symbolIdentifier, java.lang.Iterable<? extends Position> positions, AVList modifiers)Create a graphic with four sides.static voidTacticalGraphicUtil. placeLabelsOnPath(DrawContext dc, java.lang.Iterable<? extends Position> positions, TacticalGraphicLabel label1, TacticalGraphicLabel label2, double distance)Position one or two labels some distance along the path.voidTacticalGraphic. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.Constructors in gov.nasa.worldwind.symbology with parameters of type Position Constructor Description AbstractTacticalSymbol(Position position)Constructs a new symbol with the specified position. -
Uses of Position in gov.nasa.worldwind.symbology.milstd2525
Methods in gov.nasa.worldwind.symbology.milstd2525 that return Position Modifier and Type Method Description PositionMilStd2525PointGraphic. getPosition()Indicates the position of the graphic.PositionMilStd2525PointGraphic. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.Methods in gov.nasa.worldwind.symbology.milstd2525 that return types with arguments of type Position Modifier and Type Method Description java.lang.Iterable<? extends Position>MilStd2525PointGraphic. getPositions()Indicates the positions of the control points that place and orient the graphic.Methods in gov.nasa.worldwind.symbology.milstd2525 with parameters of type Position Modifier and Type Method Description TacticalCircleMilStd2525GraphicFactory. createCircle(java.lang.String sidc, Position center, double radius, AVList modifiers)Create a circular graphic.TacticalPointMilStd2525GraphicFactory. createPoint(java.lang.String sidc, Position position, AVList params)Create a tactical graphic positioned by a single control point.protected TacticalSymbolAbstractMilStd2525TacticalGraphic. createSymbol(java.lang.String sidc, Position position, TacticalSymbolAttributes attrs)voidMilStd2525PointGraphic. move(Position delta)Shift the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidMilStd2525PointGraphic. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidMilStd2525PointGraphic. setPosition(Position position)Specifies the position of the graphic.Method parameters in gov.nasa.worldwind.symbology.milstd2525 with type arguments of type Position Modifier and Type Method Description MilStd2525TacticalGraphicMilStd2525GraphicFactory. createGraphic(java.lang.String sidc, java.lang.Iterable<? extends Position> positions, AVList modifiers)Create a tactical graphic positioned by more than one control point.TacticalQuadMilStd2525GraphicFactory. createQuad(java.lang.String sidc, java.lang.Iterable<? extends Position> positions, AVList modifiers)Create a graphic with four sides.voidMilStd2525PointGraphic. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.Constructors in gov.nasa.worldwind.symbology.milstd2525 with parameters of type Position Constructor Description MilStd2525TacticalSymbol(java.lang.String symbolId, Position position)Constructs a tactical symbol for the MIL-STD-2525 symbology set with the specified symbol identifier and position.MilStd2525TacticalSymbol(java.lang.String symbolId, Position position, AVList modifiers)Constructs a tactical symbol for the MIL-STD-2525 symbology set with the specified symbol identifier, position, and list of modifiers. -
Uses of Position in gov.nasa.worldwind.symbology.milstd2525.graphics
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics declared as Position Modifier and Type Field Description protected PositionTriangleWavePositionIterator. firstPositionFirst position along the line.protected PositionTriangleWavePositionIterator. nextControlPositionPosition of the next control point.protected PositionEchelonSymbol. orientationPositionThe label is drawn along a line from the label position to the orientation position.protected PositionTriangleWavePositionIterator. thisPositionCurrent position.protected PositionTriangleWavePositionIterator. waveEndPositionEnd position for the current wave.Fields in gov.nasa.worldwind.symbology.milstd2525.graphics with type parameters of type Position Modifier and Type Field Description protected java.util.Iterator<? extends Position>TriangleWavePositionIterator. positionsControl positions.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics that return Position Modifier and Type Method Description protected PositionTriangleWavePositionIterator. computeNext()Compute the next position along the line, and transition the state machine to the next state (if appropriate).PositionEchelonSymbol. getOrientationPosition()Indicates the orientation position.PositionTriangleWavePositionIterator. next()Methods in gov.nasa.worldwind.symbology.milstd2525.graphics with parameters of type Position Modifier and Type Method Description voidEchelonSymbol. setOrientationPosition(Position orientationPosition)Specifies the orientation position.Constructors in gov.nasa.worldwind.symbology.milstd2525.graphics with parameters of type Position Constructor Description TacticalGraphicSymbol(java.lang.String sidc, Position position)Constructs a new symbol with the specified position.Constructor parameters in gov.nasa.worldwind.symbology.milstd2525.graphics with type arguments of type Position Constructor Description TriangleWavePositionIterator(java.lang.Iterable<? extends Position> positions, double waveLength, double amplitude, Globe globe)Create a new iterator to compute the positions of a triangle wave. -
Uses of Position in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas declared as Position Modifier and Type Field Description protected PositionLimitedAccessArea. attachmentPositionprotected PositionCircularRangeFan. positionPosition of the center of the range fan.protected PositionSectorRangeFan. positionPosition of the center of the range fan.protected PositionAmbush. position1First control point.protected PositionAttackByFirePosition. position1First control point.protected PositionSearchArea. position1First control point.protected PositionAmbush. position2Second control point.protected PositionAttackByFirePosition. position2Second control point.protected PositionSearchArea. position2Second control point.protected PositionAmbush. position3Third control point.protected PositionAttackByFirePosition. position3Third control point.protected PositionSearchArea. position3Third control point.protected PositionSupportByFirePosition. position4Fourth control point.protected PositionLimitedAccessArea. symbolPositionFields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with type parameters of type Position Modifier and Type Field Description protected java.util.List<Position>Encirclement. computedPositionsPositions computed from the original positions.protected java.util.List<Position>FortifiedArea. computedPositionsPositions computed from the original positions.protected java.lang.Iterable<? extends Position>AbstractRectangularGraphic. positionsprotected java.lang.Iterable<? extends Position>Encirclement. positionsOriginal positions specified by the application.protected java.lang.Iterable<? extends Position>FortifiedArea. positionsOriginal positions specified by the application.protected java.lang.Iterable<? extends Position>MinimumSafeDistanceZones. positionsPosition of the center of the range fan.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that return Position Modifier and Type Method Description protected PositionIrregularFireSupportArea. computeTimeLabelPosition(DrawContext dc)Determine the position of the time range label.protected PositionAirhead. determineMainLabelPosition(DrawContext dc)Compute the position for the area's main label.protected PositionBasicArea. determineMainLabelPosition(DrawContext dc)Compute the position for the area's main label.protected PositionGroupOfTargets. determineMainLabelPosition(DrawContext dc)Compute the position for the area's main label.protected PositionSectorRangeFan. determineRangeLabelPosition(Position center, Angle centerAzimuth, Angle leftAzimuth, Angle rightAzimuth, double radiusRadians)Determine the position of a range label for a ring in the range fan.PositionAbstractCircularGraphic. getPosition()Indicates the position of the graphic.PositionCircularRangeFan. getPosition()Indicates the center position of the range ran.PositionMinimumSafeDistanceZones. getPosition()Indicates the center position of the range ran.PositionSectorRangeFan. getPosition()Indicates the center position of the range ran.PositionAbstractCircularGraphic. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionAbstractRectangularGraphic. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionAmbush. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionAttackByFirePosition. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionBasicArea. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionCircularRangeFan. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionDummy. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionLimitedAccessArea. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionMinimumSafeDistanceZones. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionSearchArea. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionSectorRangeFan. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that return types with arguments of type Position Modifier and Type Method Description protected java.util.List<Position>Ambush. computeArcPositions(DrawContext dc, Ambush.ArcData arcData)Compute positions required to draw the arc.protected java.util.List<Position>Ambush. computeArrowheadPositions(DrawContext dc, Position tip, Ambush.ArcData arcData)Determine the positions that make up the arrowhead.protected java.util.List<Position>AttackByFirePosition. computeArrowheadPositions(DrawContext dc, Position base, Position tip)Determine the positions that make up the arrowhead.protected java.util.List<Position>SearchArea. computeArrowheadPositions(DrawContext dc, Position startPosition, Position endPosition)Determine the positions that make up the arrowhead.protected java.util.List<Position>SearchArea. computeArrowheadPositions(DrawContext dc, Position base, Position tip, double arrowLength, Angle arrowAngle)Compute the positions of the arrow head of the graphic's legs.protected java.util.List<Position>SectorRangeFan. computeArrowheadPositions(DrawContext dc, Position base, Position tip, double arrowLength, Angle arrowAngle)Compute the positions of the arrow head for the sector center line.protected java.util.List<Position>AttackByFirePosition. computeBasePositions(DrawContext dc, Position position1, Position position2, Position orientationPos)Determine the positions that make up the base of the graphic (a trapezoid missing one side).protected java.util.List<Position>SearchArea. computePathPositions(Position startPosition, Position endPosition, Angle delta)java.lang.Iterable<? extends Position>AbstractCircularGraphic. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>AbstractRectangularGraphic. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>Ambush. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>AttackByFirePosition. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>BasicArea. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>CircularRangeFan. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>Dummy. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>Encirclement. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>FortifiedArea. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>LimitedAccessArea. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>MinimumSafeDistanceZones. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>RectangularTarget. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>SearchArea. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>SectorRangeFan. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>SupportByFirePosition. getPositions()Indicates the positions of the control points that place and orient the graphic.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with parameters of type Position Modifier and Type Method Description protected java.util.List<Position>Ambush. computeArrowheadPositions(DrawContext dc, Position tip, Ambush.ArcData arcData)Determine the positions that make up the arrowhead.protected java.util.List<Position>AttackByFirePosition. computeArrowheadPositions(DrawContext dc, Position base, Position tip)Determine the positions that make up the arrowhead.protected java.util.List<Position>SearchArea. computeArrowheadPositions(DrawContext dc, Position startPosition, Position endPosition)Determine the positions that make up the arrowhead.protected java.util.List<Position>SearchArea. computeArrowheadPositions(DrawContext dc, Position base, Position tip, double arrowLength, Angle arrowAngle)Compute the positions of the arrow head of the graphic's legs.protected java.util.List<Position>SectorRangeFan. computeArrowheadPositions(DrawContext dc, Position base, Position tip, double arrowLength, Angle arrowAngle)Compute the positions of the arrow head for the sector center line.protected java.util.List<Position>AttackByFirePosition. computeBasePositions(DrawContext dc, Position position1, Position position2, Position orientationPos)Determine the positions that make up the base of the graphic (a trapezoid missing one side).protected java.util.List<Position>SearchArea. computePathPositions(Position startPosition, Position endPosition, Angle delta)protected PositionSectorRangeFan. determineRangeLabelPosition(Position center, Angle centerAzimuth, Angle leftAzimuth, Angle rightAzimuth, double radiusRadians)Determine the position of a range label for a ring in the range fan.voidEncirclement. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidFortifiedArea. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidAbstractCircularGraphic. setPosition(Position position)Specifies the position of the graphic.voidCircularRangeFan. setPosition(Position position)Specifies the center position of the range ran.voidMinimumSafeDistanceZones. setPosition(Position position)Specifies the center position of the range ran.voidSectorRangeFan. setPosition(Position position)Specifies the center position of the range ran.Method parameters in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with type arguments of type Position Modifier and Type Method Description protected voidSectorRangeFan. createArc(DrawContext dc, double radius, Angle leftAzimuth, Angle rightAzimuth, java.util.List<Position> positions)Create positions to draw an arc around the graphic's center position.protected PathAmbush. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathAttackByFirePosition. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathSearchArea. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathSectorRangeFan. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected voidEncirclement. generateIntermediatePositions(DrawContext dc, java.lang.Iterable<? extends Position> positions)Generate the positions required to draw the polygon with a triangle wave boundary.protected voidFortifiedArea. generateIntermediatePositions(DrawContext dc, java.lang.Iterable<? extends Position> positions)Generate the positions required to draw the polygon with a square wave boundary.voidAbstractCircularGraphic. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidAbstractRectangularGraphic. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidAirfieldZone. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidAmbush. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidAttackByFirePosition. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidBasicArea. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidCircularRangeFan. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidDummy. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidEncirclement. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidFortifiedArea. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidLimitedAccessArea. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidMinimumSafeDistanceZones. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidRectangularTarget. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidSearchArea. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidSectorRangeFan. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidSupportByFirePosition. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.Constructors in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with parameters of type Position Constructor Description LimitedAccessSymbol(java.lang.String sidc, Position position) -
Uses of Position in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines declared as Position Modifier and Type Field Description protected PositionDirectionOfAttack. endPositionSecond control point.protected PositionLinearTarget. endPositionSecond control point.protected PositionDirectionOfAttackForFeint. labelOrientationPositionOrientation position for the label.protected PositionDirectionOfAttackForFeint. labelPositionPosition of the label along the curve.protected PositionForwardLineOfOwnTroops.PositionIterator. nextControlPositionPosition of the next control point.protected PositionHoldingLine. position1First control point, defines the start of the line.protected PositionInfiltrationLane. position1First control point.protected PositionPrincipleDirectionOfFire. position1First control point.protected PositionHoldingLine. position2Second control point, defines the end of the line.protected PositionInfiltrationLane. position2Second control point.protected PositionPrincipleDirectionOfFire. position2Second control point.protected PositionHoldingLine. position3Third control point, defines the top of the arc.protected PositionInfiltrationLane. position3Third control point.protected PositionPrincipleDirectionOfFire. position3Third control point.protected PositionDirectionOfAttack. startPositionFirst control point.protected PositionLinearTarget. startPositionFirst control point.protected PositionForwardLineOfOwnTroops.PositionIterator. thisPositionCurrent position.Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with type parameters of type Position Modifier and Type Field Description protected java.util.List<? extends Position>AbstractAxisArrow. arrowPositionsPositions computed from the control points, used to draw the arrow path.protected java.util.List<Position>ForwardLineOfOwnTroops. computedPositionsPositions computed from the original positions.protected java.lang.Iterable<? extends Position>AbstractAxisArrow. positionsControl points that define the shape.protected java.util.Iterator<? extends Position>ForwardLineOfOwnTroops.PositionIterator. positionsControl positions.protected java.lang.Iterable<? extends Position>ForwardLineOfOwnTroops. positionsOriginal positions specified by the application.protected java.lang.Iterable<? extends Position>Route. positionsControl points that define the shape.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that return Position Modifier and Type Method Description protected PositionRoute. computeMainLabelPosition(DrawContext dc, TacticalGraphicLabel label, Position midpoint, Position posB)Compute the position of the graphic's main label.protected PositionAirborne. computeSymbolPosition()Compute the position of the symbol drawn between the first two control points.protected PositionDoseRateContourLine. determineMainLabelPosition(DrawContext dc)Compute the position for the area's main label.PositionAbstractAxisArrow. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionDirectionOfAttack. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionFireSupportLine. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionForwardEdgeOfBattleArea. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionHoldingLine. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionInfiltrationLane. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionLinearTarget. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionPhaseLine. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionPrincipleDirectionOfFire. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionRoute. getReferencePosition()A position associated with the object that indicates its aggregate geographic position.PositionForwardLineOfOwnTroops.PositionIterator. next()Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that return types with arguments of type Position Modifier and Type Method Description protected java.util.List<Position>PullUpPoint. asPositionList(LatLon... locations)Convert a list of LatLon to a list of Positions at zero elevation.protected java.util.List<Position>DirectionOfAttack. computeArrowheadPositions(DrawContext dc, Vec4 tip, Vec4 dir, double length)Determine the positions that make up the arrowhead.protected java.util.List<Position>PrincipleDirectionOfFire. computeArrowheadPositions(DrawContext dc, Position startPosition, Position endPosition)Determine the positions that make up the arrowhead.protected java.util.List<Position>LinearTarget. computeVerticalSegmentPositions(Globe globe, Vec4 basePoint, Vec4 segment, double verticalLength)Compute positions for one of the vertical segments in the graphic.protected java.util.List<Position>DirectionOfAttackAviation. createBowTie(DrawContext dc, Position pos1, Position pos2)Create positions required to to draw the bow tie part of the graphic.protected java.util.List<Position>ForwardLineOfOwnTroops. generateWavePositions(java.util.Iterator<? extends Position> iterator, double radius, boolean reverse)java.lang.Iterable<? extends Position>AbstractAxisArrow. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>DirectionOfAttack. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>FireSupportLine. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>ForwardEdgeOfBattleArea. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>ForwardLineOfOwnTroops. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>HoldingLine. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>InfiltrationLane. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>LinearTarget. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>PhaseLine. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>PrincipleDirectionOfFire. getPositions()Indicates the positions of the control points that place and orient the graphic.java.lang.Iterable<? extends Position>Route. getPositions()Indicates the positions of the control points that place and orient the graphic.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with parameters of type Position Modifier and Type Method Description protected voidHoldingLine. computeArc(Globe globe, java.util.List<Position> positions, Position center, Angle startAzimuth, Angle endAzimuth, double radius, int intervals)Compute the positions required to draw an arc.protected java.util.List<Position>PrincipleDirectionOfFire. computeArrowheadPositions(DrawContext dc, Position startPosition, Position endPosition)Determine the positions that make up the arrowhead.protected PositionRoute. computeMainLabelPosition(DrawContext dc, TacticalGraphicLabel label, Position midpoint, Position posB)Compute the position of the graphic's main label.protected java.util.List<Position>DirectionOfAttackAviation. createBowTie(DrawContext dc, Position pos1, Position pos2)Create positions required to to draw the bow tie part of the graphic.protected PathRoute. createPath(Position start, Position end)Create between two points and configure the Path.voidForwardLineOfOwnTroops. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.voidLineOfContact. moveTo(Position position)Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.Method parameters in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with type arguments of type Position Modifier and Type Method Description protected voidHoldingLine. computeArc(Globe globe, java.util.List<Position> positions, Position center, Angle startAzimuth, Angle endAzimuth, double radius, int intervals)Compute the positions required to draw an arc.protected doubleForwardLineOfOwnTroops. computeDefaultWavelength(java.lang.Iterable<? extends Position> positions, Globe globe)protected AngleForwardLineOfOwnTroops. computeGreatCirclePathLength(java.lang.Iterable<? extends Position> positions)protected voidHoldingLine. computeRoundCorner(Globe globe, java.util.List<Position> positions, Vec4 ptLeg1, Vec4 ptVertex, Vec4 ptLeg2, double distance, int intervals)Compute positions to draw a rounded corner between three points.protected doubleAbstractAxisArrow. createArrowHeadPositions(java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, java.util.List<Position> arrowHeadPositions, Globe globe)Create positions that make up the arrow head.protected doubleAdvanceForFeint. createArrowHeadPositions(java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, java.util.List<Position> arrowHeadPositions, Globe globe)Create positions that make up the arrow head.protected doubleAviation. createArrowHeadPositions(java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, java.util.List<Position> arrowHeadPositions, Globe globe)Create positions that make up the arrow head.protected doubleMainAttack. createArrowHeadPositions(java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, java.util.List<Position> arrowHeadPositions, Globe globe)protected voidAbstractAxisArrow. createLinePositions(java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, double halfWidth, Globe globe)Create positions that make up the left and right arrow lines.protected voidAttackRotaryWing. createLinePositions(java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, double halfWidth, Globe globe)protected PathDirectionOfAttack. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathInfiltrationLane. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathLinearTarget. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathPrincipleDirectionOfFire. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected voidForwardLineOfOwnTroops. generateIntermediatePositions(DrawContext dc, java.lang.Iterable<? extends Position> positions)Generate the positions required to draw the polygon with a triangle wave boundary.protected voidLineOfContact. generateIntermediatePositions(DrawContext dc, java.lang.Iterable<? extends Position> positions)Generate the positions required to draw the line.voidLineOfContact. generateParallelLines(java.util.Iterator<? extends Position> iterator, java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, double halfWidth, Globe globe)Create positions that describe lines parallel to a control line.voidLineOfContact. generateParallelLines(java.util.Iterator<? extends Position> iterator, java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, double halfWidth, Globe globe)Create positions that describe lines parallel to a control line.protected voidLineOfContact. generateParallelPoints(Vec4 point, Vec4 prev, Vec4 next, java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, double halfWidth, Globe globe)Compute points on either side of a line segment.protected java.util.List<Position>ForwardLineOfOwnTroops. generateWavePositions(java.util.Iterator<? extends Position> iterator, double radius, boolean reverse)voidAbstractAxisArrow. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidAirborne. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidDirectionOfAttack. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidFireSupportLine. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidForwardEdgeOfBattleArea. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidForwardLineOfOwnTroops. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidHoldingLine. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidInfiltrationLane. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidLinearTarget. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidPhaseLine. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidPrincipleDirectionOfFire. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.voidRoute. setPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.Constructor parameters in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with type arguments of type Position Constructor Description PositionIterator(java.lang.Iterable<? extends Position> positions, double interval, Globe globe)Create a new iterator to compute the positions of a triangle wave. -
Uses of Position in gov.nasa.worldwind.terrain
Fields in gov.nasa.worldwind.terrain declared as Position Modifier and Type Field Description protected PositionHighResolutionTerrain.RenderInfo. maxElevationprotected PositionHighResolutionTerrain.RenderInfo. minElevationMethods in gov.nasa.worldwind.terrain that return Position Modifier and Type Method Description Position[]HighResolutionTerrain. getExtremeElevations(LatLon center, double width, double height)Determines the minimum and maximum elevations and their locations within a specified geographic quadrilateral.Position[]HighResolutionTerrain. getExtremeElevations(Sector sector)Determines the minimum and maximum elevations and their locations within a specifiedSector.Methods in gov.nasa.worldwind.terrain with parameters of type Position Modifier and Type Method Description voidHighResolutionTerrain. cacheIntersectingTiles(Position pA, Position pB)Cause the tiles used by subsequent intersection calculations to be cached so that they are available immediately to those subsequent calculations.protected Intersection[]HighResolutionTerrain. doIntersect(Position pA, Position pB)Computes intersections of a line with the terrain.protected java.util.List<HighResolutionTerrain.RectTile>HighResolutionTerrain. getIntersectingTiles(Position pA, Position pB, Line line)Determines and creates the terrain tiles intersected by a specified line.java.util.List<Sector>HighResolutionTerrain. getIntersectionTiles(Position pA, Position pB)Vec4HighResolutionTerrain. getSurfacePoint(Position position)Computes the Cartesian, model-coordinate point of a position on the terrain.Vec4SectorGeometryList. getSurfacePoint(Position position)Computes a Cartesian point at a specified latitude, longitude and altitude above the terrain.Vec4Terrain. getSurfacePoint(Position position)Computes the Cartesian, model-coordinate point of a position on the terrain.Intersection[]HighResolutionTerrain. intersect(Position pA, Position pB)Computes the intersections of a line with the terrain.Intersection[]HighResolutionTerrain. intersect(Position pA, Position pB, int altitudeMode)Computes the intersections of a line with the terrain.Intersection[]Terrain. intersect(Position pA, Position pB)Computes the intersections of a line with the terrain.Intersection[]Terrain. intersect(Position pA, Position pB, int altitudeMode)Computes the intersections of a line with the terrain.voidHighResolutionTerrain.IntersectionCallback. intersection(Position pA, Position pB, Intersection[] intersections)Called with the computed intersections for a line.voidHighResolutionTerrain. intersectTriangle(Vec4[] triangleCoordinates, Position[] trianglePositions, java.util.List<Position[]> intersectPositionsOut)Intersects a specified triangle with the terrain.protected LineHighResolutionTerrain. makeLineFromPositions(Position pA, Position pB)Method parameters in gov.nasa.worldwind.terrain with type arguments of type Position Modifier and Type Method Description voidHighResolutionTerrain. intersect(java.util.List<Position> positions, HighResolutionTerrain.IntersectionCallback callback)Intersects a specified list of geographic two-position lines with the terrain.Constructors in gov.nasa.worldwind.terrain with parameters of type Position Constructor Description RenderInfo(int density, float[] vertices, Vec4 refCenter, Position minElev, Position maxElev) -
Uses of Position in gov.nasa.worldwind.tracks
Methods in gov.nasa.worldwind.tracks that return Position Modifier and Type Method Description PositionTrackPoint. getPosition()PositionTrackPointImpl. getPosition()Methods in gov.nasa.worldwind.tracks with parameters of type Position Modifier and Type Method Description voidTrackPoint. setPosition(Position position)voidTrackPointImpl. setPosition(Position position)Constructors in gov.nasa.worldwind.tracks with parameters of type Position Constructor Description TrackPointImpl(Position position)TrackPointImpl(Position position, java.lang.String time) -
Uses of Position in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as Position Modifier and Type Field Description protected PositionShapeEditor. previousPositionThe terrain position associated with the cursor during the just previous drag event.Methods in gov.nasa.worldwind.util that return Position Modifier and Type Method Description protected PositionShapeEditor. computeEdgeLocation(LatLon center, LatLon location, double length)Computes a control point location at the edge of a shape.protected PositionShapeEditor. computeRectangularEdgeLocation(LatLon begin, LatLon end, double width)Computes a control point location at the edge of a rectangular shape.PositionVecBuffer.PositionAccessor. getElement(int position)PositionPropertyAccessor.PositionAccessor. getPosition()PositionVecBuffer. getPosition(int position)Returns the vector element at the specified position, as a geographicPosition.PositionShapeEditor. getPreviousPosition()Returns the geographic position associated with the previous select event.PositionRestorableSupport. getStateObjectAsPosition(RestorableSupport.StateObject stateObject)Returns the value of the StateObject as a Position.PositionRestorableSupport. getStateValueAsPosition(RestorableSupport.StateObject context, java.lang.String name)PositionRestorableSupport. getStateValueAsPosition(java.lang.String name)static PositionRayCastingSupport. intersectRayWithTerrain(Globe globe, Vec4 origin, Vec4 direction)Compute the intersectionPositionof the globe terrain with the ray starting at origin in the given direction.static PositionRayCastingSupport. intersectRayWithTerrain(Globe globe, Vec4 origin, Vec4 direction, double sampleLength, double precision)Compute the intersectionPositionof the globe terrain with the ray starting at origin in the given direction.Methods in gov.nasa.worldwind.util that return types with arguments of type Position Modifier and Type Method Description java.util.List<java.util.List<Position>>ContourBuilder. buildContourLines(double value, Sector sector, double altitude)Computes the geographic contour lines at a specified threshold value.java.lang.Iterable<? extends Position>CompoundVecBuffer. getPositions()Returns an iterator over this buffer's logical vectors, as geographic Positions.java.lang.Iterable<Position>VecBuffer. getPositions()Returns an iterator over this buffer's logical vectors, as geographic Positions.java.lang.Iterable<? extends Position>CompoundVecBuffer. getReversePositions()Returns a reverse iterator over this buffer's logical vectors, as geographic Positions.java.lang.Iterable<Position>VecBuffer. getReversePositions()Returns a reverse iterator over this buffer's logical vectors, as geographic Positions.java.util.Iterator<Position>CompoundVecBuffer.PositionIterable. iterator(int index)java.util.Iterator<Position>CompoundVecBuffer.PositionIterable. reverseIterator(int index)Methods in gov.nasa.worldwind.util with parameters of type Position Modifier and Type Method Description protected intShapeEditor. addNearestLocation(Position terrainPosition, double altitude, java.util.List<LatLon> locations)Inserts the location nearest to a specified position on an edge of a specified list of locations into the appropriate place in that list.voidRestorableSupport. addStateValueAsPosition(RestorableSupport.StateObject context, java.lang.String name, Position position)voidRestorableSupport. addStateValueAsPosition(java.lang.String name, Position position)protected voidShapeEditor. doReshapeShape(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition)Called byShapeEditor.reshapeShape(ShapeEditor.ControlPointMarker)to perform the actual shape modification.protected ShapeEditor.ControlPointMarkerShapeEditor. makeControlPoint(Position position, MarkerAttributes attributes, int id, int leg, java.lang.String purpose)Creates a control point.protected ShapeEditor.ControlPointMarkerShapeEditor. makeControlPoint(Position position, MarkerAttributes attributes, int id, java.lang.String purpose)Creates a control point.protected voidShapeEditor. moveLocation(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition, java.util.List<LatLon> locations)Moves a control point location.voidVecBuffer. putPosition(int position, Position p)Sets the vector element at the specified position, as a geographic Position.protected voidShapeEditor. reshapeCappedCylinder(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forCappedCylindershapes.protected voidShapeEditor. reshapeCappedEllipticalCylinder(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forCappedCylindershapes.protected voidShapeEditor. reshapeOrbit(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forOrbitshapes.protected voidShapeEditor. reshapePolygonAirspace(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forPolygonshapes.protected voidShapeEditor. reshapeRoute(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forRouteshapes.protected voidShapeEditor. reshapeSphere(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forSphereAirspaceshapes.protected voidShapeEditor. reshapeSurfaceCircle(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)protected voidShapeEditor. reshapeSurfaceEllipse(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)protected voidShapeEditor. reshapeSurfacePolygon(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)protected voidShapeEditor. reshapeSurfaceQuad(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)protected voidShapeEditor. reshapeSurfaceSquare(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)protected voidShapeEditor. reshapeTrack(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forTrackAirspaceshapes.protected voidShapeEditor. rotateLocations(Position terrainPosition, java.util.List<LatLon> locations)Rotates a shape's locations.booleanPropertyAccessor.PositionAccessor. setPosition(Position value)protected voidShapeEditor. updateOrientationLine(Position centerPosition, Position controlPoint)Updates the line designating the shape's central axis.Method parameters in gov.nasa.worldwind.util with type arguments of type Position Modifier and Type Method Description static voidWWMath. generateParallelLines(java.util.List<Position> controlPositions, java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, double distance, Globe globe)Create positions that describe lines parallel to a control line.static Vec4WWMath. generateParallelPoints(Vec4 point, Vec4 prev, Vec4 next, java.util.List<Position> leftPositions, java.util.List<Position> rightPositions, double distance, double elevation, Globe globe, Vec4 previousOffset)Compute points on either side of a line segment.voidVecBuffer. putPositions(int position, java.lang.Iterable<? extends Position> iterable)Sets a subsequence of this buffer with the contents of the specified Iterable.Constructors in gov.nasa.worldwind.util with parameters of type Position Constructor Description ControlPointMarker(Position position, MarkerAttributes attrs, int id, int leg, java.lang.String purpose)ControlPointMarker(Position position, MarkerAttributes attrs, int id, java.lang.String purpose) -
Uses of Position in gov.nasa.worldwind.util.measure
Fields in gov.nasa.worldwind.util.measure declared as Position Modifier and Type Field Description protected PositionMeasureTool. shapeCenterPositionFields in gov.nasa.worldwind.util.measure with type parameters of type Position Modifier and Type Field Description protected java.util.ArrayList<Position>MeasureTool. positionsMethods in gov.nasa.worldwind.util.measure that return Position Modifier and Type Method Description PositionMeasureTool. addControlPoint()Add a control point to the current measure shape at the current WorldWindow position.protected PositionMeasureTool. computeSurfacePosition(LatLon latLon)PositionMeasureTool. getCenterPosition()Methods in gov.nasa.worldwind.util.measure that return types with arguments of type Position Modifier and Type Method Description java.util.ArrayList<? extends Position>LengthMeasurer. getPositions()java.util.ArrayList<? extends Position>MeasureTool. getPositions()Get the list of positions that define the current measure shape.protected static java.util.ArrayList<? extends Position>LengthMeasurer. subdividePositions(Globe globe, java.util.ArrayList<? extends Position> positions, double maxLength, boolean followTerrain, java.lang.String avkeyPathType)Subdivide a list of positions so that no segment is longer then the provided maxLength.protected static java.util.ArrayList<? extends Position>LengthMeasurer. subdividePositions(Globe globe, java.util.ArrayList<? extends Position> positions, double maxLength, boolean followTerrain, java.lang.String pathType, int start, int count)Subdivide a list of positions so that no segment is longer then the provided maxLength.Methods in gov.nasa.worldwind.util.measure with parameters of type Position Modifier and Type Method Description protected voidMeasureTool. addControlPoint(Position position, java.lang.String key, java.lang.Object value)protected voidMeasureTool. addControlPointWithLeader(Position position, java.lang.String controlKey, java.lang.Object control, java.lang.String leaderKey, java.lang.Object leader)protected java.lang.StringMeasureTool. computeCornerControl(Position position)protected java.lang.StringMeasureTool. formatCircleMeasurements(Position pos)protected java.lang.StringMeasureTool. formatEllipseMeasurements(Position pos)protected java.lang.StringMeasureTool. formatLineMeasurements(Position pos)protected java.lang.StringMeasureTool. formatPolygonMeasurements(Position pos)protected java.lang.StringMeasureTool. formatQuadMeasurements(Position pos)protected java.lang.StringMeasureTool. formatSquareMeasurements(Position pos)protected java.lang.StringMeasureTool. getDisplayString(Position pos)java.lang.StringMeasureTool. getShapeInitialControl(Position position)protected voidMeasureToolController. moveToPosition(Position oldPosition, Position newPosition)Move the shape to the specified new positionvoidMeasureTool. setMeasureShapeType(java.lang.String shapeType, Position centerPosition, double radius)Set and initialize the measure shape to one of the regular shapesMeasureTool.SHAPE_CIRCLE,MeasureTool.SHAPE_ELLIPSE,MeasureTool.SHAPE_SQUAREorMeasureTool.SHAPE_QUAD.voidMeasureTool. setMeasureShapeType(java.lang.String shapeType, Position centerPosition, double width, double height, Angle orientation)Set and initialize the measure shape to one of the regular shapesMeasureTool.SHAPE_CIRCLE,MeasureTool.SHAPE_ELLIPSE,MeasureTool.SHAPE_SQUAREorMeasureTool.SHAPE_QUAD.protected voidMeasureTool. swapCornerControls(java.lang.String control, Position position)protected voidMeasureTool. swapEdgeControls(java.lang.String control, Position position)voidMeasureTool. updateAnnotation(Position pos)protected voidMeasureTool. updateShapeCenter(java.lang.String control, Position newPosition)protected voidMeasureTool. updateShapeOrientation(java.lang.String control, Position newPosition)protected voidMeasureTool. updateShapeProperties(java.lang.String control, Position newPosition, java.lang.String mode)protected voidMeasureTool. updateShapeSize(java.lang.String control, Position newPosition)Method parameters in gov.nasa.worldwind.util.measure with type arguments of type Position Modifier and Type Method Description protected java.lang.StringMeasureTool. getPathType(java.util.List<? extends Position> positions)voidAreaMeasurer. setPositions(java.util.ArrayList<? extends Position> positions)voidLengthMeasurer. setPositions(java.lang.Iterable<? extends Position> positions)voidLengthMeasurer. setPositions(java.util.ArrayList<? extends Position> positions)voidMeasureTool. setPositions(java.util.ArrayList<? extends Position> newPositions)Set the measure shape to an arbitrary list of positions.protected static java.util.ArrayList<? extends Position>LengthMeasurer. subdividePositions(Globe globe, java.util.ArrayList<? extends Position> positions, double maxLength, boolean followTerrain, java.lang.String avkeyPathType)Subdivide a list of positions so that no segment is longer then the provided maxLength.protected static java.util.ArrayList<? extends Position>LengthMeasurer. subdividePositions(Globe globe, java.util.ArrayList<? extends Position> positions, double maxLength, boolean followTerrain, java.lang.String pathType, int start, int count)Subdivide a list of positions so that no segment is longer then the provided maxLength.Constructors in gov.nasa.worldwind.util.measure with parameters of type Position Constructor Description ControlPoint(Position position, AnnotationAttributes attributes, MeasureTool parent)ControlPointWithLeader(Position position, AnnotationAttributes controlPointAttributes, ShapeAttributes leaderAttributes, MeasureTool parent)Constructor parameters in gov.nasa.worldwind.util.measure with type arguments of type Position Constructor Description AreaMeasurer(java.util.ArrayList<? extends Position> positions)LengthMeasurer(java.util.ArrayList<? extends Position> positions) -
Uses of Position in gov.nasa.worldwind.view
Fields in gov.nasa.worldwind.view declared as Position Modifier and Type Field Description protected PositionBasicView. eyePositionprotected PositionBasicView. lastEyePositionprotected PositionViewUtil.ViewState. positionMethods in gov.nasa.worldwind.view that return Position Modifier and Type Method Description protected PositionBasicView. computeEyePositionFromModelview()static PositionViewUtil. computePosition(Globe globe, Matrix transform)PositionBasicView. computePositionFromScreenPoint(double x, double y)PositionBasicView. getCenterPosition()PositionBasicView. getCurrentEyePosition()PositionBasicView. getEyePosition()PositionViewPropertyAccessor.EyePositionAccessor. getPosition()PositionViewUtil.ViewState. getPosition()PositionBasicViewPropertyLimits. limitEyePosition(View view, Position position)Returns a position clamped to the eye location limits and the eye elevation limits specified by this limit object.PositionViewPropertyLimits. limitEyePosition(View view, Position position)Returns a position clamped to the eye location limits and the eye elevation limits specified by this limit object.static PositionViewUtil. normalizedEyePosition(Position unnormalizedPosition)Methods in gov.nasa.worldwind.view with parameters of type Position Modifier and Type Method Description static doubleViewUtil. computeElevationAboveSurface(DrawContext dc, Position position)protected doubleBasicView. computeFarDistance(Position eyePosition)protected doubleBasicView. computeHorizonDistance(Position eyePosition)protected doubleBasicView. computeNearDistance(Position eyePosition)static MatrixViewUtil. computePositionTransform(Globe globe, Position center)static MatrixViewUtil. computeTransformMatrix(Globe globe, Position position, Angle heading, Angle pitch, Angle roll)static PositionAnimatorViewUtil. createEyePositionAnimator(View view, long timeToMove, Position begin, Position end)voidBasicView. goTo(Position position, double distance)PositionBasicViewPropertyLimits. limitEyePosition(View view, Position position)Returns a position clamped to the eye location limits and the eye elevation limits specified by this limit object.PositionViewPropertyLimits. limitEyePosition(View view, Position position)Returns a position clamped to the eye location limits and the eye elevation limits specified by this limit object.static PositionViewUtil. normalizedEyePosition(Position unnormalizedPosition)voidBasicView. setEyePosition(Position eyePosition)voidBasicView. setOrientation(Position eyePosition, Position centerPosition)booleanViewPropertyAccessor.EyePositionAccessor. setPosition(Position value)voidViewUtil.ViewState. setPosition(Position position)Constructors in gov.nasa.worldwind.view with parameters of type Position Constructor Description ViewState(Position position, Angle heading, Angle pitch, Angle roll) -
Uses of Position in gov.nasa.worldwind.view.firstperson
Methods in gov.nasa.worldwind.view.firstperson that return Position Modifier and Type Method Description protected PositionFlyToFlyViewAnimator.OnSurfacePositionAnimator. nextPosition(double interpolant)Methods in gov.nasa.worldwind.view.firstperson with parameters of type Position Modifier and Type Method Description static FlyToFlyViewAnimatorFlyToFlyViewAnimator. createFlyToFlyViewAnimator(BasicFlyView view, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginElevation, double endElevation, long timeToMove, int altitudeMode)static FlyToFlyViewAnimatorFlyToFlyViewAnimator. createFlyToFlyViewAnimator(BasicFlyView view, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, Angle beginRoll, Angle endRoll, double beginElevation, double endElevation, long timeToMove, int altitudeMode)MatrixBasicFlyView. getModelViewMatrix(Position eyePosition, Position centerPosition)ViewUtil.ViewStateBasicFlyView. getViewState(Position eyePosition, Position centerPosition)voidFlyViewInputHandler. goTo(Position lookAtPos, double distance)doubleFlyViewLimits. limitEyeElevation(Position position, Globe globe)voidFlyViewInputHandler. lookAt(Position lookAtPos, long timeToMove)protected voidFlyViewInputHandler. onMoveTo(Position focalPosition, ViewInputAttributes.DeviceAttributes deviceAttributes, ViewInputAttributes.ActionAttributes actionAttribs)voidBasicFlyView. setEyePosition(Position eyePosition)protected voidFlyViewInputHandler. setEyePosition(AnimationController animControl, View view, Position position, ViewInputAttributes.ActionAttributes attrib)Constructors in gov.nasa.worldwind.view.firstperson with parameters of type Position Constructor Description OnSurfacePositionAnimator(Globe globe, Interpolator interpolator, Position begin, Position end, PropertyAccessor.PositionAccessor propertyAccessor, int altitudeMode) -
Uses of Position in gov.nasa.worldwind.view.orbit
Fields in gov.nasa.worldwind.view.orbit declared as Position Modifier and Type Field Description protected PositionBasicOrbitView. centerMethods in gov.nasa.worldwind.view.orbit that return Position Modifier and Type Method Description PositionOrbitViewCollisionSupport. computeCenterPositionToResolveCollision(BasicOrbitView orbitView, double nearDistance, DrawContext dc)protected static PositionOrbitViewInputHandler. computeNewPosition(OrbitView view, Position position)PositionBasicOrbitView. getCenterPosition()PositionOrbitView. getCenterPosition()Get the center position of the OrbitView.PositionOrbitViewInputSupport.OrbitViewState. getCenterPosition()PositionBasicOrbitView. getCurrentEyePosition()PositionBasicOrbitViewLimits. limitCenterPosition(View view, Position position)Returns a position clamped to the center location limits and center elevation limits specified by this limit object.PositionOrbitViewLimits. limitCenterPosition(View view, Position position)Returns a position clamped to the center location limits and center elevation limits specified by this limit object.protected PositionFlyToOrbitViewAnimator.OnSurfacePositionAnimator. nextPosition(double interpolant)PositionOrbitViewCenterAnimator. nextPosition(double interpolant)static PositionBasicOrbitView. normalizedCenterPosition(Position unnormalizedPosition)Methods in gov.nasa.worldwind.view.orbit with parameters of type Position Modifier and Type Method Description voidBasicOrbitView. addCenterAnimator(Position begin, Position end, boolean smoothed)voidBasicOrbitView. addCenterAnimator(Position begin, Position end, long lengthMillis, boolean smoothed)voidOrbitViewInputHandler. addCenterAnimator(Position begin, Position end, boolean smoothed)voidOrbitViewInputHandler. addCenterAnimator(Position begin, Position end, long lengthMillis, boolean smoothed)voidBasicOrbitView. addEyePositionAnimator(long timeToIterate, Position beginPosition, Position endPosition)voidOrbitViewInputHandler. addEyePositionAnimator(long timeToIterate, Position beginPosition, Position endPosition)voidBasicOrbitView. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom)voidBasicOrbitView. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom, boolean endCenterOnSurface)voidBasicOrbitView. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom, long timeToMove, boolean endCenterOnSurface)voidBasicOrbitView. addPanToAnimator(Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, boolean endCenterOnSurface)voidBasicOrbitView. addPanToAnimator(Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long timeToMove, boolean endCenterOnSurface)voidOrbitViewInputHandler. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom)voidOrbitViewInputHandler. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom, boolean endCenterOnSurface)voidOrbitViewInputHandler. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom, long timeToMove, boolean endCenterOnSurface)voidOrbitViewInputHandler. addPanToAnimator(Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, boolean endCenterOnSurface)voidOrbitViewInputHandler. addPanToAnimator(Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long timeToMove, boolean endCenterOnSurface)protected static MatrixOrbitViewInputSupport. computeCenterTransform(Globe globe, Position center)protected doubleBasicOrbitView. computeFarDistance(Position eyePosition)protected doubleBasicOrbitView. computeHorizonDistance(Position eyePosition)protected static PositionOrbitViewInputHandler. computeNewPosition(OrbitView view, Position position)static MatrixOrbitViewInputSupport. computeTransformMatrix(Globe globe, Position center, Angle heading, Angle pitch, Angle roll, double zoom)static FlyToOrbitViewAnimatorFlyToOrbitViewAnimator. createFlyToOrbitViewAnimator(OrbitView orbitView, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long timeToMove, int altitudeMode)static OrbitViewInputSupport.OrbitViewStateOrbitViewInputSupport. getSurfaceIntersection(Globe globe, SectorGeometryList terrain, Position centerPosition, Angle heading, Angle pitch, double zoom)voidOrbitViewInputHandler. goTo(Position lookAtPos, double distance)PositionBasicOrbitViewLimits. limitCenterPosition(View view, Position position)Returns a position clamped to the center location limits and center elevation limits specified by this limit object.PositionOrbitViewLimits. limitCenterPosition(View view, Position position)Returns a position clamped to the center location limits and center elevation limits specified by this limit object.static PositionBasicOrbitView. normalizedCenterPosition(Position unnormalizedPosition)protected voidOrbitViewInputHandler. onMoveTo(Position focalPosition, ViewInputAttributes.DeviceAttributes deviceAttributes, ViewInputAttributes.ActionAttributes actionAttribs)protected voidOrbitViewInputHandler. onMoveTo2D(Position focalPosition, ViewInputAttributes.DeviceAttributes deviceAttributes, ViewInputAttributes.ActionAttributes actionAttribs)voidBasicOrbitView. setCenterPosition(Position center)voidOrbitView. setCenterPosition(Position center)Sets the center position of the OrbitView.protected voidOrbitViewInputHandler. setCenterPosition(BasicOrbitView view, AnimationController animControl, Position position, ViewInputAttributes.ActionAttributes attrib)voidBasicOrbitView. setEyePosition(Position eyePosition)voidBasicOrbitView. setOrientation(Position eyePosition, Position centerPosition)Constructors in gov.nasa.worldwind.view.orbit with parameters of type Position Constructor Description OnSurfacePositionAnimator(Globe globe, Interpolator interpolator, Position begin, Position end, PropertyAccessor.PositionAccessor propertyAccessor, int altitudeMode)OrbitViewCenterAnimator(BasicOrbitView orbitView, Position startPosition, Position endPosition, double smoothing, PropertyAccessor.PositionAccessor propertyAccessor, boolean endCenterOnSurface)OrbitViewState(Position center, Angle heading, Angle pitch, double zoom) -
Uses of Position in gov.nasa.worldwindx.applications.antenna
Fields in gov.nasa.worldwindx.applications.antenna declared as Position Modifier and Type Field Description protected static PositionAntennaViewer. ANTENNA_POSITIONprotected PositionAntennaAxes. positionprotected PositionAntennaModel. positionMethods in gov.nasa.worldwindx.applications.antenna that return Position Modifier and Type Method Description PositionAntennaAxes. getPosition()PositionAntennaModel. getPosition()PositionAntennaAxes. getReferencePosition()PositionAntennaModel. getReferencePosition()Methods in gov.nasa.worldwindx.applications.antenna with parameters of type Position Modifier and Type Method Description voidAntennaAxes. moveTo(Position position)voidAntennaModel. moveTo(Position position)voidAntennaAxes. setPosition(Position position)Specifies the position of the axes' origin.voidAntennaModel. setPosition(Position position)Specifies the position of this model's center. -
Uses of Position in gov.nasa.worldwindx.applications.sar
Subclasses of Position in gov.nasa.worldwindx.applications.sar Modifier and Type Class Description classSARPositionFields in gov.nasa.worldwindx.applications.sar declared as Position Modifier and Type Field Description protected PositionSARTrackExtensionTool. potentialNextPositionMethods in gov.nasa.worldwindx.applications.sar that return Position Modifier and Type Method Description PositionAnalysisPanel. getCurrentSegmentEndPosition()PositionAnalysisPanel. getCurrentSegmentStartPosition()PositionSARSegmentPlane. getIntersectionPosition(Line line)PositionAnalysisPanel. getPositionAlongSegment()PositionAnalysisPanel. getSegmentEndPosition(int startPositionNumber)Position[]SARSegmentPlane. getSegmentPositions()PositionAnalysisPanel. getSegmentStartPosition(int startPositionNumber)protected PositionSARTrackExtensionTool. trackPositionToPosition(Position position)Methods in gov.nasa.worldwindx.applications.sar that return types with arguments of type Position Modifier and Type Method Description java.util.Iterator<Position>SARTrack. iterator()Methods in gov.nasa.worldwindx.applications.sar with parameters of type Position Modifier and Type Method Description protected static AngleSARSegmentPlane. computeInitialHorizontalGap(WorldWindow wwd, SegmentPlane segmentPlane, Position position1, Position position2)LatLon[]SARSegmentPlane. computeLocationsToFitPositions(Position position1, Position position2)protected static LatLon[]SARSegmentPlane. computeLocationsToFitPositions(WorldWindow wwd, SegmentPlane segmentPlane, Position position1, Position position2, boolean recallUserDefinedHGap)java.lang.StringSARSegmentPlane.AltitudeLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)java.lang.StringSARSegmentPlane.AxisLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)java.lang.StringSARSegmentPlane.ControlPointLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)java.lang.StringSARSegmentPlane.MessageLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)protected SARPositionSARTrackExtensionTool. positionToTrackPosition(Position position)protected voidSARTrackExtensionTool. setNextPosition(Position position)protected voidSARTrackExtensionTool. setPotentialNextPosition(Position position)voidSARSegmentPlane. setSegmentPositions(Position position1, Position position2)protected PositionSARTrackExtensionTool. trackPositionToPosition(Position position)voidTerrainProfilePanel. updatePosition(Position position, Angle heading)voidTrackViewPanel. updateReadout(Position pos)Method parameters in gov.nasa.worldwindx.applications.sar with type arguments of type Position Modifier and Type Method Description protected static double[]SARSegmentPlane. computeAltitudesToFitPositions(WorldWindow wwd, SegmentPlane segmentPlane, java.lang.Iterable<? extends Position> positions, boolean recallUserDefinedVGap)double[]SARSegmentPlane. computeAltitudesToFitPositions(java.lang.Iterable<? extends Position> positions)protected static doubleSARSegmentPlane. computeInitialVerticalGap(WorldWindow wwd, SegmentPlane segmentPlane, java.lang.Iterable<? extends Position> positions)Constructors in gov.nasa.worldwindx.applications.sar with parameters of type Position Constructor Description SARAnnotation(java.lang.String text, Position position)SARPosition(Position pos) -
Uses of Position in gov.nasa.worldwindx.applications.sar.render
Fields in gov.nasa.worldwindx.applications.sar.render declared as Position Modifier and Type Field Description protected PositionTrackSegmentInfo. segmentPositionMethods in gov.nasa.worldwindx.applications.sar.render that return Position Modifier and Type Method Description PositionPlaneModel. getPosition()PositionTrackSegmentInfo. getSegmentPosition()Methods in gov.nasa.worldwindx.applications.sar.render with parameters of type Position Modifier and Type Method Description protected voidTrackSegmentInfo. drawHeadingAltitudeLabel(DrawContext dc, int x, int y, java.awt.Font font, java.awt.Color color, Angle heading, Position pos)protected voidTrackSegmentInfo. drawLatLonLabel(DrawContext dc, int x, int y, java.awt.Font font, java.awt.Color color, Position pos)protected voidTrackSegmentInfo. drawSegmentPositionLabel(DrawContext dc, SARTrack track, int index, Position pos)protected Vec4TrackSegmentInfo. getScreenPoint(DrawContext dc, Position position)voidPlaneModel. setPosition(Position pos)voidTrackSegmentInfo. setSegmentPosition(Position pos) -
Uses of Position in gov.nasa.worldwindx.applications.sar.segmentplane
Fields in gov.nasa.worldwindx.applications.sar.segmentplane declared as Position Modifier and Type Field Description protected PositionSegmentPlaneRenderer.ControlPointInfo. positionprotected PositionSegmentPlaneRenderer.OrderedText. positionMethods in gov.nasa.worldwindx.applications.sar.segmentplane that return Position Modifier and Type Method Description PositionSegmentPlaneRenderer. computeControlPointPosition(SectorGeometryList sgl, Globe globe, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint)protected PositionSegmentPlaneEditor. computeNewPositionFromPlaneGeometry(WorldWindow wwd)protected PositionSegmentPlaneEditor. computeNewPositionFromPlaneIntersection(WorldWindow wwd, java.awt.Point mousePoint)protected PositionSegmentPlaneEditor. computePositionOnOrAboveSurface(WorldWindow wwd, Position position)protected PositionSegmentPlaneRenderer. computePositionOnPlane(SectorGeometryList sgl, Globe globe, SegmentPlane segmentPlane, double u, double v, boolean relativeToSurface)Position[]SegmentPlane. getSegmentPositions()protected PositionSegmentPlaneEditor. moveSegmentAltitudeWithPlane(Position position, double[] minAndMaxElevation)protected PositionSegmentPlaneEditor. resizeSegmentPlaneToFitPosition(WorldWindow wwd, Position position)Methods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type Position Modifier and Type Method Description protected PositionSegmentPlaneEditor. computePositionOnOrAboveSurface(WorldWindow wwd, Position position)protected SegmentPlaneRenderer.OrderedTextSegmentPlaneRenderer. createLabel(DrawContext dc, SegmentPlane segmentPlane, Position position, AVList values, java.lang.Object key)protected voidSegmentPlaneRenderer. drawControlPoint(DrawContext dc, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint, Position position, MarkerShape shape)protected voidSegmentPlaneRenderer. drawControlPointLabel(DrawContext dc, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint, Position position)protected voidSegmentPlaneRenderer. drawLabel(DrawContext dc, SegmentPlane segmentPlane, Position position, AVList values, java.lang.Object key)protected Vec4SegmentPlaneRenderer.OrderedText. getScreenPoint(DrawContext dc, Position position)java.lang.StringSegmentPlaneAttributes.LabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)protected PositionSegmentPlaneEditor. moveSegmentAltitudeWithPlane(Position position, double[] minAndMaxElevation)protected PositionSegmentPlaneEditor. resizeSegmentPlaneToFitPosition(WorldWindow wwd, Position position)voidSegmentPlane. setSegmentBeginPosition(Position position)voidSegmentPlane. setSegmentEndPosition(Position position)voidSegmentPlane. setSegmentPositions(Position position1, Position position2)Constructors in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type Position Constructor Description ControlPointInfo(SegmentPlane.ControlPoint controlPoint, Position position, MarkerShape shape)OrderedText(SegmentPlane segmentPlane, Position position, double distanceFromEye, AVList values, SegmentPlaneAttributes.LabelAttributes attributes, MultiLineTextRenderer textRenderer) -
Uses of Position in gov.nasa.worldwindx.applications.worldwindow.core
Methods in gov.nasa.worldwindx.applications.worldwindow.core with parameters of type Position Modifier and Type Method Description voidController. moveToLocation(Position position) -
Uses of Position in gov.nasa.worldwindx.applications.worldwindow.util.measuretool
Fields in gov.nasa.worldwindx.applications.worldwindow.util.measuretool declared as Position Modifier and Type Field Description protected PositionWWOMeasureTool. shapeCenterPositionFields in gov.nasa.worldwindx.applications.worldwindow.util.measuretool with type parameters of type Position Modifier and Type Field Description protected java.util.ArrayList<Position>WWOMeasureTool. positionsMethods in gov.nasa.worldwindx.applications.worldwindow.util.measuretool that return Position Modifier and Type Method Description protected PositionWWOMeasureTool. computeSurfacePosition(LatLon latLon)PositionWWOMeasureTool. getCenterPosition()PositionWWOMeasureTool.ControlPoint. getPosition()PositionWWOMeasureToolControlPoints.ControlPoint. getPosition()Methods in gov.nasa.worldwindx.applications.worldwindow.util.measuretool that return types with arguments of type Position Modifier and Type Method Description java.util.ArrayList<? extends Position>WWOMeasureTool. getPositions()Methods in gov.nasa.worldwindx.applications.worldwindow.util.measuretool with parameters of type Position Modifier and Type Method Description protected voidWWOMeasureTool. addControlPoint(Position position, java.lang.String key, java.lang.Object value)protected Vec4WWOMeasureDisplay. computeAnnotationPosition(Position pos, WWOMeasureTool mt)WWOMeasureTool.ControlPointWWOMeasureTool.ControlPointList. createControlPoint(Position position)protected WWOMeasureTool.ControlPointWWOMeasureTool. createControlPoint(Position position)WWOMeasureTool.ControlPointWWOMeasureToolControlPoints. createControlPoint(Position position)protected java.lang.StringWWOMeasureDisplay. formatCircleMeasurements(Position pos, WWOMeasureTool mt)protected voidWWOMeasureDisplay. formatControlPoints(Position pos, WWOMeasureTool mt, java.lang.StringBuilder sb)protected java.lang.StringWWOMeasureDisplay. formatEllipseMeasurements(Position pos, WWOMeasureTool mt)protected java.lang.StringWWOMeasureDisplay. formatLineMeasurements(Position pos, WWOMeasureTool mt)protected java.lang.StringWWOMeasureDisplay. formatPolygonMeasurements(Position pos, WWOMeasureTool mt)protected java.lang.StringWWOMeasureDisplay. formatQuadMeasurements(Position pos, WWOMeasureTool mt)protected java.lang.StringWWOMeasureDisplay. formatSquareMeasurements(Position pos, WWOMeasureTool mt)protected java.lang.StringWWOMeasureDisplay. getDisplayString(Position pos, WWOMeasureTool mt)protected voidWWOMeasureTool. moveToPosition(Position oldPosition, Position newPosition)voidWWOMeasureTool.ControlPoint. setPosition(Position position)voidWWOMeasureToolControlPoints.ControlPoint. setPosition(Position position)voidWWOMeasureDisplay. updateMeasureDisplay(Position position)voidWWOMeasureTool.MeasureDisplay. updateMeasureDisplay(Position position)protected voidWWOMeasureTool. updateShapeProperties(java.lang.String control, Position newPosition)Constructors in gov.nasa.worldwindx.applications.worldwindow.util.measuretool with parameters of type Position Constructor Description ControlPoint(Position position) -
Uses of Position in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as Position Modifier and Type Field Description protected PositionKeepingObjectsInView.ViewAnimator. centerPositionprotected PositionAnimatedGlobe.AppFrame. eyePositionprotected PositionTerrainIntersections.AppFrame.Intersector. gridPositionprotected static Position[]MultiResPath. ORIGINprotected PositionColladaViewer.WorkerThread. positionprotected PositionTerrainIntersections.AppFrame. previousCurrentPositionprotected PositionTerrainIntersections.AppFrame. referencePositionFields in gov.nasa.worldwindx.examples with type parameters of type Position Modifier and Type Field Description protected java.util.List<Position>TerrainIntersections.AppFrame. firstIntersectionPositionsprotected java.util.List<Position>TerrainIntersections.AppFrame. gridprotected java.util.List<Position>RadarVolume. positionsMethods in gov.nasa.worldwindx.examples that return Position Modifier and Type Method Description PositionKeepingObjectsInView.ViewController. computePositionFromPoint(Vec4 point)PositionRadarVolume. getReferencePosition()PositionShapeEditingExtension.Arrow. getReferencePosition()Methods in gov.nasa.worldwindx.examples that return types with arguments of type Position Modifier and Type Method Description protected java.util.List<Position>TerrainIntersections.AppFrame. buildGrid(Sector sector, double height, int nLatCells, int nLonCells)protected static java.util.ArrayList<Position>HighResolutionTerrainTest. computeElevations(java.util.ArrayList<Position> locations)protected static java.util.ArrayList<Position>HighResolutionTerrainTest. generateReferenceLocations(Sector sector, int numLats, int numLons)java.util.List<Position>RadarVolume. getPositions()Returns the grid positions as specified to this object's constructor.protected java.util.List<Position>PathsWithLabels.AppFrame. makePositionList(double[] src)protected static java.util.ArrayList<Position>HighResolutionTerrainTest. readReferencePositions(java.lang.String filePath)Methods in gov.nasa.worldwindx.examples with parameters of type Position Modifier and Type Method Description protected voidTerrainIntersections.AppFrame. addIntersectionPosition(Position position)protected voidMultiResPath.AppFrame. addShape(Position origin)protected voidTerrainIntersections.AppFrame. addSightLine(Position positionA, Position positionB)protected voidTerrainIntersections.AppFrame. computeAndShowIntersections(Position curPos)protected AngleViewIteration.AppFrame. computeHeading(Position pa, Position pb)static AnnotationControls.ContentAnnotationAnnotationControls. createAudioAnnotation(AnnotationControls.AppFrame appFrame, Position position, java.lang.String title, java.lang.Object source)protected AnnotationControls.ContentAnnotationAnnotationControls.AppFrame. createContent(Position position, AVList params)static AnnotationControls.ContentAnnotationAnnotationControls. createContentAnnotation(AnnotationControls.AppFrame appFrame, Position position, AVList params)static WWIconAnnotationControls. createIcon(java.lang.Object type, Position position, java.lang.String title, java.lang.Object data)static AnnotationControls.ContentAnnotationAnnotationControls. createImageAnnotation(AnnotationControls.AppFrame appFrame, Position position, java.lang.String title, java.lang.Iterable sources)protected RenderableGeoJSONLoader. createPoint(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, Position pos, PointPlacemarkAttributes attrs, AVList properties)protected voidShapeCombining.AppFrame. displayContours(ContourList contours, java.lang.String displayName, Position offset)protected voidShapeEditingExtension.ShapeEditorExtension. doReshapeShape(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition)Called during editing when a control point is moved.java.awt.ColorParallelPaths.AppFrame.ExamplePositionColors. getColor(Position position, int ordinal)java.awt.ColorPathPositionColors.ExamplePositionColors. getColor(Position position, int ordinal)java.awt.ColorPathsOnDateline.ExamplePositionColors. getColor(Position position, int ordinal)protected booleanRadarVolumeExample.AppFrame. isBelowMinimumElevation(Position position, Vec4 cartesianOrigin)voidRadarVolume. moveTo(Position position)voidShapeEditingExtension.Arrow. moveTo(Globe globe, Position position)protected voidTerrainIntersections.AppFrame. performIntersection(Position gridPosition)Performs one line of sight calculation between the reference position and a specified grid position.protected voidTerrainIntersections.AppFrame. performIntersectionTests(Position curPos)protected voidTerrainIntersections.AppFrame. preCache(java.util.List<Position> grid, Position centerPosition)protected voidShapeEditingExtension.ShapeEditorExtension. reshapeArrow(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition)Edit the arrow according to the control point that is being moved.protected voidTerrainIntersections.AppFrame. showCenterPoint(Position cPos)protected voidTerrainIntersections.AppFrame. showGrid(java.util.List<Position> grid, Position cPos)protected voidTerrainIntersections.AppFrame. showGridSightLines(java.util.List<Position> grid, Position cPos)protected booleanKeepingObjectsInView.ViewAnimator. valuesMeetCriteria(Position centerPos, double zoom)Method parameters in gov.nasa.worldwindx.examples with type arguments of type Position Modifier and Type Method Description protected voidContourBuilderExample.AppFrame. addContourShapes(java.util.List<java.util.List<Position>> contourList, double value, RenderableLayer layer)protected voidParallelPaths.AppFrame. addPath(RenderableLayer layer, java.util.List<Position> positions, java.lang.String displayName)protected static java.util.ArrayList<Position>HighResolutionTerrainTest. computeElevations(java.util.ArrayList<Position> locations)protected RenderableGeoJSONLoader. createPolygon(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, java.lang.Iterable<? extends Position> outerBoundary, java.lang.Iterable<? extends Position>[] innerBoundaries, ShapeAttributes attrs, AVList properties)protected RenderableGeoJSONLoader. createPolyline(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, java.lang.Iterable<? extends Position> positions, ShapeAttributes attrs, AVList properties)protected static booleanGeoJSONLoader. positionsHaveNonzeroAltitude(java.lang.Iterable<? extends Position> positions)protected voidTerrainIntersections.AppFrame. preCache(java.util.List<Position> grid, Position centerPosition)protected voidTerrainIntersections.AppFrame. showGrid(java.util.List<Position> grid, Position cPos)protected voidTerrainIntersections.AppFrame. showGridSightLines(java.util.List<Position> grid, Position cPos)protected voidTerrainIntersections.AppFrame. showIntersections(java.util.List<Position> intersections)protected static voidHighResolutionTerrainTest. testPositions(java.lang.String name, java.util.ArrayList<Position> referencePositions, java.util.ArrayList<Position> testPositions)protected static voidHighResolutionTerrainTest. writeReferencePositions(java.lang.String filePath, java.util.ArrayList<Position> positions)Constructors in gov.nasa.worldwindx.examples with parameters of type Position Constructor Description Intersector(Position gridPosition)TimedMarker(Position position, MarkerAttributes attributes, long time)WorkerThread(java.lang.Object colladaSource, Position position, ColladaViewer.AppFrame appFrame)Creates a new worker thread from a specifiedcolladaSourceandappFrame.Constructor parameters in gov.nasa.worldwindx.examples with type arguments of type Position Constructor Description RadarVolume(java.util.List<Position> positions, int[] obstructionFlags, int width, int height)Constructs a radar volume. -
Uses of Position in gov.nasa.worldwindx.examples.analytics
Fields in gov.nasa.worldwindx.examples.analytics declared as Position Modifier and Type Field Description protected PositionAnalyticSurface. referencePos -
Uses of Position in gov.nasa.worldwindx.examples.kml
Fields in gov.nasa.worldwindx.examples.kml declared as Position Modifier and Type Field Description protected PositionKMLOrbitViewController.EyePositionAnimator. endEyePositionprotected PositionKMLFlyViewController.FlyToLookAtAnimator. lookAtPositionMethods in gov.nasa.worldwindx.examples.kml that return Position Modifier and Type Method Description protected PositionKMLOrbitViewController. computeCenterPosition(Position eyePosition, Vec4 forward, Angle pitch, int altitudeMode)Compute a center position from an eye position and an orientation.protected PositionKMLOrbitViewController.EyePositionAnimator. nextPosition(double interpolant)Methods in gov.nasa.worldwindx.examples.kml with parameters of type Position Modifier and Type Method Description protected PositionKMLOrbitViewController. computeCenterPosition(Position eyePosition, Vec4 forward, Angle pitch, int altitudeMode)Compute a center position from an eye position and an orientation.protected FlyToFlyViewAnimatorKMLFlyViewController. createFlyToLookAtAnimator(BasicFlyView view, Position lookAtPosition, Angle heading, Angle pitch, double range, long timeToMove, int altitudeMode)Create an animator to fly to a LookAt position.protected FlyToOrbitViewAnimatorKMLOrbitViewController. createFlyToOrbitViewAnimator(OrbitView orbitView, Position eyePosition, Angle heading, Angle pitch, Angle roll, long timeToMove, int altitudeMode)Create an animator to animate an orbit view to an eye position and orientation.Method parameters in gov.nasa.worldwindx.examples.kml with type arguments of type Position Modifier and Type Method Description protected doubleKMLViewController. findMaxAltitude(java.util.List<? extends Position> positions)Get the maximum altitude in a list of positions.protected voidKMLViewController. goToDefaultView(java.util.List<? extends Position> positions)Go to a view of a list of positions.Constructors in gov.nasa.worldwindx.examples.kml with parameters of type Position Constructor Description EyePositionAnimator(Interpolator interpolator, Position beginCenter, Position endCenter, Position endEyePosition, Vec4 forward, Angle pitch, PropertyAccessor.PositionAccessor propertyAccessor, int altitudeMode)Create a new animator.FlyToLookAtAnimator(Interpolator interpolator, OrbitView targetView, Position lookAtPosition, int altitudeMode, PositionAnimator eyePositionAnimator, DoubleAnimator elevationAnimator, AngleAnimator headingAnimator, AngleAnimator pitchAnimator, AngleAnimator rollAnimator)Create an animator to animate the view to look at a position. -
Uses of Position in gov.nasa.worldwindx.examples.lineofsight
Fields in gov.nasa.worldwindx.examples.lineofsight declared as Position Modifier and Type Field Description protected PositionGridOfPoints.PositionIterator. neprotected PositionGridOfPoints.PositionIterator. nwprotected PositionLineIntersector.InternalIntersector. positionprotected PositionLinesOfSight.AppFrame. previousCurrentPositionprotected PositionLineIntersector. referencePositionprotected PositionLinesOfSight.AppFrame. referencePositionprotected PositionGridOfPoints.PositionIterator. seprotected PositionGridOfPoints.PositionIterator. swFields in gov.nasa.worldwindx.examples.lineofsight with type parameters of type Position Modifier and Type Field Description protected java.util.Map<Position,java.util.List<Intersection>>LineIntersector. allIntersectionsprotected java.util.List<Position>GridOfPoints.PositionIterator. cornersprotected java.util.List<Position>PointGrid. cornersprotected java.util.List<Position>LinesOfSight.AppFrame. gridprotected java.util.HashMap<Position,java.lang.Object>GridOfPoints.AppFrame. positionInfoprotected java.lang.Iterable<Position>LineIntersector. positionsprotected java.lang.Iterable<? extends Position>PointGrid. positionsMethods in gov.nasa.worldwindx.examples.lineofsight that return Position Modifier and Type Method Description protected PositionGridOfPoints.PositionIterator. computeNextPosition()PositionLineIntersector. getReferencePosition()PositionGridOfPoints.PositionIterator. next()Methods in gov.nasa.worldwindx.examples.lineofsight that return types with arguments of type Position Modifier and Type Method Description protected java.util.List<Position>LinesOfSight.AppFrame. buildGrid(Sector sector, double height, int nRows, int nCols)java.util.Map<Position,java.util.List<Intersection>>LineIntersector. getAllIntersections()java.util.List<Position>PointGrid. getCorners()java.lang.Iterable<Position>LineIntersector. getPositions()java.lang.Iterable<? extends Position>PointGrid. getPositions()Methods in gov.nasa.worldwindx.examples.lineofsight with parameters of type Position Modifier and Type Method Description protected voidLinesOfSight.AppFrame. computeAndShow(Position curPos)protected SectorLinesOfSight.AppFrame. computeGridSector(Position curPos, double gridRadius)protected Vec4PointGrid. computePoint(DrawContext dc, Position pos)protected abstract voidLineIntersector. doPerformIntersection(Position position)Called to execute an intersection test for one position.protected voidShapeLineIntersector. doPerformIntersection(Position position)protected voidTerrainLineIntersector. doPerformIntersection(Position position)protected voidAbstractShapeIntersection.AppFrame. drawLine(Position pA, Position pB)protected voidExtrudedPolygonIntersection.AppFrame. drawLine(Position pA, Position pB)protected voidPolygonIntersection.AppFrame. drawLine(Position pA, Position pB)java.util.List<Intersection>LineIntersector. getIntersections(Position position)protected voidAbstractShapeIntersection.AppFrame. performIntersection(Position pA, Position pB)protected voidExtrudedPolygonIntersection.AppFrame. performIntersection(Position pA, Position pB)protected voidLineIntersector. performIntersection(Position position)protected voidLinesOfSight.AppFrame. performIntersectionTests(Position curPos)voidLineIntersector. setReferencePosition(Position referencePosition)Sets the origin of the lines to intersect.protected voidLinesOfSight.AppFrame. showCenterPoint(Position cPos)protected voidLinesOfSight.AppFrame. showGrid(java.util.List<Position> grid, Position cPos)protected voidLinesOfSight.AppFrame. showIntersectionsForPosition(Position position)protected voidLinesOfSight.AppFrame. showNonIntersection(Position position)protected voidLinesOfSight.AppFrame. showSightLine(Position position)Method parameters in gov.nasa.worldwindx.examples.lineofsight with type arguments of type Position Modifier and Type Method Description voidPointGrid. setCorners(java.util.List<Position> corners)voidLineIntersector. setPositions(java.lang.Iterable<Position> positions)Specifies the end positions of all lines to intersect.voidPointGrid. setPositions(java.lang.Iterable<? extends Position> positions, java.lang.Integer numPositions)protected voidLinesOfSight.AppFrame. showGrid(java.util.List<Position> grid, Position cPos)protected voidLinesOfSight.AppFrame. showNonIntersections(java.util.Collection<Position> positions)Constructors in gov.nasa.worldwindx.examples.lineofsight with parameters of type Position Constructor Description InternalIntersector(Position position)Constructor parameters in gov.nasa.worldwindx.examples.lineofsight with type arguments of type Position Constructor Description PointGrid(java.util.List<Position> corners, java.lang.Iterable<? extends Position> positions, java.lang.Integer numPositions)PointGrid(java.util.List<Position> corners, java.lang.Iterable<? extends Position> positions, java.lang.Integer numPositions)PositionIterator(java.util.List<Position> corners, int numPointsWide, int numPointsHigh) -
Uses of Position in gov.nasa.worldwindx.examples.multiwindow
Methods in gov.nasa.worldwindx.examples.multiwindow that return Position Modifier and Type Method Description PositionViewVolumeViewer.SectorGeometryLayer. getCurrentPosition(DrawContext dc)Methods in gov.nasa.worldwindx.examples.multiwindow with parameters of type Position Modifier and Type Method Description protected PathFlatAndRoundGlobes. makePath(Position startPosition, Angle heading, Angle length, int numPositions)protected voidFlatAndRoundGlobes. makePaths(RenderableLayer layer, Position origin, int numPaths, Angle length, int numPositions) -
Uses of Position in gov.nasa.worldwindx.examples.shapebuilder
Methods in gov.nasa.worldwindx.examples.shapebuilder with parameters of type Position Modifier and Type Method Description protected booleanAbstractShapeEditor. arePositionsRedundant(Position posA, Position posB)protected Vec4ExtrudedPolygonEditor. computeAnnotationPosition(Position pos)protected Vec4RigidShapeEditor. computeAnnotationPosition(Position pos)protected java.lang.StringExtrudedPolygonEditor. formatMeasurements(Position pos)protected java.lang.StringRigidShapeEditor. formatMeasurements(Position pos)protected java.lang.StringExtrudedPolygonEditor. getDisplayString(Position pos)protected java.lang.StringRigidShapeEditor. getDisplayString(Position pos)abstract voidAbstractShapeEditor. updateAnnotation(Position pos)voidExtrudedPolygonEditor. updateAnnotation(Position pos)voidRigidShapeEditor. updateAnnotation(Position pos)Constructors in gov.nasa.worldwindx.examples.shapebuilder with parameters of type Position Constructor Description ControlPointMarker(java.lang.String type, Position position, Vec4 point, MarkerAttributes attrs, int index)ControlPointMarker(java.lang.String type, Position position, Vec4 point, MarkerAttributes attrs, int index) -
Uses of Position in gov.nasa.worldwindx.examples.symbology
Method parameters in gov.nasa.worldwindx.examples.symbology with type arguments of type Position Modifier and Type Method Description protected voidSymbology.AppFrame. addControlPoints(java.lang.Iterable<Position> positions, RenderableLayer layer)Add placemarks to a layer to mark the position of tactical graphic control points. -
Uses of Position in gov.nasa.worldwindx.examples.tutorial
Fields in gov.nasa.worldwindx.examples.tutorial declared as Position Modifier and Type Field Description protected PositionCube. positionGeographic position of the cube.Constructors in gov.nasa.worldwindx.examples.tutorial with parameters of type Position Constructor Description Cube(Position position, double sizeInMeters) -
Uses of Position in gov.nasa.worldwindx.examples.util
Fields in gov.nasa.worldwindx.examples.util declared as Position Modifier and Type Field Description protected PositionStatusLayer. previousPosprotected PositionSurfaceImageEditor. previousPositionMethods in gov.nasa.worldwindx.examples.util that return Position Modifier and Type Method Description protected PositionBalloonController. computeIntersection(AbstractShape shape, java.awt.Point screenPoint)Compute the intersection of a line through a screen point and a shape.protected PositionBalloonController. getBalloonPosition(KMLAbstractFeature feature)Get the position of the balloon for a KML feature attached to the globe.protected PositionBalloonController. getBalloonPosition(java.lang.Object topObject, java.awt.Point pickPoint)Get the position of the balloon for a picked object with an attached balloon.protected PositionBalloonController. getBalloonPosition(java.util.List<? extends Position> positions)Get the position of the balloon for a list of positions that bound a feature.protected PositionBalloonController. getBalloonPositionForGroundOverlay(KMLGroundOverlay overlay)Get the position of the balloon for a KML GroundOverlay.protected PositionBalloonController. getBalloonPositionForPlacemark(KMLPlacemark placemark)Get the position of the balloon for a KML placemark.protected PositionSectorSelector.RegionShape. getEndPosition()static PositionShapeUtils. getNewShapePosition(WorldWindow wwd)protected PositionSectorSelector. getPreviousPosition()protected PositionSectorSelector.RegionShape. getStartPosition()Methods in gov.nasa.worldwindx.examples.util that return types with arguments of type Position Modifier and Type Method Description static java.util.List<Position>ShapeUtils. createPositionSquareInViewport(WorldWindow wwd, Position position, Angle heading, double sizeInMeters)Methods in gov.nasa.worldwindx.examples.util with parameters of type Position Modifier and Type Method Description static java.util.List<Position>ShapeUtils. createPositionSquareInViewport(WorldWindow wwd, Position position, Angle heading, double sizeInMeters)static java.util.List<LatLon>ShapeUtils. createSquareInViewport(WorldWindow wwd, Position position, Angle heading, double sizeInMeters)protected voidProgressAnnotation. doDraw(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidButtonAnnotation. doDrawPressedMask(DrawContext dc, int width, int height, double opacity, Position pickPosition)voidButtonAnnotation. drawContent(DrawContext dc, int width, int height, double opacity, Position pickPosition)voidDialogAnnotation.BusyImage. drawContent(DrawContext dc, int width, int height, double opacity, Position pickPosition)voidImageAnnotation. drawContent(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidButtonAnnotation. drawPressedMask(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidProgressAnnotation. drawProgress(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidProgressAnnotation. drawProgressBar(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidProgressAnnotation. drawProgressContainer(DrawContext dc, int width, int height, double opacity, Position pickPosition)protected voidSectorSelector.RegionShape. setEndPosition(Position endPosition)protected voidSectorSelector. setPreviousPosition(Position previousPosition)protected voidSectorSelector.RegionShape. setStartPosition(Position startPosition)protected voidBalloonController. showBalloon(Balloon balloon, Position position)Show a balloon at a globe position.Method parameters in gov.nasa.worldwindx.examples.util with type arguments of type Position Modifier and Type Method Description protected voidDirectedPath. computePath(DrawContext dc, java.util.List<Position> positions, Path.PathData pathData)Computes the shape's model-coordinate path from a list of positions.protected doubleBalloonController. findMaxAltitude(java.util.List<? extends Position> positions)Get the maximum altitude in a list of positions.protected PositionBalloonController. getBalloonPosition(java.util.List<? extends Position> positions)Get the position of the balloon for a list of positions that bound a feature.Constructors in gov.nasa.worldwindx.examples.util with parameters of type Position Constructor Description AudioPlayerAnnotation(Position position)ControlPointMarker(Position position, MarkerAttributes attrs, int index)DialogAnnotation(Position position)DirectedPath(Position posA, Position posB)Creates a path between two positions.Label(java.lang.String text, Position position)SlideShowAnnotation(Position position)Constructor parameters in gov.nasa.worldwindx.examples.util with type arguments of type Position Constructor Description DirectedPath(java.lang.Iterable<? extends Position> positions)Creates a path with specified positions. -
Uses of Position in gov.nasa.worldwindx.performance
Methods in gov.nasa.worldwindx.performance with parameters of type Position Modifier and Type Method Description protected PathVeryManyPaths.AppFrame. makePath(Position startPosition, Angle heading, Angle length, int numPositions)protected voidVeryManyPaths.AppFrame. makePaths(RenderableLayer layer, Position origin, int numPaths, Angle length, int numPositions)
-