Uses of Interface
gov.nasa.worldwind.geom.ExtentHolder
-
Packages that use ExtentHolder Package Description gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces gov.nasa.worldwindx.applications.antenna gov.nasa.worldwindx.applications.sar gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.util -
-
Uses of ExtentHolder in gov.nasa.worldwind.ogc.collada.impl
Classes in gov.nasa.worldwind.ogc.collada.impl that implement ExtentHolder Modifier and Type Class Description classColladaMeshShapeShape to render a COLLADA line or triangle mesh. -
Uses of ExtentHolder in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement ExtentHolder Modifier and Type Class Description classKMLExtrudedPolygonImplclassKMLGroundOverlayPolygonImplImplementation ofPolygonto render KML GroundOverlay.classKMLLineStringPlacemarkImplclassKMLPolygonImplclassKMLSurfacePolygonImpl -
Uses of ExtentHolder in gov.nasa.worldwind.render
Subinterfaces of ExtentHolder in gov.nasa.worldwind.render Modifier and Type Interface Description interfaceSurfaceShapeCommon interface for surface conforming shapes such asSurfacePolygon,SurfacePolyline,SurfaceEllipse,SurfaceQuad, andSurfaceSector.Classes in gov.nasa.worldwind.render that implement ExtentHolder Modifier and Type Class Description classAbstractGeneralShapeA shape that is positioned and oriented independently of its defining geometry.classAbstractShapeProvides a base class form several geometricRenderables.classAbstractSurfaceShapeCommon superclass for surface conforming shapes such asSurfacePolygon,SurfacePolyline,SurfaceEllipse,SurfaceQuad, andSurfaceSector.classBoxA general box volume defined by a center position and three axis radii.classConeA general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii.classCylinderA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.classEllipsoidA general ellipsoid volume defined by a center position and the three ellipsoid axis radii.classExtrudedPolygonA multi-sided 3D shell formed by a base polygon in latitude and longitude extruded from the terrain to either a specified height or an independent height per location.classPathDisplays a line or curve between positions.classPolygon/** A 3D polygon.classPyramidA general pyramid volume defined by a center position, a height, and two axis lengths.classRigidShapeA general rigid volume defined by a center position and the three axis radii.classSurfaceCircleclassSurfaceEllipseclassSurfaceMultiPolygonclassSurfacePolygonclassSurfacePolygonsRenders fast multiple polygons with or without holes in one pass.classSurfacePolylineclassSurfacePolylinesThis class renders fast multiple surface polylines in one pass.classSurfaceQuadclassSurfaceSectorclassSurfaceSquareclassWedgeA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii. -
Uses of ExtentHolder in gov.nasa.worldwind.render.airspaces
Subinterfaces of ExtentHolder in gov.nasa.worldwind.render.airspaces Modifier and Type Interface Description interfaceAirspaceClasses in gov.nasa.worldwind.render.airspaces that implement ExtentHolder Modifier and Type Class Description classAbstractAirspaceclassBoxclassCakeA cake consists of mutiple adjacent cylinder segments.static classCake.LayerAn inner class ofCakedefining the parameters of one of the cake's cylinders.classCappedCylinderA cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.classCappedEllipticalCylinderAn elliptical cylinder defined by a geographic position, major and minor radii in meters, and minimum and maximum altitudes.classCurtainA curtain is a series of adjacent rectangular planes.classOrbitclassPartialCappedCylinderA cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.classPolyArcclassPolygonclassRouteCreates a sequence of connected rectangular airspaces specified by a list of positions.classSphereAirspaceA spherical airspace shape defined by a center location and a radius.classSurfaceBoxclassTrackAirspaceCreates a sequence of potentially disconnected rectangular airspaces specified by a collection ofBoxobjects. -
Uses of ExtentHolder in gov.nasa.worldwindx.applications.antenna
Classes in gov.nasa.worldwindx.applications.antenna that implement ExtentHolder Modifier and Type Class Description classAntennaAxesProvides axes forAntennaModel.classAntennaModelModels antenna gain. -
Uses of ExtentHolder in gov.nasa.worldwindx.applications.sar
Classes in gov.nasa.worldwindx.applications.sar that implement ExtentHolder Modifier and Type Class Description classElevationPlaneRenders a textured plane at a given elevation. -
Uses of ExtentHolder in gov.nasa.worldwindx.examples
Classes in gov.nasa.worldwindx.examples that implement ExtentHolder Modifier and Type Class Description classRadarVolumeDisplays a volume defined by a near and far grid of positions. -
Uses of ExtentHolder in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement ExtentHolder Modifier and Type Class Description classDirectedPathAPaththat draws arrowheads between the path positions to indicate direction.classDirectedSurfacePolylineASurfacePolylinethat draws arrowheads between the polyline positions to indicate direction.protected static classSectorSelector.RegionShapeMethod parameters in gov.nasa.worldwindx.examples.util with type arguments of type ExtentHolder 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.
-