Uses of Interface
gov.nasa.worldwind.geom.Extent
-
Packages that use Extent Package Description gov.nasa.worldwind gov.nasa.worldwind.cache gov.nasa.worldwind.geom gov.nasa.worldwind.globes Provides classes for representing the shape and terrain of a planet.gov.nasa.worldwind.layers gov.nasa.worldwind.layers.Earth gov.nasa.worldwind.layers.placename gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces gov.nasa.worldwind.terrain gov.nasa.worldwind.util gov.nasa.worldwindx.applications.antenna gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.analytics gov.nasa.worldwindx.examples.lineofsight Examples of how to perform line of sight calculations in WorldWind.gov.nasa.worldwindx.examples.tutorial gov.nasa.worldwindx.examples.util -
-
Uses of Extent in gov.nasa.worldwind
Methods in gov.nasa.worldwind that return Extent Modifier and Type Method Description ExtentBasicModel. getExtent()Returns the bounding sphere in Cartesian world coordinates of the model.ExtentModel. getExtent()Returns the bounding sphere in Cartesian world coordinates of the model. -
Uses of Extent in gov.nasa.worldwind.cache
Fields in gov.nasa.worldwind.cache declared as Extent Modifier and Type Field Description protected ExtentShapeDataCache.ShapeDataCacheEntry. extentIndicates the associated shape's extent, in model coordinates relative to the associated globe.Methods in gov.nasa.worldwind.cache that return Extent Modifier and Type Method Description ExtentShapeDataCache.ShapeDataCacheEntry. getExtent()Returns this entry's extent.Methods in gov.nasa.worldwind.cache with parameters of type Extent Modifier and Type Method Description voidShapeDataCache.ShapeDataCacheEntry. setExtent(Extent extent)Specifies this entry's extent. -
Uses of Extent in gov.nasa.worldwind.geom
Classes in gov.nasa.worldwind.geom that implement Extent Modifier and Type Class Description classBoxAn arbitrarily oriented box, typically used as a oriented bounding volume for a collection of points or shapes.classCylinderRepresents a geometric cylinder, most often used as a bounding volume.classSphereRepresents a sphere in three dimensional space.Methods in gov.nasa.worldwind.geom that return Extent Modifier and Type Method Description ExtentExtentHolder. getExtent(Globe globe, double verticalExaggeration)Returns the objects enclosing volume as anExtentin model coordinates, given a specifiedGlobeand vertical exaggeration (seeSceneController.getVerticalExaggeration().Methods in gov.nasa.worldwind.geom with parameters of type Extent Modifier and Type Method Description booleanFrustum. contains(Extent extent)Indicates whether a specifiedExtentis fully within this frustum.booleanFrustum. intersects(Extent extent)Indicates whether a specifiedExtentintersects this frustum.Method parameters in gov.nasa.worldwind.geom with type arguments of type Extent Modifier and Type Method Description static SphereSphere. createBoundingSphere(java.lang.Iterable<? extends Extent> extents)Creates a sphere that completely contains a set of Extents. -
Uses of Extent in gov.nasa.worldwind.globes
Subinterfaces of Extent in gov.nasa.worldwind.globes Modifier and Type Interface Description interfaceGlobeRepresents a planet's shape and terrain.Classes in gov.nasa.worldwind.globes that implement Extent Modifier and Type Class Description classEarthDefines a model of the Earth, using the World Geodetic System (WGS84).classEarthFlatDefines a model of the Earth projected onto a plane.classEllipsoidalGlobeDefines a globe modeled as an ellipsoid.classFlatGlobeDefines a globe represented as a projection onto a plane.Methods in gov.nasa.worldwind.globes that return Extent Modifier and Type Method Description ExtentEllipsoidalGlobe. getExtent()ExtentGlobe. getExtent()Indicates the spatial volume contained by this globe. -
Uses of Extent in gov.nasa.worldwind.layers
Methods in gov.nasa.worldwind.layers that return Extent Modifier and Type Method Description ExtentGARSGraticuleLayer.GraticuleTile. getExtent(Globe globe, double ve)ExtentLatLonGraticuleLayer.GraticuleTile. getExtent(Globe globe, double ve)ExtentTextureTile. getExtent(DrawContext dc) -
Uses of Extent in gov.nasa.worldwind.layers.Earth
Methods in gov.nasa.worldwind.layers.Earth that return Extent Modifier and Type Method Description ExtentUTMGraticuleLayer.GraticuleTile. getExtent(Globe globe, double ve) -
Uses of Extent in gov.nasa.worldwind.layers.placename
Methods in gov.nasa.worldwind.layers.placename that return Extent Modifier and Type Method Description ExtentPlaceNameService. getExtent(DrawContext dc) -
Uses of Extent in gov.nasa.worldwind.ogc.collada.impl
Fields in gov.nasa.worldwind.ogc.collada.impl with type parameters of type Extent Modifier and Type Field Description protected java.util.Map<ColladaMeshShape.ExtentCacheKey,Extent>ColladaMeshShape. extentCacheCache of shape extents computed for different transform matrices.Methods in gov.nasa.worldwind.ogc.collada.impl that return Extent Modifier and Type Method Description protected ExtentColladaMeshShape. computeExtent(DrawContext dc)Compute the shape's extent, using the active orientation matrix. -
Uses of Extent in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as Extent Modifier and Type Field Description protected ExtentPolyline.ExtentInfo. extentMethods in gov.nasa.worldwind.render that return Extent Modifier and Type Method Description protected ExtentAbstractSurfaceObject. computeExtent(Globe globe, double verticalExaggeration, java.util.List<Sector> sectors)Computes an extent bounding the the specified sectors on the specified Globe's surface.protected ExtentAbstractSurfaceObject. computeExtent(DrawContext dc)Computes the surface object's extent.protected ExtentExtrudedPolygon. computeExtent(ExtrudedPolygon.ExtrudedBoundaryInfo outerBoundary, Vec4 refPoint)Computes this shapes extent.protected ExtentPath. computeExtent(Path.PathData current)Computes the path's bounding box from the current rendering path.protected ExtentPolygon. computeExtent(Polygon.BoundaryInfo boundary, Vec4 refPoint)Computes the Cartesian extent of a polygon boundary.protected ExtentPolyline. computeExtent(Globe globe, double verticalExaggeration)Deprecated.protected ExtentPolyline. computeExtent(DrawContext dc)Deprecated.protected ExtentRigidShape. computeExtent(DrawContext dc)Computes the shape's extent using a bounding box.protected ExtentAbstractShape. computeExtentFromPositions(Globe globe, double verticalExaggeration, java.lang.Iterable<? extends LatLon> positions)Computes this shape's approximate extent from its positions.ExtentAbstractShape. getExtent()Returns this shape's extent in model coordinates.ExtentAbstractShape. getExtent(Globe globe, double verticalExaggeration)ExtentAbstractSurfaceObject. getExtent(DrawContext dc)Returns the surface object's enclosing volume as anExtentin model coordinates, given a specifiedDrawContext.ExtentAbstractSurfaceShape. getExtent(Globe globe, double verticalExaggeration)Returns this SurfaceShape's enclosing volume as anExtentin model coordinates, given a specifiedGlobeand vertical exaggeration (seeSceneController.getVerticalExaggeration().ExtentExtrudedPolygon. getExtent(Globe globe, double verticalExaggeration)ExtentPath. getExtent(Globe globe, double verticalExaggeration)ExtentPolygon. getExtent(Globe globe, double verticalExaggeration)ExtentPolyline. getExtent(Globe globe, double verticalExaggeration)Deprecated.Returns this Polyline's enclosing volume as anExtentin model coordinates, given a specifiedGlobeand vertical exaggeration (seeSceneController.getVerticalExaggeration().ExtentPolyline. getExtent(DrawContext dc)Deprecated.Returns this Polyline's enclosing volume as anExtentin model coordinates, given a specifiedDrawContext.ExtentRigidShape. getExtent(Globe globe, double verticalExaggeration)Computes the shape's extent using a bounding box.ExtentSurfaceIcon. getExtent(DrawContext dc)ExtentSurfaceImage. getExtent(DrawContext dc)ExtentSurfaceObject. getExtent(DrawContext dc)Returns the surface object's enclosing volume as anExtentin model coordinates, given a specifiedDrawContext.ExtentSurfaceTile. getExtent(DrawContext dc)Methods in gov.nasa.worldwind.render with parameters of type Extent Modifier and Type Method Description booleanDrawContext. isSmall(Extent extent, int numPixels)Indicates whether a specified extent is smaller than a specified number of pixels for the current view.booleanDrawContextImpl. isSmall(Extent extent, int numPixels)Constructors in gov.nasa.worldwind.render with parameters of type Extent Constructor Description ExtentInfo(Extent extent, DrawContext dc) -
Uses of Extent in gov.nasa.worldwind.render.airspaces
Fields in gov.nasa.worldwind.render.airspaces declared as Extent Modifier and Type Field Description protected ExtentAbstractAirspace.AirspaceInfo. extentMethods in gov.nasa.worldwind.render.airspaces that return Extent Modifier and Type Method Description protected abstract ExtentAbstractAirspace. computeExtent(Globe globe, double verticalExaggeration)protected ExtentAbstractAirspace. computeExtent(DrawContext dc)protected ExtentCake. computeExtent(Globe globe, double verticalExaggeration)protected ExtentCappedCylinder. computeExtent(Globe globe, double verticalExaggeration)protected ExtentCappedEllipticalCylinder. computeExtent(Globe globe, double verticalExaggeration)protected ExtentCurtain. computeExtent(Globe globe, double verticalExaggeration)protected ExtentOrbit. computeExtent(Globe globe, double verticalExaggeration)protected ExtentPolygon. computeExtent(Globe globe, double verticalExaggeration)protected ExtentSphereAirspace. computeExtent(Globe globe, double verticalExaggeration)protected ExtentTrackAirspace. computeExtent(Globe globe, double verticalExaggeration)protected ExtentTrackAirspace. computeExtent(DrawContext dc)ExtentAbstractAirspace. getExtent(Globe globe, double verticalExaggeration)ExtentAbstractAirspace. getExtent(DrawContext dc)ExtentAirspace. getExtent(Globe globe, double verticalExaggeration)Returns this Airspace's enclosing volume as anExtentin model coordinates, given a specifiedGlobeand vertical exaggeration (seeSceneController.getVerticalExaggeration().ExtentAirspace. getExtent(DrawContext dc)Returns this Airspace's enclosing volume as anExtentin model coordinates, given a specifiedDrawContext.ExtentSphereAirspace. getExtent(DrawContext dc)Returns this SphereAirspace'sExtentfor the specified DrawContext.Constructors in gov.nasa.worldwind.render.airspaces with parameters of type Extent Constructor Description AirspaceInfo(DrawContext dc, Extent extent, java.util.List<Vec4> minimalGeometry) -
Uses of Extent in gov.nasa.worldwind.terrain
Fields in gov.nasa.worldwind.terrain declared as Extent Modifier and Type Field Description protected ExtentHighResolutionTerrain.RectTile. extentprotected ExtentRectangularTessellator.RectTile. extentMethods in gov.nasa.worldwind.terrain that return Extent Modifier and Type Method Description ExtentRectangularTessellator.RectTile. getExtent()ExtentSectorGeometry. getExtent()Returns this sector geometry's extent.Constructors in gov.nasa.worldwind.terrain with parameters of type Extent Constructor Description RectTile(Extent extent, int density, Sector sector)RectTile(RectangularTessellator tessellator, Extent extent, int level, int density, Sector sector) -
Uses of Extent in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util with type parameters of type Extent Modifier and Type Field Description protected java.util.HashMap<Sector,Extent>SectorVisibilityTree. newExtentsprotected java.util.HashMap<Sector,Extent>SectorVisibilityTree. prevExtentsMethods in gov.nasa.worldwind.util with parameters of type Extent Modifier and Type Method Description static doubleWWMath. computeDistanceFromEye(DrawContext dc, Extent extent)static doubleWWMath. computeSizeInWindowCoordinates(DrawContext dc, Extent extent)booleanPickPointFrustumList. intersectsAll(Extent extent)Returns true if the specifiedExtentintersects the space enclosed by ALL the Frustums.booleanPickPointFrustumList. intersectsAny(Extent extent)Returns true if the specifiedExtentintersects the space enclosed by ANY of the Frustums. -
Uses of Extent in gov.nasa.worldwindx.applications.antenna
Methods in gov.nasa.worldwindx.applications.antenna that return Extent Modifier and Type Method Description ExtentAntennaAxes. getExtent(Globe globe, double verticalExaggeration)ExtentAntennaModel. getExtent(Globe globe, double verticalExaggeration) -
Uses of Extent in gov.nasa.worldwindx.examples
Methods in gov.nasa.worldwindx.examples that return Extent Modifier and Type Method Description ExtentRadarVolume. getExtent(Globe globe, double verticalExaggeration) -
Uses of Extent in gov.nasa.worldwindx.examples.analytics
Methods in gov.nasa.worldwindx.examples.analytics that return Extent Modifier and Type Method Description ExtentAnalyticSurface. getExtent(DrawContext dc)Returns this surface's extent in model coordinates. -
Uses of Extent in gov.nasa.worldwindx.examples.lineofsight
Fields in gov.nasa.worldwindx.examples.lineofsight declared as Extent Modifier and Type Field Description protected ExtentPointGrid. extentMethods in gov.nasa.worldwindx.examples.lineofsight that return Extent Modifier and Type Method Description protected ExtentPointGrid. computeExtentAndEyeDistance(DrawContext dc)ExtentPointGrid. getExtent()Methods in gov.nasa.worldwindx.examples.lineofsight with parameters of type Extent Modifier and Type Method Description protected voidPointGrid. setExtent(Extent extent) -
Uses of Extent in gov.nasa.worldwindx.examples.tutorial
Fields in gov.nasa.worldwindx.examples.tutorial declared as Extent Modifier and Type Field Description protected ExtentCube.OrderedCube. extentThe cube's Cartesian bounding extent. -
Uses of Extent in gov.nasa.worldwindx.examples.util
Fields in gov.nasa.worldwindx.examples.util with type parameters of type Extent Modifier and Type Field Description protected java.lang.Iterable<? extends Extent>ExtentVisibilitySupport. extentIterableMethods in gov.nasa.worldwindx.examples.util that return types with arguments of type Extent Modifier and Type Method Description static java.lang.Iterable<Extent>ExtentVisibilitySupport. extentsFromExtentHolders(java.lang.Iterable<? extends ExtentHolder> extentHolders, Globe globe, double verticalExaggeration)Converts the specified Iterable ofExtentHolderreferences to a new Iterable ofExtentreferences.java.lang.Iterable<? extends Extent>ExtentVisibilitySupport. getExtents()Returns this ExtentVisibilitySupport's Iterable of Extents.Method parameters in gov.nasa.worldwindx.examples.util with type arguments of type Extent Modifier and Type Method Description protected Vec4ExtentVisibilitySupport. computeCenterPoint(Globe globe, double verticalExaggeration, java.lang.Iterable<? extends Extent> modelExtents, java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)protected Vec4ExtentVisibilitySupport. computeEyePoint(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, double nearClipDistance, double farClipDistance, java.lang.Iterable<? extends Extent> modelExtents, java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)protected Vec4ExtentVisibilitySupport. computeEyePointForModelExtents(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, java.lang.Iterable<? extends Extent> modelExtents)voidExtentVisibilitySupport. setExtents(java.lang.Iterable<? extends Extent> extents)Sets this ExtentVisibilitySupport's Iterable of Extents.
-